Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CCCrossParameterCross based PLK/RLOF parameter base class The cross based parameter base class for the Pyramidal Lucas Kanade and the Robust Local Optical Flow provides basic interfaces to set up the algorithm parameter with adaptive support region, see Senst et al. 2014. The parameter class is associated to CROSS_PLK, CROSS_BEPLK, CROSS_RLOF, CROSS_BERLOF
 CCCrossPLKParameterCross based Pyramidal Lucas Kanade parameter class The cross based Pyramidal Lucas Kanade parameter class contains additional parameters, see Senst et al. 2012. The parameter class is associated to CROSS_RLOF, CROSS_BERLOF
 CCCrossRobustFlowParameterCross based RLOF parameter class The cross based Robust Local Optical Flow parameter class contains interfaces to additional parameters, see Senst et al. 2014 . The parameter class is associated to CROSS_RLOF, CROSS_BERLOF
 CCLocalFlowParameterFactoryRLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes
 CCRPointWrapper cv::Point2f
 CFeatureTrackerFeature tracker base class Interface for all PLK/RLOF derivatives in the RLOF library
 CFeatureTrackerContextFeature tracker parameter base class This class is the base class for all parameter classes in that library
 CCLocalFlowParameterPLK/RLOF parameter base class The parameter base class provides basic interfaces to set up the algorithm parameter such as number of levels. The parameter class is associated to all methods
 CCPLKParameterPyramidal Lucas Kanade parameter class The Pyramidal Lucas Kanade parameter class. Please use a instance of this class to run the PLK version. The parameter class is associated to PLK
 CCCrossPLKParameterCross based Pyramidal Lucas Kanade parameter class The cross based Pyramidal Lucas Kanade parameter class contains additional parameters, see Senst et al. 2012. The parameter class is associated to CROSS_RLOF, CROSS_BERLOF
 CCRobustFlowParameterRLOF parameter class The Robust Local Optical Flow parameter class contains additional parameters used for the RLOF method and its derivatives, see Senst et al. 2012. The parameter class is associated to RLOF, BERLOF, CROSS_RLOF, CROSS_BERLOF
 CCCrossRobustFlowParameterCross based RLOF parameter class The cross based Robust Local Optical Flow parameter class contains interfaces to additional parameters, see Senst et al. 2014 . The parameter class is associated to CROSS_RLOF, CROSS_BERLOF
 CIFeatureTrackerRLOF Interface
 CRLOFFactoryRLOF factory