Use this tag for questions dealing with opencv cv::Mat (or cvMat) data structure.
I'm trying to set a new color value to some pixel into a cv::Mat image my code is below: …
c++ opencv image-processing pixel matMy current code is shown below - I'm importing a MAT file and trying to create a DataFrame from variables …
python pandas matI tried to display an image of CV_32F type using imshow function but it showed a WHITE image. In …
opencv floating-point matI have a matrix Mat B(480,640,CV_32FC1); containing floating values..I want to write this matrix to a file …
c++ opencv file-io floating-point matThis maybe rudimentary, but is it possible to know how many channels a cv::Mat has? For eg, we load …
c++ opencv matHow can I convert a BufferedImage to a Mat in OpenCV? I'm using the JAVA wrapper for OpenCV(not JavaCV). …
java opencv bufferedimage mat