First time here? Check out the FAQ!
answered 2015-01-01 11:54:31 -0600
the binary images is made up of uchars , so you can access any pixel in the image using this
binImage.at<uchar>(i,j)