gammaCorrection   157 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void gammaCorrection(InputArray src, OutputArray dst, bool forward = true, Stream& stream = Stream::Null());
gammaCorrection   347 modules/objdetect/include/opencv2/objdetect.hpp         histogramNormType(HOGDescriptor::L2Hys), L2HysThreshold(0.2), gammaCorrection(true),
gammaCorrection   359 modules/objdetect/include/opencv2/objdetect.hpp     gammaCorrection(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradient)
gammaCorrection   430 modules/objdetect/include/opencv2/objdetect.hpp     CV_PROP bool gammaCorrection;
gammaCorrection   156 modules/objdetect/src/hog.cpp     obj["gammaCorrection"] >> gammaCorrection;
gammaCorrection   187 modules/objdetect/src/hog.cpp        << "gammaCorrection" << gammaCorrection
gammaCorrection   219 modules/objdetect/src/hog.cpp     c.gammaCorrection = gammaCorrection;
gammaCorrection   250 modules/objdetect/src/hog.cpp     if( gammaCorrection )
gammaCorrection   263 modules/objdetect/src/hog.cpp     if( gammaCorrection )
gammaCorrection  1327 modules/objdetect/src/hog.cpp                         Size cellSize, int nbins, Size blockStride, Size winSize, float sigma, bool gammaCorrection, double L2HysThreshold, bool signedGradient)
gammaCorrection  1353 modules/objdetect/src/hog.cpp     if(!ocl_computeGradient(_img, grad, qangle, nbins, effect_size, gammaCorrection, signedGradient))
gammaCorrection  1412 modules/objdetect/src/hog.cpp         cellSize, nbins, blockStride, winSize, (float)getWinSigma(), gammaCorrection, L2HysThreshold, signedGradient))
gammaCorrection  1726 modules/objdetect/src/hog.cpp                        bool gammaCorrection, double L2HysThreshold, float sigma, float free_coef, bool signedGradient)
gammaCorrection  1755 modules/objdetect/src/hog.cpp     if(!ocl_computeGradient(img, grad, qangle, nbins, effect_size, gammaCorrection, signedGradient))
gammaCorrection  1795 modules/objdetect/src/hog.cpp                                               int nbins, Size blockStride, Size winSize, bool gammaCorrection,
gammaCorrection  1811 modules/objdetect/src/hog.cpp                 blockStride, winSize, gammaCorrection, L2HysThreshold, sigma, free_coef, signedGradient))
gammaCorrection  1818 modules/objdetect/src/hog.cpp                 blockStride, winSize, gammaCorrection, L2HysThreshold, sigma, free_coef, signedGradient))
gammaCorrection  1862 modules/objdetect/src/hog.cpp         blockSize, cellSize, nbins, blockStride, winSize, gammaCorrection, L2HysThreshold, (float)getWinSigma(), free_coef, signedGradient));
gammaCorrection    81 modules/objdetect/test/opencl/test_hogdetector.cpp     hog.gammaCorrection = true;
gammaCorrection   100 modules/objdetect/test/opencl/test_hogdetector.cpp     hog.gammaCorrection = true;
gammaCorrection  1204 modules/objdetect/test/test_cascadeandhog.cpp     if( gammaCorrection )