HomeSort by relevance Sort by last modified time
    Searched full:tmpweight (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 781 float tmpweight[3] = {0}; local
848 tmpweight[k] = (float)(feature->rect[k].weight * correction_ratio);
854 sum0 += tmpweight[k] * tr.width * tr.height;
857 tmpweight[0] = (float)(-sum0/area0);
859 for(int ii = 0; ii < nr; hidfeature->rect[ii].weight = (int)(tmpweight[ii] * 65536.0), ii++);
    [all...]

Completed in 529 milliseconds