Go to the source code of this file.
|
| 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) |
| |
◆ 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]
◆ REGION_DETECTOR_2_ONE_R [2/2]
◆ REGION_DETECTOR_2_USE_OPT_4_BYTES
| #define REGION_DETECTOR_2_USE_OPT_4_BYTES |