Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dimagestorage.cpp26 stepFactor = 0.5F; in NegReader()
98 if( (int)( point.x + (1.0F + stepFactor ) * winSize.width ) < img.cols ) in get()
99 point.x += (int)(stepFactor * winSize.width); in get()
103 if( (int)( point.y + (1.0F + stepFactor ) * winSize.height ) < img.rows ) in get()
104 point.y += (int)(stepFactor * winSize.height); in get()
Dimagestorage.h44 float stepFactor; variable