►CAMDist | Distance functor for FLANN |
CCCREDist | |
CKLDDist | |
CLKLDDist | |
CMIDist | |
CNCCDist | |
CNGFDist | |
CRIUDist | |
CSADDist | |
CSPSSDist | |
►CSSDBaseDist | Base class for appearance models that use the negative sum of squared differences ("SSD") or L2 norm of the difference between the initial and current pixel values (original or modified) as the similarity measure |
CLSCVDist | |
CRSCVDist | |
CSCVDist | |
CSSDDist | |
CSSIMDist | |
CSumOfAMsDist | |
►Cutils::spi::Base | |
Cutils::spi::GFTT | Good Features To Track |
Cutils::spi::Gradient | |
Cutils::spi::PixDiff | |
CBRISK | |
CCascadeParams | |
Cutils::Corners | Convert region corners between various formats |
CESMHParams | |
CESMParams | |
►Cexception | |
►Cmtf::utils::Exception | |
Cmtf::utils::FunctonNotImplemented | |
Cmtf::utils::InvalidArgument | |
Cmtf::utils::InvalidTrackerState | |
Cmtf::utils::LogicError | |
CFALKParams | |
CFAST | |
CFCLKParams | |
CFeatureTrackerParams | |
CFESMParams | |
CFLANNCVParams | Index specific params |
CFLANNParams | Index specific params |
CGFTT | |
►Cgnn::GNN< DistType > | |
Cgnn::FGNN< DistType > | |
Cgnn::GNNParams | |
CgridLine | |
CgridPoint | |
CGridTrackerCVParams | |
CGridTrackerFlowParams | |
CGridTrackerParams | |
CHACLKParams | |
CHESMParams | |
CIALK2Params | |
CIALKParams | |
CICLKParams | |
►CIlluminationModel | Illumination Model is a parametric function that transforms pixel values extracted from a patch to account for illumination changes g(I, a): R(N) x R(K) -> R(N) |
CGB | |
CPGB | Piecewise Gain and Bias illumination model |
CRBF | Radial Basis Function illumination model |
►CILMParams | |
CGBParams | |
CPGBParams | |
CRBFParams | |
►CImageBase | |
►CAppearanceModel | Similarity function that indicates how well a candidate warped patch matches the template |
►CCCRE | Cross Cumulative Residual Entropy |
CMCCCRE | Multi Channel Cross Cumulative Residual Entropy |
CKLD | |
CLKLD | |
►CMI | |
CMCMI | |
►CNCC | Normalized Cross Correlation |
CMCNCC | |
CNGF | Normalized Gradient Fields |
►CRIU | Ratio Image Uniformity |
CMCRIU | |
►CSAD | Sum of Absolute Differences or L1 norm of raw pixel values This is not differentiable so the derivative functions are not implemented |
CMCSAD | |
►CSPSS | Sum of Pixelwise Structural Similarity |
CMCSPSS | |
►CSSDBase | |
CDFM | Deep Feature Maps |
CLRSCV | Locally adaptive Reversed Sum of Conditional Variance |
►CLSCV | Locally adaptive Sum of Conditional Variance |
CMCLSCV | |
CNSSD | |
►CPCA | |
CMCPCA | |
►CRSCV | Reversed Sum of Conditional Variance |
CMCRSCV | |
►CSCV | Sum of Conditional Variance |
CMCSCV | |
►CSSD | |
CMCSSD | |
►CZNCC | |
CMCZNCC | |
►CSSIM | |
CMCSSIM | |
CSumOfAMs | |
►CImgParams | |
►CAMParams | |
CCCREParams | |
CDFMParams | |
CKLDParams | |
CLKLDParams | |
CLRSCVParams | |
CLSCVParams | |
CMIParams | |
CNCCParams | |
CNGFParams | |
CNSSDParams | |
CPCAParams | |
CRIUParams | |
CRSCVParams | |
CSCVParams | |
CSPSSParams | |
CSSDParams | |
CSSIMParams | |
CZNCCParams | |
►CImgStatus | |
CAMStatus | Set of indicator variables to keep track of which dependent state variables need updating and executing the update expression for any variable only when at least one of the other variables it depends on has been updated; this can help to increase speed by avoiding repeated computations |
Cgnn::IndxDist | |
►Cutils::InputBase | |
Cutils::InputCV | |
Cutils::InputDummy | Dummy input pipeline to always provide a fixed image; needed to ensure API uniformity of the interactive object selector |
Cutils::InputVP | ViSP input pipeline |
Cutils::InputXV | |
►Cutils::InputParams | |
Cutils::InputVPParams | |
►Cutils::InputXVSource | |
Cutils::InputXV24 | |
Cutils::InputXV32 | |
CLevMarq | Levenberg Marquardt Solver for refining estimated SSM paarameters copied from CvLevMarq in calib3d module of OpenCV |
CLieIsometryParams | |
ClineParams | |
CLineTrackerParams | |
CMSER | |
Cutils::MTFNet | |
CNNParams | |
Cgnn::Node | |
Cutils::ObjStruct | Simple structure to store an object read from ground truth or selected by the user; requires that the object location be representable by a quadrilateral |
Cutils::ObjUtils | Utility functions to obtain initial object location for tracking - either read from a ground truth file or selected interactively by the user |
CORB | |
CParallelParams | |
CParticle | Structure with all information about a particle might be used for a possible future migration from the use of seperate structures for different properties |
CPFParams | |
Cutils::sc::PixVal< ScalarType, interp_type, border_type > | |
Cutils::mc::PixVal< ScalarType, interp_type, border_type > | |
Cutils::sc::PixVal< ScalarType, InterpType::Linear, BorderType::Constant > | |
Cutils::mc::PixVal< ScalarType, InterpType::Linear, BorderType::Constant > | |
Cutils::sc::PixVal< ScalarType, InterpType::Linear, BorderType::Replicate > | |
Cutils::mc::PixVal< ScalarType, InterpType::Linear, BorderType::Replicate > | |
Cutils::sc::PixVal< ScalarType, InterpType::Nearest, BorderType::Constant > | |
Cutils::mc::PixVal< ScalarType, InterpType::Nearest, BorderType::Constant > | |
Cutils::mc::PixVal< ScalarType, InterpType::Nearest, BorderType::Replicate > | |
Cutils::sc::PixVal< ScalarType, InterpType::Nearest, BorderType::Replicate > | |
►Cutils::PreProcBase | |
Cutils::AnisotropicDiffusion | |
Cutils::BilateralFiltering | |
Cutils::GaussianSmoothing | |
Cutils::MedianFiltering | |
Cutils::NoFiltering | |
Cutils::NoPreProcessing | |
Cutils::NormalizedBoxFiltering | |
Cutils::SobelFltering | |
CPyramidalParams | |
Cmtf::RegNetParams | |
CRKLTParams | |
CSIFT | |
CSSMData | |
►CSSMEstimator | Base class for robust estimators for different SSMs adapted from CvModelEstimator2 defined in _modeltest.h inside calib3d module |
CAffineEstimator | |
CASRTEstimator | |
CASTEstimator | |
CHomographyEstimator | |
CIsometryEstimator | |
CISTEstimator | |
CSimilitudeEstimator | |
CTranslationEstimator | |
CSSMEstimatorParams | |
►CSSMParams | |
CAffineParams | |
CASRTParams | |
CASTParams | |
CCBHParams | |
CHomographyParams | |
CIsometryParams | |
CISTParams | |
CLieAffineParams | |
CLieHomographyParams | |
CSimilitudeParams | |
CSL3Params | |
CSplineParams | |
CTPSParams | |
CTranslationParams | |
CSSMStatus | |
►CStateSpaceModel | |
►CProjectiveBase | Base class for all SSMs that can be expressed by homogeneous multiplication with a 3x3 projective transformation matrix |
CAffine | |
CASRT | Anisotropic Scaling, Rotation and Translation |
CAST | Anisotropic Scaling and Translation |
CCBH | Corner Based Homography |
CHomography | |
CIsometry | |
CIST | Isotropic Scaling and Translation |
CLieAffine | |
CLieHomography | |
CLieIsometry | |
CSimilitude | |
CSL3 | |
CTranslation | |
CSpline | |
CTPS | Thin plate splines |
CSURF | |
►CTrackerBase | |
►CCompositeBase | |
CCascadeTracker | |
►CGridBase | |
CGridTracker< SSM > | |
CGridTrackerCV< SSM > | |
CGridTrackerFlow< AM, SSM > | |
CLineTracker | |
CParallelTracker | Run multiple trackers in parallel |
CPyramidalTracker | |
CRKLT< AM, SSM > | |
►CCompositeSM< AM, SSM > | Base class for all composite search methods |
CCascadeSM< AM, SSM > | Run multiple search methods in cascade with the same AM/SSM; although the code here is currently identical to CascadeTracker, a seperate module exists for future extensions that take advantage of the additional information that is available to the Cascade through direct access to the underlying AM and SSM |
CParallelSM< AM, SSM > | Run multiple search methods in parallel with the same AM/SSM; although the code here is currently identical to ParallelTracker, a seperate module exists for future extensions that take advantage of the additional information that is available to this class through direct access to the underlying AM and SSM |
CPyramidalSM< AM, SSM > | Run multiple search methods with the same AM/SSM on a Gaussian image pyramid; although the code here is currently identical to CascadeTracker, a seperate module exists for future extensions that take advantage of the additional information that is available to the Cascade through direct access to the underlying AM and SSM |
►CFeatureBase | |
CFeatureTracker< SSM > | |
►CSearchMethod< AM, SSM > | |
CESM< AM, SSM > | |
CESMH< AM, SSM > | |
CFALK< AM, SSM > | |
CFCLK< AM, SSM > | |
►CFESMBase< AM, SSM > | |
CFESM< AM, SSM, HT, JT > | |
CFESM< AM, SSM, HessT::CurrentSelf, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::CurrentSelf, JacT::Original > | |
CFESM< AM, SSM, HessT::InitialSelf, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::InitialSelf, JacT::Original > | |
CFESM< AM, SSM, HessT::Original, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::Original, JacT::Original > | |
CFESM< AM, SSM, HessT::Std, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::Std, JacT::Original > | |
CFESM< AM, SSM, HessT::SumOfSelf, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::SumOfSelf, JacT::Original > | |
CFESM< AM, SSM, HessT::SumOfStd, JacT::DiffOfJacs > | |
CFESM< AM, SSM, HessT::SumOfStd, JacT::Original > | |
CHACLK< AM, SSM > | |
CHESM< AM, SSM, SSM2 > | |
CIALK< AM, SSM > | |
CIALK2< AM, SSM > | |
CICLK< AM, SSM > | |
CNN< AM, SSM > | |
CPF< AM, SSM > | |
CSearchMethod< void, SSM > | |