OpenCV  2.4.13.5
Open Source Computer Vision
cv::LessThanIdx< _Tp > Class Template Reference

#include <operations.hpp>

Public Member Functions

 LessThanIdx (const _Tp *_arr)
 
bool operator() (int a, int b) const
 

Public Attributes

const _Tp * arr
 

Constructor & Destructor Documentation

§ LessThanIdx()

template<typename _Tp >
cv::LessThanIdx< _Tp >::LessThanIdx ( const _Tp *  _arr)
inline

Member Function Documentation

§ operator()()

template<typename _Tp >
bool cv::LessThanIdx< _Tp >::operator() ( int  a,
int  b 
) const
inline

Member Data Documentation

§ arr

template<typename _Tp >
const _Tp* cv::LessThanIdx< _Tp >::arr

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