How do i handle large (>15000x15000) images without resizing?
What i need to achieve is: get the pixel value (x,y,r,g,b) on mouse hover. Therefore resizing the image to fit the screen is not an option.
I tried to find an option to add scrollbars, but found none. I also had the idea to show a fixed window size with 100% sized image and drag the image around, but i have no idea how to accomplish that.
I also tried to build OpenCV with QT (as seen here), but failed miserably (uncountable CMake warnings).
Environment: Win 7, VS2013, C++, OpenCV 3.0