mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Added load and save motion args into videostab sample
This commit is contained in:
@@ -163,6 +163,9 @@ public:
|
||||
virtual void reset() { resetImpl(); }
|
||||
virtual Mat nextFrame();
|
||||
|
||||
// available after pre-pass, before it's empty
|
||||
std::vector<Mat> motions() const;
|
||||
|
||||
private:
|
||||
void resetImpl();
|
||||
void runPrePassIfNecessary();
|
||||
|
||||
Reference in New Issue
Block a user