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

  /external/opencv3/modules/features2d/src/
matchers.cpp 75 ocl::Device devDef = ocl::Device::getDefault();
79 if (devDef.isIntel() &&
86 bool is_cpu = devDef.type() == ocl::Device::TYPE_CPU;
175 ocl::Device devDef = ocl::Device::getDefault();
179 if (devDef.isIntel() &&
186 bool is_cpu = devDef.type() == ocl::Device::TYPE_CPU;
292 ocl::Device devDef = ocl::Device::getDefault();
295 if (devDef.isIntel() &&
    [all...]
  /external/opencv3/modules/calib3d/src/
stereobm.cpp     [all...]

Completed in 248 milliseconds