Use this tag for questions dealing with opencv cv::Mat (or cvMat) data structure.
I'd like to create an OpenCV 3-channel Mat using data allocated elsewhere where the pixels of each channel are together, …
c++ opencv image-processing mat opencv-matLook my code, why the second line in console is 170 10 121. H is 170, S is 10, but why L is 121. Because L …
opencv mat hslI've got an image as grayscale image using Mat m = Highgui.imread(path, Highgui.CV_LOAD_IMAGE_GRAYSCALE); in Java …
java opencv image-processing matIn Matlab a(a>50)=0 can replace all elements of a that are greater than 50 to 0. I want to do …
matlab opencv image-processing matIs there any easy way to multiplicate Mat and Vec_? (Provided, that they have proper sizes, e.g.: Mat_<…
opencv matI want to match my code into a given interface. Inside my class OperateImage in all methods I use cv::…
c++ opencv image-processing mat