HomeSort by relevance Sort by last modified time
    Searched defs:gammaCorrection (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),
359 gammaCorrection(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradient)
430 CV_PROP bool gammaCorrection;
  /external/opencv3/modules/cudaimgproc/src/
color.cpp 56 void cv::cuda::gammaCorrection(InputArray, OutputArray, bool, Stream&) { throw_no_cuda(); }
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 156 obj["gammaCorrection"] >> gammaCorrection;
187 << "gammaCorrection" << gammaCorrection
219 c.gammaCorrection = gammaCorrection;
250 if( gammaCorrection )
263 if( gammaCorrection )
    [all...]

Completed in 83 milliseconds