Image Component Library (ICL)
Functions
icl::cv::region_detector_tools Namespace Reference

Functions

template<class IteratorA , class IteratorB , class Predicate >
void copy_if (IteratorA srcBegin, IteratorA srcEnd, IteratorB dstBegin, Predicate p)
 
template<class T >
const T * find_first_not (const T *first, const T *last, T val)
 
template<class T >
const T * find_first_not_no_opt (const T *first, const T *last, T val)
 
template<>
const icl8ufind_first_not (const icl8u *first, const icl8u *last, icl8u val)
 

Function Documentation

◆ copy_if()

template<class IteratorA , class IteratorB , class Predicate >
void icl::cv::region_detector_tools::copy_if ( IteratorA  srcBegin,
IteratorA  srcEnd,
IteratorB  dstBegin,
Predicate  p 
)
inline

◆ find_first_not() [1/2]

template<class T >
const T* icl::cv::region_detector_tools::find_first_not ( const T *  first,
const T *  last,
val 
)
inline

◆ find_first_not() [2/2]

template<>
const icl8u* icl::cv::region_detector_tools::find_first_not ( const icl8u first,
const icl8u last,
icl8u  val 
)
inline

◆ find_first_not_no_opt()

template<class T >
const T* icl::cv::region_detector_tools::find_first_not_no_opt ( const T *  first,
const T *  last,
val 
)
inline