I want to convert some C++ code to Java and I need Java equivalent of uchar
to use the below C++ code.
cvSetReal2D(output, x, y, CV_MAT_ELEM(input, uchar, y, x));
I want to convert some C++ code to Java and I need Java equivalent of uchar
to use the below C++ code.
cvSetReal2D(output, x, y, CV_MAT_ELEM(input, uchar, y, x));