Struct opencv::rgbd::Linemod_ColorGradient[][src]

pub struct Linemod_ColorGradient { /* fields omitted */ }
Expand description

\brief Modality that computes quantized gradient orientations from a color image.

Implementations

\brief Default constructor. Uses reasonable default parameter values.

\brief Constructor.

\param weak_threshold When quantizing, discard gradients with magnitude less than this. \param num_features How many features a template must contain. \param strong_threshold Consider as candidate features only gradients whose norms are larger than this.

Trait Implementations

Wrap the specified raw pointer Read more

Return an the underlying raw pointer while consuming this wrapper. Read more

Return the underlying raw pointer. Read more

Return the underlying mutable raw pointer Read more

Executes the destructor for this type. Read more

\brief Form a quantized image pyramid from a source image. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.