Home
last modified time | relevance | path

Searched refs:NullOutlierRejector (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Doutlier_rejection.hpp67 class CV_EXPORTS NullOutlierRejector : public IOutlierRejector class
/external/opencv3/samples/cpp/
Dvideostab.cpp209 Ptr<IOutlierRejector> outlierRejector = makePtr<NullOutlierRejector>(); in build()
250 Ptr<IOutlierRejector> outlierRejector = makePtr<NullOutlierRejector>(); in build()
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp704 setOutlierRejector(makePtr<NullOutlierRejector>()); in KeypointBasedMotionEstimator()
740 if (!dynamic_cast<NullOutlierRejector*>(outlRejector)) in estimate()
775 setOutlierRejector(makePtr<NullOutlierRejector>()); in KeypointBasedMotionEstimatorGpu()
815 if (!dynamic_cast<NullOutlierRejector*>(rejector)) in estimate()
Doutlier_rejection.cpp51 void NullOutlierRejector::process( in process()