Tuesday, 27 August 2013

How to create a binary image from array with opencv?

How to create a binary image from array with opencv?

I am new to opencv and I have a data array for a binary image, like
[1,0,0,1,1,0,0,1...], so how to create a binary image with opencv?

No comments:

Post a Comment