Searched refs:sfn (Results 1 – 3 of 3) sorted by relevance
228 int sfn = srn * stn; in IMPLEMENT_LIST() local363 memset( mcaccum, 0, sfn * sizeof( uchar )); in IMPLEMENT_LIST()388 i = CV_IMIN( i, sfn ); in IMPLEMENT_LIST()391 assert( i <= sfn ); in IMPLEMENT_LIST()396 for( index = 0; index < sfn; index++ ) in IMPLEMENT_LIST()
217 int sfn = srn * stn; in HoughLinesSDiv() local345 memset( mcaccum, 0, sfn * sizeof( uchar )); in HoughLinesSDiv()368 i = CV_IMIN( i, sfn ); in HoughLinesSDiv()371 assert( i <= sfn ); in HoughLinesSDiv()376 for( index = 0; index < sfn; index++ ) in HoughLinesSDiv()
1872 FileNode sfn = fn["splits"]; in readNode() local1873 if( !sfn.empty() ) in readNode()1875 int i, n = (int)sfn.size(), prevsplit = -1; in readNode()1876 FileNodeIterator it = sfn.begin(); in readNode()