Ask Your Question
-1

C++ Using OpenCV, create GIF from images or Video file

asked 2018-05-17 12:54:30 -0600

Glaucous gravatar image

I have learn that the ImageMagick is totally a go-for.

  1. But I was wondering is there any other method, or code that I can do in OpenCV so that I could create a GIF from consecutive images or video (mov) files ?

  2. Or just simply removing the background in the video to get the object only? other than BackgroundSubstrator ?

edit retag flag offensive close merge delete

Comments

"Or just simply removing the background in the video to get the object only" -- that's a segmentation task . read about it

"other than BackgroundSubstrator" -- it clearly gets better, if you spell it correctly

berak gravatar imageberak ( 2018-05-17 13:35:15 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-05-17 13:00:27 -0600

berak gravatar image

no, you can neither read or write gif files from opencv (still a license problem)

if you're happy with imagemagic (it also sounds, you're not trying to do any computer-vision at all) -- stick with that.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-05-17 12:54:30 -0600

Seen: 2,852 times

Last updated: May 17 '18