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

  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 733 double sum0 = 0, area0 = 0; local
851 area0 = tr.width * tr.height;
857 tmpweight[0] = (float)(-sum0/area0);
    [all...]
cvhaar.cpp 534 double sum0 = 0, area0 = 0; local
649 area0 = tr.width * tr.height;
654 hidfeature->rect[0].weight = (float)(-sum0/area0);
    [all...]

Completed in 51 milliseconds