The IImageDescriptor class declares base class for image descriptor.
More...
#include <opencv2/tracking/tracking_by_matching.hpp>
The IImageDescriptor class declares base class for image descriptor.
§ ~IImageDescriptor()
virtual cv::tbm::IImageDescriptor::~IImageDescriptor |
( |
| ) |
|
|
inlinevirtual |
§ compute() [1/2]
virtual void cv::tbm::IImageDescriptor::compute |
( |
const cv::Mat & |
mat, |
|
|
cv::Mat & |
descr |
|
) |
| |
|
pure virtual |
§ compute() [2/2]
virtual void cv::tbm::IImageDescriptor::compute |
( |
const std::vector< cv::Mat > & |
mats, |
|
|
std::vector< cv::Mat > & |
descrs |
|
) |
| |
|
pure virtual |
Computes image descriptors in batches.
- Parameters
-
[in] | mats | Images of interest. |
[out] | descrs | Matrices to store the computed descriptors. |
Implemented in cv::tbm::ResizedImageDescriptor.
§ size()
virtual cv::Size cv::tbm::IImageDescriptor::size |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: