Ask Your Question
0

How to decrease and interpolate an image/video

asked Mar 26 '13

Jack Chung gravatar image

Hello,

How can I decrease one image/video and interpolate it?

There is any library?

Thanks, Regards.

Preview: (hide)

Comments

What do you mean by decrease? Size, resolution, quality? It may be weight or length?

sammy gravatar imagesammy (Mar 26 '13)edit

I intend to do a project in my university, and the project is a POV Display: http://www.youtube.com/watch?v=QAGnpKz7zvY

I will do with a 32 LED RGB, and to send any image/video i will need to decrease the image, but decreasing it, probably it will get a bad quality to see and understand something, tha's why I need to interpolate too, so I think it need to decrease the size and interpolate to get some quality.

It's difficult to explain it, did you understand something that I said?

Jack Chung gravatar imageJack Chung (Mar 27 '13)edit

1 answer

Sort by » oldest newest most voted
1

answered Mar 26 '13

It is actually simple, read in the frames, one by one, and than save them into a compressed format. For video this can be motion JPEG, for imagery it can be JPEG.

Just look at the video and image reading and writing interfaces at the docs : docs.opencv.org

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Mar 26 '13

Seen: 354 times

Last updated: Mar 26 '13