Ask Your Question
0

Why imshow doesn't always show pixel values in a window after zoom? [closed]

asked 2014-08-14 02:31:30 -0600

konstunn gravatar image

updated 2014-08-14 02:35:05 -0600

berak gravatar image

In parcticular, GUI doesn't show pixels values after zoom for image type CV_16UC1. But for CV_8UC1 it shows.

What is it?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by konstunn
close date 2014-12-27 03:28:07.540600

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-08-14 04:15:14 -0600

stfn gravatar image

I guess that opencv has not that much todo with that, but the window manager of the operating system. Highgui is more fore debugging purposes and a fairly primitive interface to some basic gui functions. If you need a reliable gui, I'd suggest you use QT. It plays well with opencv images and vice versa.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-14 02:31:30 -0600

Seen: 2,532 times

Last updated: Aug 14 '14