Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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

template<class IteratorA , class IteratorB , class Predicate >
void icl::cv::region_detector_tools::copy_if ( IteratorA  srcBegin,
IteratorA  srcEnd,
IteratorB  dstBegin,
Predicate  p 
) [inline]
template<class T >
const T* icl::cv::region_detector_tools::find_first_not ( const T *  first,
const T *  last,
val 
) [inline]
template<>
const icl8u* icl::cv::region_detector_tools::find_first_not ( const icl8u *  first,
const icl8u *  last,
icl8u  val 
) [inline]
template<class T >
const T* icl::cv::region_detector_tools::find_first_not_no_opt ( const T *  first,
const T *  last,
val 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines