Modality that computes quantized gradient orientations from a color image.
More...
#include <opencv2/rgbd/linemod.hpp>
Modality that computes quantized gradient orientations from a color image.
◆ ColorGradient() [1/2]
cv::linemod::ColorGradient::ColorGradient |
( |
| ) |
|
Default constructor. Uses reasonable default parameter values.
◆ ColorGradient() [2/2]
cv::linemod::ColorGradient::ColorGradient |
( |
float |
weak_threshold, |
|
|
size_t |
num_features, |
|
|
float |
strong_threshold |
|
) |
| |
Constructor.
- Parameters
-
weak_threshold | When quantizing, discard gradients with magnitude less than this. |
num_features | How many features a template must contain. |
strong_threshold | Consider as candidate features only gradients whose norms are larger than this. |
◆ create()
static Ptr< ColorGradient > cv::linemod::ColorGradient::create |
( |
float |
weak_threshold, |
|
|
size_t |
num_features, |
|
|
float |
strong_threshold |
|
) |
| |
|
static |
Python: |
---|
| cv.linemod.ColorGradient.create( | weak_threshold, num_features, strong_threshold | ) -> | retval |
| cv.linemod.ColorGradient_create( | weak_threshold, num_features, strong_threshold | ) -> | retval |
◆ name()
virtual String cv::linemod::ColorGradient::name |
( |
| ) |
const |
|
virtual |
◆ processImpl()
◆ read()
virtual void cv::linemod::ColorGradient::read |
( |
const FileNode & |
fn | ) |
|
|
virtual |
◆ write()
virtual void cv::linemod::ColorGradient::write |
( |
FileStorage & |
fs | ) |
const |
|
virtual |
◆ num_features
size_t cv::linemod::ColorGradient::num_features |
◆ strong_threshold
float cv::linemod::ColorGradient::strong_threshold |
◆ weak_threshold
float cv::linemod::ColorGradient::weak_threshold |
The documentation for this class was generated from the following file: