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?
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,495 times
Last updated: Jan 01 '15