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

  /external/opencv3/modules/core/test/
test_math.cpp 832 int depth, dst_cn, mat_cols, mattype; local
840 mattype = depth < CV_32S ? CV_32F : depth == CV_64F ? CV_64F : bits & 1 ? CV_32F : CV_64F;
841 types[INPUT][1] = mattype;
842 types[INPUT][2] = CV_MAKETYPE(mattype, dst_cn);
930 int depth, cn, mattype; local
937 mattype = depth == CV_64F ? CV_64F : bits & 1 ? CV_32F : CV_64F;
938 types[INPUT][1] = mattype;
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 1442 milliseconds