Ask Your Question

BiancaDSM's profile - activity

2018-06-25 11:02:26 -0600 commented question How can I get the pixel's value in an binary image in c++?

i have an binary image and I´m trying cut this image where the pixels 1 are the important . my intention is verified tha

2018-06-22 19:10:24 -0600 asked a question How can I get the pixel's value in an binary image in c++?

How can I get the pixel's value in an binary image in c++? I know that I have to use imaginary.at<uchar>(i,j); but