OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:w_cols
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxsvd.cpp
1232
int w_rows,
w_cols
;
local
1250
w_cols
= w->cols;
1263
w_cols
= w->rows;
1270
w_is_mat =
w_cols
> 1 && w_rows > 1;
1272
if( !w_is_mat && CV_IS_MAT_CONT(w->type) &&
w_cols
+ w_rows - 1 == n )
[
all
...]
Completed in 609 milliseconds