Ask Your Question

Revision history [back]

Hi,

Did you try using imread to get automatically a matrix of your image file ? (Here is an example)


Highgui.imread("PATH_TO_MY_FILE", Highgui.CV_LOAD_IMAGE_GRAYSCALE);