OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::videostab::ISparseOptFlowEstimator Class Referenceabstract

#include "optical_flow.hpp"

Inheritance diagram for cv::videostab::ISparseOptFlowEstimator:

Public Member Functions

virtual ~ISparseOptFlowEstimator ()
 
virtual void run (InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, OutputArray status, OutputArray errors)=0
 

Constructor & Destructor Documentation

◆ ~ISparseOptFlowEstimator()

virtual cv::videostab::ISparseOptFlowEstimator::~ISparseOptFlowEstimator ( )
inlinevirtual

References cv::InputArray.

Member Function Documentation

◆ run()

virtual void cv::videostab::ISparseOptFlowEstimator::run ( InputArray  frame0,
InputArray  frame1,
InputArray  points0,
InputOutputArray  points1,
OutputArray  status,
OutputArray  errors 
)
pure virtual

The documentation for this class was generated from the following file: