OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stepFactor
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/apps/traincascade/
imagestorage.cpp
26
stepFactor
= 0.5F;
98
if( (int)( point.x + (1.0F +
stepFactor
) * winSize.width ) < img.cols )
99
point.x += (int)(
stepFactor
* winSize.width);
103
if( (int)( point.y + (1.0F +
stepFactor
) * winSize.height ) < img.rows )
104
point.y += (int)(
stepFactor
* winSize.height);
imagestorage.h
44
float
stepFactor
;
Completed in 397 milliseconds