So currently I open images created with openCV with something like
cvNamedWindow( "Original Image", CV_WINDOW_AUTOSIZE );
cvShowImage( "Original Image", original );
but my images are quite wary large and go of the screen like shown here

I want windows to be resisable or at leatst of users screen size but with scrolling.
How to do such thing?