optflow
All modules / optflow
Calculates a global motion orientation in a selected region.
motempl_calcMotionGradientfunctionCalculates a gradient orientation of a motion history image.
motempl_segmentMotionfunctionSplits a motion history image into a few parts corresponding to separate independent motions (for
motempl_updateMotionHistoryfunctionUpdates the motion history image by a moving silhouette.
optflow_calcOpticalFlowDenseRLOFfunctionFast dense optical flow computation based on robust local optical flow (RLOF) algorithms and sparse-to-dense interpolation scheme.
optflow_calcOpticalFlowSFfunctionCalculate an optical flow using "SimpleFlow" algorithm.
optflow_calcOpticalFlowSF1functionCalculate an optical flow using "SimpleFlow" algorithm.
optflow_calcOpticalFlowSparseRLOFfunctionCalculates fast optical flow for a sparse feature set using the robust local optical flow (RLOF) similar
optflow_calcOpticalFlowSparseToDensefunctionFast dense optical flow based on PyrLK sparse matches interpolation.
optflow_createOptFlow_DeepFlowfunctionDeepFlow optical flow algorithm implementation.
optflow_createOptFlow_DenseRLOFfunctionAdditional interface to the Dense RLOF algorithm - optflow::calcOpticalFlowDenseRLOF()
optflow_createOptFlow_DualTVL1functionCreates instance of cv::DenseOpticalFlow
optflow_createOptFlow_FarnebackfunctionAdditional interface to the Farneback's algorithm - calcOpticalFlowFarneback()
optflow_createOptFlow_PCAFlowfunctionCreates an instance of PCAFlow
optflow_createOptFlow_SimpleFlowfunctionAdditional interface to the SimpleFlow algorithm - calcOpticalFlowSF()
optflow_createOptFlow_SparseRLOFfunctionAdditional interface to the Sparse RLOF algorithm - optflow::calcOpticalFlowSparseRLOF()
optflow_createOptFlow_SparseToDensefunctionAdditional interface to the SparseToDenseFlow algorithm - calcOpticalFlowSparseToDense()
optflow_DenseRLOFOpticalFlowclassFast dense optical flow computation based on robust local optical flow (RLOF) algorithms and sparse-to-dense interpolation
optflow_DenseRLOFOpticalFlow_createfunctionCreates instance of optflow::DenseRLOFOpticalFlow
optflow_DualTVL1OpticalFlowclass"Dual TV L1" Optical Flow Algorithm.
optflow_DualTVL1OpticalFlow_createfunctionCreates instance of cv::DualTVL1OpticalFlow
optflow_GPCDescTypeclassDescriptor types for the Global Patch Collider.
optflow_GPCDetailsclassFind correspondences between two images.
optflow_GPCPatchDescriptorclassoptflow gpcpatch descriptor value in the OpenCV API.
optflow_GPCPatchSampleclassoptflow gpcpatch sample value in the OpenCV API.
optflow_GPCTrainingSamplesclassClass encapsulating training samples.
optflow_GPCTreeclassClass for individual tree.
optflow_InterpolationTypeclassNative enum entries for optflow interpolation type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
optflow_OpticalFlowPCAFlowclassPCAFlow algorithm.
optflow_PCAPriorclassThis class can be used for imposing a learned prior on the resulting optical flow.
optflow_RLOFOpticalFlowParameterclassThis is used store and set up the parameters of the robust local optical flow (RLOF) algoritm.
optflow_RLOFOpticalFlowParameter_createfunctionCreates instance of optflow::RLOFOpticalFlowParameter
optflow_SolverTypeclassNative enum entries for optflow solver type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
optflow_SparseRLOFOpticalFlowclassClass used for calculation sparse optical flow and feature tracking with robust local optical flow (RLOF) algorithms.
optflow_SparseRLOFOpticalFlow_createfunctionCreates instance of SparseRLOFOpticalFlow
optflow_SupportRegionTypeclassNative enum entries for optflow support region type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
optflow_SR_FIXEDApply a constant support region
optflow_SR_CROSSApply a adaptive support region obtained by cross-based segmentation
optflow_ST_STANDARTApply standard iterative refinement
optflow_ST_BILINEARApply optimized iterative refinement based bilinear equation solutions
optflow_INTERP_GEOFast geodesic interpolation, see [Geistert2016]
optflow_INTERP_EPICEdge-preserving interpolation using ximgproc::EdgeAwareInterpolator, see [Revaud2015],Geistert2016.
optflow_INTERP_RICSLIC based robust interpolation using ximgproc::RICInterpolator, see [Hu2017].
optflow_GPC_DESCRIPTOR_DCTBetter quality but slow
optflow_GPC_DESCRIPTOR_WHTWorse quality but much faster