Searched refs:CV_SORT_EVERY_ROW (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h679 #define CV_SORT_EVERY_ROW 0 macro
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h1250 #define CV_SORT_EVERY_ROW 0 macro
/external/opencv3/modules/core/src/
H A Dmatrix.cpp3825 bool sortRows = (flags & 1) == CV_SORT_EVERY_ROW;
3949 bool sortRows = (flags & 1) == CV_SORT_EVERY_ROW;

Completed in 86 milliseconds