Incorrect window size on Mac OS X Lion (Bug #2189)
Description
See http://stackoverflow.com/questions/11635842/opencv-not-filling-entire-image.
Basically this:
cv::Mat cvSideDepthImage1(150, 150, CV_8UC1, cv::Scalar(100));
cv::imshow("side1", cvSideDepthImage1);
Creates this 200x150px window:
When it should just show a gray 150x150 square.
This is OpenCV 2.4.9 on OS X Lion (all updates installed).
Associated revisions
Merge pull request #2189 from ilya-lavrenov:tapi_sepFilter2D_fix
History
Updated by Marina Kolpakova over 12 years ago
- Category set to highgui-images
Updated by Andrey Kamaev over 12 years ago
- Assignee set to Vadim Pisarevsky
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-gui
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4400