Home
last modified time | relevance | path

Searched defs:IndexCmp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp329 struct IndexCmp struct
331 const int3* aux;
333 explicit IndexCmp(const int3* _aux) : aux(_aux) {} in IndexCmp() argument
335 bool operator ()(int l1, int l2) const in operator ()()