HomeSort by relevance Sort by last modified time
    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