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

  /external/opencv3/modules/core/test/
test_operations.cpp 747 if (Mat3f(1, 1).elemSize() != 3 * sizeof(float)) throw test_excep();
749 if (Mat3f(1, 1).depth() != CV_32F) throw test_excep();
750 if (Mat3f(1, 1).type() != CV_32FC3) throw test_excep();
767 if (Mat3f(1, 1).channels() != 3) throw test_excep();
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]

Completed in 66 milliseconds