cold
cold

Reputation: 81

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 cvShowImage?

Upvotes: 0

Views: 820

Answers (1)

rossb83
rossb83

Reputation: 1762

No there isn't, you will have to create a new image structure and use cvResize.

Upvotes: 1

Related Questions