Home
last modified time | relevance | path

Searched refs:angleScale (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/apps/traincascade/
DHOGfeatures.cpp186 float angleScale = (float)(nbins/CV_PI); in integralHistogram() local
206 angle = angle*angleScale - 0.5f; in integralHistogram()
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp522 float angleScale = (float)(nbins_ / CV_PI); in computeGradient() local
526 …hog::compute_gradients_8UC1(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_corre… in computeGradient()
529 …hog::compute_gradients_8UC4(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_corre… in computeGradient()
/external/opencv3/modules/objdetect/src/
Dhog.cpp308 float angleScale = signedGradient ? (float)(nbins/(2.0*CV_PI)) : (float)(nbins/CV_PI); in computeGradient() local
415 __m128 _angleScale = _mm_set1_ps(angleScale), fone = _mm_set1_ps(1.0f); in computeGradient()
455 float mag = dbuf[x+width*2], angle = dbuf[x+width*3]*angleScale - 0.5f; in computeGradient()
1119 float angleScale = signedGradient ? (float)(nbins/(2.0*CV_PI)) : (float)(nbins/CV_PI); in ocl_computeGradient() local
1122 angleScale, grad, qangle, gamma_correction, nbins); in ocl_computeGradient()
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp1234 float angleScale = (float)(_nbins/CV_PI); in computeGradient() local
1295 float mag = dbuf[x+width*2], angle = dbuf[x+width*3]*angleScale - 0.5f; in computeGradient()