Resizing view from cvShowImage
I don't want to resize the entire image structure, but the images I am working with are too large to easily view with cvShowImage. Is there a way to resize their view within the window created by cv开发者_如何学编程ShowImage?
No there isn't, you will have to create a new image structure and use cvResize.
精彩评论