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?