Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

assign mat value int integer array

hi, i stucked into a little problem. I am unable to assign mat value into the integer array. below is my code : Mat arr = imread("image.jpg"); int histBuff[SIZE]; arr.get(0, 0, histBuff);

the problem is that class mat has no member get().

what should i do