1 | initial version |
that's strange in opencv 3.0 it is possible and in [opencv 2.4.11](http://docs.opencv.org/modules/imgproc/doc/filtering.html?highlight=medianblur#medianblur)
May be it's a problem when result is shown?
2 | No.2 Revision |
that's strange in opencv 3.0 it is possible and in opencv 2.4.11`[opencv 2.4.11](http://docs.opencv.org/modules/imgproc/doc/filtering.html?highlight=medianblur#medianblur)
May be it's a problem when result is shown?
3 | No.3 Revision |
that's strange in opencv 3.0 it is possible and in opencv 2.4.11`
May be it's a problem when result is shown?
double min, max; cv::minMaxLoc(depthMat , &min, &max); try cv::imshow("*DepthMat"+cameraID, (depthMat-min) /(max-min)255);
4 | No.4 Revision |
that's strange in opencv 3.0 it is possible and in opencv 2.4.11`
May be it's a problem when result is shown?shown? try
double min, max;
cv::minMaxLoc(depthMat , &min, &max);
5 | No.5 Revision |
that's strange in opencv 3.0 it is possible and in opencv 2.4.11`
May be it's a problem when result is shown? try
double min, max;
cv::minMaxLoc(depthMat , &min, &max);
cv::imshow("******DepthMat******"+cameraID, (depthMat-min) /(max-min)*255);
/(max-min));
6 | No.6 Revision |
that's strange It's possible in opencv 3.0 it is possible and in opencv 2.4.11`` but size must be less than 5
May be it's a problem when result is shown? try
double min, max;
cv::minMaxLoc(depthMat , &min, &max);
cv::imshow("******DepthMat******"+cameraID, (depthMat-min) /(max-min));
7 | No.7 Revision |
It's possible in opencv 3.0 it is possible and in opencv 2.4.11` but size must be less than 5