Zooming problem in ubuntu 14.04 [closed]
Hi guys, i'm a newbie here.I have a problem at my OpenCV. i cannot zoom in the picture to get the color value of each pixel. I have install the OpenCV on my laptop and i got the problem. Then i try to install at my computer then i still got the same problem. I use the new Ubuntu 14.04 version. is it problem / bug from the newest Ubuntu version or something else ? Is there anyone who notice the same problem ? is there a solution for this bug/problem ?
Sorry for my english.
"i cannot zoom in the picture to get the color value of each pixel" - that means ? what are you trying to do ? where's your code ?
Where you could "zoom in the picture to get color value of each pixel"?
This is normal behaviour. A namedWindow can only zoom in if opencv is build with Qt support. So what you need to do is add -WITH_QT=ON to your CMAKE command when building OpenCV. Keep in mind that this support is not included in the prebuilt openCV installations. Once you have done this you can use the extra QT options to indeed zoom into your image just up to pixel value level.