Hello,
I’m new to OpenCV, and I’m trying to extract the int values of a CV_8U type (1 channel) Mat object. I can extract one value at a time, but if I put it into a loop, the program aborts in the console at runtime.
I’d like to have an int array because I want to convert the image into ASCII art, Please see below code? Is the console running out of memory or something?