Home | History | Annotate | Download | only in src

Lines Matching defs:sum0

733 					double sum0 = 0, area0 = 0;
853 // sum0 += hidfeature->rect[k].weight * tr.width * tr.height;
854 sum0 += tmpweight[k] * tr.width * tr.height;
857 tmpweight[0] = (float)(-sum0/area0);