QT Window - RGB Values not displayed correctly on zoom (Bug #537)
Description
See attached Screen-shot for example.
In the provided example all 3 values R,G,B are showing in the zoomed image. https://code.ros.org/trac/opencv/attachment/ticket/520/main2_screenshot_14.08.2010.png
In the Screen-shot I have attached only the Grey value is shown.
Note that I am using pure c++ in my code (only MAT used, no IplImage) and I think this is the problem here.
In the status bar at the bottom until recently I only saw "Grey: value" until the last few builds where you switched to use MAT rather than IplImage and as you can see from the attached screenshot the R,G,B values are shown correctly on the status bar at the bottom.
Associated revisions
Qt ticket #537
Forgot to update so code after previous fix
Merge pull request #537 from bitwangyaoyao:2.4_fixWarpAffine
History
Updated by Yannick Verdie over 14 years ago
Hello,
Thanks again for your help. You really helped me to debug this stuff.
I did not get exactly what was the problem, but I found some bugs with statusbar pixel values and zoom pixel values that I fixed.
Could you have a look please,
Thanks,
Yannick
Updated by Niall O'Hara over 14 years ago
Bug confirmed fixed in Rev. r3550
Glad to help :)
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Category set to highgui-images
Updated by Andrey Kamaev over 12 years ago
- Assignee deleted (
Yannick Verdie) - Category changed from highgui-images to highgui-gui