Image Component Library (ICL)
Namespaces | Macros | Functions
RegionDetectorTools.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/BasicTypes.h>

Go to the source code of this file.

Namespaces

 icl
 undocument this line if you encounter any issues!
 
 icl::cv
 
 icl::cv::region_detector_tools
 

Macros

#define REGION_DETECTOR_2_ONE   if(*first != val) return first; ++first;
 
#define REGION_DETECTOR_2_ONE_R(REST)   case REST: REGION_DETECTOR_2_ONE
 
#define REGION_DETECTOR_2_ONE   if(*first != val) return first; ++first;
 
#define REGION_DETECTOR_2_ONE_R(REST)   case REST: REGION_DETECTOR_2_ONE
 
#define REGION_DETECTOR_2_USE_OPT_4_BYTES
 

Functions

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

Macro Definition Documentation

◆ REGION_DETECTOR_2_ONE [1/2]

#define REGION_DETECTOR_2_ONE   if(*first != val) return first; ++first;

◆ REGION_DETECTOR_2_ONE [2/2]

#define REGION_DETECTOR_2_ONE   if(*first != val) return first; ++first;

◆ REGION_DETECTOR_2_ONE_R [1/2]

#define REGION_DETECTOR_2_ONE_R (   REST)    case REST: REGION_DETECTOR_2_ONE

◆ REGION_DETECTOR_2_ONE_R [2/2]

#define REGION_DETECTOR_2_ONE_R (   REST)    case REST: REGION_DETECTOR_2_ONE

◆ REGION_DETECTOR_2_USE_OPT_4_BYTES

#define REGION_DETECTOR_2_USE_OPT_4_BYTES