Searched defs:sfn (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvhough.cpp228 int sfn = srn * stn; local
363 memset( mcaccum, 0, sfn * sizeof( uchar ));
388 i = CV_IMIN( i, sfn );
391 assert( i <= sfn );
396 for( index = 0; index < sfn; index++ )

Completed in 98 milliseconds