HomeSort by relevance Sort by last modified time
    Searched refs:bgthreshold (Results 1 - 3 of 3) sorted by null

  /external/opencv3/apps/createsamples/
utility.hpp 56 * bgthreshold - background color threshold. Pixels those colors are in range
57 * [bgcolor-bgthreshold, bgcolor+bgthreshold] are considered as transparent
74 const char* imgfilename, int bgcolor, int bgthreshold,
84 const char* imgfilename, int bgcolor, int bgthreshold,
createsamples.cpp 68 int bgthreshold = 80; local
96 argv[0], num, bgcolor, bgthreshold, maxintensitydev,
130 bgthreshold = atoi( argv[++i] );
183 printf( "BG threshold: %d\n", bgthreshold );
203 cvCreateTrainingSamples( vecname, imagename, bgcolor, bgthreshold, bgfilename,
214 cvCreateTestSamples( infoname, imagename, bgcolor, bgthreshold, bgfilename, num,
utility.cpp 607 static int icvStartSampleDistortion( const char* imgfilename, int bgcolor, int bgthreshold,
637 if( bgcolor - bgthreshold <= (int) (*pmask) &&
638 (int) (*pmask) <= bgcolor + bgthreshold )
670 if( de >= dd && de > bgthreshold )
674 if( dd > de && dd > bgthreshold )
    [all...]

Completed in 698 milliseconds