Searched defs:CV_LU (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h761 #define CV_LU 0 macro
768 int method CV_DEFAULT(CV_LU));
772 (returns 0 if src1 is a singular and CV_LU method is used) */
774 int method CV_DEFAULT(CV_LU));
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h1341 #define CV_LU 0 macro
1350 int method CV_DEFAULT(CV_LU));
1354 (returns 0 if src1 is a singular and CV_LU method is used) */
1356 int method CV_DEFAULT(CV_LU));

Completed in 968 milliseconds