HomeSort by relevance Sort by last modified time
    Searched refs:Mat1f (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/test/
test_operations.cpp 745 if (Mat1f(1, 1).elemSize() != sizeof(float)) throw test_excep();
748 if (Mat1f(1, 1).depth() != CV_32F) throw test_excep();
757 if (Mat1f(1, 1).channels() != 1) throw test_excep();
    [all...]
test_mat.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]

Completed in 619 milliseconds