OpenCV453
|
Interface for modalities that plug into the LINE template matching representation. [詳解]
#include <linemod.hpp>
cv::linemod::ColorGradient, cv::linemod::DepthNormalに継承されています。
公開メンバ関数 | |
CV_WRAP Ptr< QuantizedPyramid > | process (const Mat &src, const Mat &mask=Mat()) const |
Form a quantized image pyramid from a source image. [詳解] | |
virtual CV_WRAP String | name () const =0 |
virtual CV_WRAP void | read (const FileNode &fn)=0 |
virtual void | write (FileStorage &fs) const =0 |
静的公開メンバ関数 | |
static CV_WRAP Ptr< Modality > | create (const String &modality_type) |
Create modality by name. [詳解] | |
static CV_WRAP Ptr< Modality > | create (const FileNode &fn) |
Load a modality from file. | |
限定公開メンバ関数 | |
virtual Ptr< QuantizedPyramid > | processImpl (const Mat &src, const Mat &mask) const =0 |
Interface for modalities that plug into the LINE template matching representation.
Create modality by name.
The following modality types are supported:
|
inline |
Form a quantized image pyramid from a source image.
[in] | src | The source image. Type depends on the modality. |
[in] | mask | Optional mask. If not empty, unmasked pixels are set to zero in quantized image and cannot be extracted as features. |