Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
DHOGfeatures.cpp68 Size blockStep; in generateFeatures() local
73 blockStep = Size(4,4); in generateFeatures()
76 for (x = 0; x <= winSize.width - w; x += blockStep.width) in generateFeatures()
78 for (y = 0; y <= winSize.height - h; y += blockStep.height) in generateFeatures()
85 for (x = 0; x <= winSize.width - w; x += blockStep.width) in generateFeatures()
87 for (y = 0; y <= winSize.height - h; y += blockStep.height) in generateFeatures()
94 for (x = 0; x <= winSize.width - w; x += blockStep.width) in generateFeatures()
96 for (y = 0; y <= winSize.height - h; y += blockStep.height) in generateFeatures()