Add -maxscale parameter to limit the amount sample images can scale in background images
This commit is contained in:
@@ -86,7 +86,7 @@ void cvCreateTestSamples( const char* infoname,
|
||||
int invert, int maxintensitydev,
|
||||
double maxxangle, double maxyangle, double maxzangle,
|
||||
int showsamples,
|
||||
int winwidth, int winheight );
|
||||
int winwidth, int winheight, double maxscale );
|
||||
|
||||
/*
|
||||
* cvCreateTrainingSamplesFromInfo
|
||||
|
||||
Reference in New Issue
Block a user