This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
▼CCCrossParameter | Cross 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 |
CCCrossPLKParameter | Cross 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 |
CCCrossRobustFlowParameter | Cross 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 |
CCLocalFlowParameterFactory | RLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes |
CCRPoint | Wrapper cv::Point2f |
CFeatureTracker | Feature tracker base class Interface for all PLK/RLOF derivatives in the RLOF library |
▼CFeatureTrackerContext | Feature tracker parameter base class This class is the base class for all parameter classes in that library |
▼CCLocalFlowParameter | PLK/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 |
▼CCPLKParameter | Pyramidal 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 |
CCCrossPLKParameter | Cross 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 |
▼CCRobustFlowParameter | RLOF 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 |
CCCrossRobustFlowParameter | Cross 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 |
CIFeatureTracker | RLOF Interface |
CRLOFFactory | RLOF factory |