KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::Policy::ApplyGradientThreshold< Scalar > Struct Template Reference

Threshold for feature detection. More...

#include <tools.hh>

Detailed Description

template<class Scalar>
struct Kaskade::Policy::ApplyGradientThreshold< Scalar >

Threshold for feature detection.

This is a simple threshold strategy which works on 1-dimensional gradients, i.e. deformations defined along edges, edge normals in the neighbouring surface triangles,... If the threshold value is negative it will be ignored!!!

Definition at line 488 of file tools.hh.

Public Member Functions

 ApplyGradientThreshold (Scalar const threshold=1.0)
 
void applyGradientThreshold (Scalar &gradient) const
 

Constructor & Destructor Documentation

◆ ApplyGradientThreshold()

template<class Scalar >
Kaskade::Policy::ApplyGradientThreshold< Scalar >::ApplyGradientThreshold ( Scalar const  threshold = 1.0)
inlineexplicit

Definition at line 490 of file tools.hh.

Member Function Documentation

◆ applyGradientThreshold()

template<class Scalar >
void Kaskade::Policy::ApplyGradientThreshold< Scalar >::applyGradientThreshold ( Scalar &  gradient) const
inline

Definition at line 492 of file tools.hh.


The documentation for this struct was generated from the following file: