OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_row
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
pca.cpp
71
Mat
image_row
= data[i].clone().reshape(1,1);
local
73
image_row
.convertTo(row_i,CV_32F);
Completed in 182 milliseconds