|
| class | cv::tbm::CosDistance |
| | The CosDistance class allows computing cosine distance between two reidentification descriptors. More...
|
| |
| class | cv::tbm::IDescriptorDistance |
| | The IDescriptorDistance class declares an interface for distance computation between reidentification descriptors. More...
|
| |
| class | cv::tbm::IImageDescriptor |
| | The IImageDescriptor class declares base class for image descriptor. More...
|
| |
| class | cv::tbm::ITrackerByMatching |
| | Tracker-by-Matching algorithm interface. More...
|
| |
| class | cv::tbm::MatchTemplateDistance |
| | Computes distance between images using MatchTemplate function from OpenCV library and its cross-correlation computation method in particular. More...
|
| |
| class | cv::tbm::ResizedImageDescriptor |
| | Uses resized image as descriptor. More...
|
| |
| class | cv::tbm::Track |
| | The Track class describes tracks. More...
|
| |
| struct | cv::tbm::TrackedObject |
| | The TrackedObject struct defines properties of detected object. More...
|
| |
| struct | cv::tbm::TrackerParams |
| | The TrackerParams struct stores parameters of TrackerByMatching. More...
|
| |