Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::FloodFiller::DefaultCriterion< T > Struct Template Reference

predefined criterion for simple reference-value based filling for 1-channel images More...

#include <FloodFiller.h>

Public Member Functions

 DefaultCriterion (T val, T thresh)
 
bool operator() (const T &pix) const
 

Public Attributes

val
 
thresh
 

Detailed Description

template<class T>
struct icl::cv::FloodFiller::DefaultCriterion< T >

predefined criterion for simple reference-value based filling for 1-channel images

Constructor & Destructor Documentation

◆ DefaultCriterion()

template<class T >
icl::cv::FloodFiller::DefaultCriterion< T >::DefaultCriterion ( val,
thresh 
)
inline

Member Function Documentation

◆ operator()()

template<class T >
bool icl::cv::FloodFiller::DefaultCriterion< T >::operator() ( const T &  pix) const
inline

Member Data Documentation

◆ thresh

template<class T >
T icl::cv::FloodFiller::DefaultCriterion< T >::thresh

◆ val

template<class T >
T icl::cv::FloodFiller::DefaultCriterion< T >::val

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