How to decrease and interpolate an image/video
Hello,
How can I decrease one image/video and interpolate it?
There is any library?
Thanks, Regards.
Hello,
How can I decrease one image/video and interpolate it?
There is any library?
Thanks, Regards.
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
Asked: 2013-03-26 09:39:36 -0600
Seen: 345 times
Last updated: Mar 26 '13
remap() gives pixelated result
Interpolate / polarize Images in OpenCV
Inverse bilinear interpolation (pupil tracker)
warpPerspective with INTER_CUBIC or INTER_LINEAR and one channel Int source - crash
Replicate OpenCV resize with bilinar interpolation in C (shrink only) [closed]
Gender-Age recognition from webcam doesn't work
Demosaicing 16-bit images with VNG interpolation
Having problems with resize/subsample (without interpolation)
What do you mean by decrease? Size, resolution, quality? It may be weight or length?
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?