Reputation: 81
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 cvShowImage?
Upvotes: 0
Views: 820
Reputation: 1762
No there isn't, you will have to create a new image structure and use cvResize.
Upvotes: 1