HomeSort by relevance Sort by last modified time
    Searched refs:angleScale (Results 1 - 4 of 4) sorted by null

  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 186 float angleScale = (float)(nbins/CV_PI);
206 angle = angle*angleScale - 0.5f;
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp     [all...]
  /external/opencv3/modules/cudaobjdetect/src/
hog.cpp 522 float angleScale = (float)(nbins_ / CV_PI);
526 hog::compute_gradients_8UC1(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_correction_);
529 hog::compute_gradients_8UC4(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_correction_);
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 308 float angleScale = signedGradient ? (float)(nbins/(2.0*CV_PI)) : (float)(nbins/CV_PI);
415 __m128 _angleScale = _mm_set1_ps(angleScale), fone = _mm_set1_ps(1.0f);
455 float mag = dbuf[x+width*2], angle = dbuf[x+width*3]*angleScale - 0.5f;
    [all...]

Completed in 96 milliseconds