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

  /external/opencv3/modules/java/src/
objdetect+HOGDescriptor.java 51 nativeObj = HOGDescriptor_1(_winSize.width, _winSize.height, _blockSize.width, _blockSize.height, _blockStride.width, _blockStride.height, _cellSize.width, _cellSize.height, _nbins, _derivAperture, _winSigma, _histogramNormType, _L2HysThreshold, _gammaCorrection, _nlevels, _signedGradient);
501 private static native long HOGDescriptor_1(double _winSize_width, double _winSize_height, double _blockSize_width, double _blockSize_height, double _blockStride_width, double _blockStride_height, double _cellSize_width, double _cellSize_height, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType, double _L2HysThreshold, boolean _gammaCorrection, int _nlevels, boolean _signedGradient);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 82 milliseconds