How to access pixels in a binary image?
I search the Internet and get the information about how to access pixels in a RGB image.But what about a binary image?
I search the Internet and get the information about how to access pixels in a RGB image.But what about a binary image?
the binary images is made up of uchars , so you can access any pixel in the image using this
binImage.at<uchar>(i,j)
Asked: 2015-01-01 09:52:23 -0600
Seen: 1,489 times
Last updated: Jan 01 '15
How to build a regression tree over binary variables?
MNIST and Local Binary Patterns
Does OpenCV provide Connected Component labeling method for binary image?
Can the Bag of Words functions be used with binary descriptors?
Matching Binary Kepoints, HAMMING2
What is the best way to find bounding box for binary mask?
Histogram: Count black pixel per column