EstervQrCode 2.0.0
Library for qr code manipulation
Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Functions
cv::detail Namespace Reference

Namespaces

namespace  tracking
 

Classes

class  TrackerFeature
 Abstract base class for TrackerFeature that represents the feature. More...
 
class  TrackerFeatureSet
 Class that manages the extraction and selection of features. More...
 
class  TrackerModel
 Abstract class that represents the model of the target. More...
 
class  TrackerSampler
 Class that manages the sampler in order to select regions for the update the model of the tracker [AAM] Sampling e Labeling. See table I and section III B. More...
 
class  TrackerSamplerAlgorithm
 Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler. More...
 
class  TrackerSamplerCSC
 TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL. More...
 
class  TrackerStateEstimator
 Abstract base class for TrackerStateEstimator that estimates the most likely target state. More...
 
class  TrackerTargetState
 Abstract base class for TrackerTargetState that represents a possible state of the target. More...
 

Typedefs

typedef std::vector< std::pair< Ptr< TrackerTargetState >, float > > ConfidenceMap
 Represents the model of the target at frame $k$ (all states and scores)
 
typedef std::vector< Ptr< TrackerTargetState > > Trajectory
 Represents the estimate states for all frames.
 

Functions

template<typename _Tp >
Matx< _Tp, 4, 4 > jacob_exp (const Quat< _Tp > &q)
 

Function Documentation

◆ jacob_exp()

template<typename _Tp >
Matx< _Tp, 4, 4 > cv::detail::jacob_exp ( const Quat< _Tp > &  q)