HomeSort by relevance Sort by last modified time
    Searched defs:objdetect (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/objdetect/
opencl_kernels_objdetect.hpp 11 namespace objdetect namespace in namespace:cv::ocl
opencl_kernels_objdetect.cpp 10 namespace objdetect namespace in namespace:cv::ocl
    [all...]
  /external/opencv3/modules/java/src/
objdetect+BaseCascadeClassifier.java 5 package org.opencv.objdetect;
objdetect+Objdetect.java 5 package org.opencv.objdetect;
12 public class Objdetect {
objdetect+CascadeClassifier.java 5 package org.opencv.objdetect;
objdetect+HOGDescriptor.java 5 package org.opencv.objdetect;
  /external/opencv3/modules/objdetect/misc/java/test/
ObjdetectTest.java 1 package org.opencv.test.objdetect;
18 Objdetect.groupRectangles(rects, null, groupThreshold);//TODO: second parameter should not be null
38 Objdetect.groupRectangles(rects, null, groupThreshold, eps);//TODO: second parameter should not be null
CascadeClassifierTest.java 1 package org.opencv.test.objdetect;
7 import org.opencv.objdetect.CascadeClassifier;
8 import org.opencv.objdetect.Objdetect;
41 cc.detectMultiScale(greyLena, faces, 1.09, 3, Objdetect.CASCADE_SCALE_IMAGE, new Size(30, 30), new Size());
HOGDescriptorTest.java 1 package org.opencv.test.objdetect;
3 import org.opencv.objdetect.HOGDescriptor;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 126 milliseconds