HomeSort by relevance Sort by last modified time
    Searched defs:mag0 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 1257 float dx0, dy0, dx, dy, mag0, mag; local
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 375 float dx0, dy0, dx, dy, mag0, mag; local
381 mag0 = dx0*dx0 + dy0*dy0;
386 if( mag0 < mag )
390 mag0 = mag;
396 if( mag0 < mag )
400 mag0 = mag;
    [all...]

Completed in 703 milliseconds