Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

StabilizerBase with image sequence

Hi all,

I'm currently trying to do video stabilization using the videostab module.

At the moment I have to set the frame source using:

Ptr<VideoFileSource> source = makePtr<VideoFileSource>(inputPath);

Is there any way I can use an image sequence instead of VideoFileSource?