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

/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1768 int gemm_flags, as_cols, convert_data; local
1803 as_cols = 1;
1811 as_cols = 0;
1844 avg_repeated = cvMat( as_cols ? len : block_count0,
1845 as_cols ? block_count0 : len, avg->type, buffer );
1857 if( as_cols )
1905 int i, len, in_count, as_cols; local
1934 as_cols = 1;
1940 as_cols = 0;
1971 avg_repeated = cvMat( as_cols
[all...]

Completed in 34 milliseconds