HomeSort by relevance Sort by last modified time
    Searched full:havemask (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/imgproc/src/
featureselect.cpp 86 bool haveMask = !_mask.empty();
104 (int)wgs, dbsize, wgs2_aligned, haveMask ? " -D HAVE_MASK" : ""));
116 if (haveMask)
140 format("-D OP_FIND_CORNERS%s", haveMask ? " -D HAVE_MASK" : ""));
148 if (!haveMask)
accum.cpp 797 bool haveMask = !_mask.empty(), doubleSupport = dev.doubleFPConfig() > 0;
799 int kercn = haveMask ? cn : ocl::predictOptimalVectorWidthMax(_src, _src2, _dst), rowsPerWI = dev.isIntel() ? 4 : 1;
810 opMap[op_type], haveMask ? " -D HAVE_MASK" : "",
835 if (haveMask)
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]
stat.cpp     [all...]
umatrix.cpp 771 bool haveMask = !_mask.empty();
779 int kercn = haveMask || cn == 3 ? cn : std::max(cn, ocl::predictOptimalVectorWidth(*this)),
792 ocl::Kernel setK(haveMask ? "setMask" : "set", ocl::core::copyset_oclsrc, opts);
798 if( haveMask )
821 Mat m = getMat(haveMask ? ACCESS_RW : ACCESS_WRITE);
  /external/opencv3/modules/core/test/
test_arithm.cpp     [all...]

Completed in 2140 milliseconds