getWinSigma       103 modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp     virtual double getWinSigma() const = 0;
getWinSigma       108 modules/cudaobjdetect/src/hog.cpp         virtual double getWinSigma() const;
getWinSigma       507 modules/cudaobjdetect/src/hog.cpp                            (float)getWinSigma(),
getWinSigma       376 modules/objdetect/include/opencv2/objdetect.hpp     CV_WRAP double getWinSigma() const;
getWinSigma       184 modules/objdetect/src/hog.cpp        << "winSigma" << getWinSigma()
getWinSigma       581 modules/objdetect/src/hog.cpp     float sigma = (float)descriptor->getWinSigma();
getWinSigma      1412 modules/objdetect/src/hog.cpp         cellSize, nbins, blockStride, winSize, (float)getWinSigma(), gammaCorrection, L2HysThreshold, signedGradient))
getWinSigma      1862 modules/objdetect/src/hog.cpp         blockSize, cellSize, nbins, blockStride, winSize, gammaCorrection, L2HysThreshold, (float)getWinSigma(), free_coef, signedGradient));
getWinSigma       683 modules/objdetect/test/test_cascadeandhog.cpp     float sigma = (float)descriptor->getWinSigma();