Home
last modified time | relevance | path

Searched refs:strip_size (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvhaar.cpp947 int strip_count, strip_size; in cvHaarDetectObjects() local
981 strip_size = (sz1.height + strip_count - 1)/strip_count; in cvHaarDetectObjects()
982 strip_size = (strip_size / ystep)*ystep; in cvHaarDetectObjects()
987 strip_size = sz1.height; in cvHaarDetectObjects()
1012 int y1 = i*strip_size, y2 = (i+1)*strip_size/* - ystep + 1*/; in cvHaarDetectObjects()