Searched defs:getMat (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dippasync.hpp141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) function in namespace:cv::hpp
166 @sa howToUseIPPAconversion, hpp::getMat
H A Dmat.inl.hpp121 inline Mat _InputArray::getMat(int i) const function in class:cv::_InputArray
/external/opencv3/modules/java/android_test/src/org/opencv/test/
H A DOpenCVTestCase.java191 protected Mat getMat(int type, double... vals) method in class:OpenCVTestCase
/external/opencv3/modules/java/pure_test/src/org/opencv/test/
H A DOpenCVTestCase.java221 protected Mat getMat(int type, double... vals) method in class:OpenCVTestCase
/external/opencv3/modules/ts/src/
H A Dcuda_test.cpp306 Mat getMat(InputArray arr) function in namespace:cvtest
315 return arr.getMat();
320 Mat m1 = getMat(m1_);
321 Mat m2 = getMat(m2_);
360 matchTemplate(getMat(m1), getMat(m2), diff, TM_CCORR_NORMED);
417 Mat gold = getMat(gold_);
418 Mat actual = getMat(actual_);

Completed in 163 milliseconds