Pixel access in OpenCV 2.2
问题 Hi I want to use opencv to tell me the pixel values of a blank and white image so the output would look like this 10001 00040 11110 00100 Here is my current code but I\'m not sure how to access the results of the CV_GET_CURRENT call.. any help ? IplImage readpix(IplImage* m_image) { cout << \"Image width : \" << m_image->width << \"\\n\"; cout << \"Image height : \" << m_image->height << \"\\n\"; cout << \"-----------------------------------------\\n\"; CvPixelPosition8u position; CV_INIT