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

  /external/opencv3/modules/objdetect/include/opencv2/
objdetect.hpp 347 histogramNormType(HOGDescriptor::L2Hys), L2HysThreshold(0.2), gammaCorrection(true),
358 histogramNormType(_histogramNormType), L2HysThreshold(_L2HysThreshold),
428 CV_PROP int histogramNormType;
  /external/opencv3/modules/java/src/
objdetect.cpp     [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 154 obj["histogramNormType"] >> histogramNormType;
185 << "histogramNormType" << histogramNormType
217 c.histogramNormType = histogramNormType;
    [all...]

Completed in 58 milliseconds