HomeSort by relevance Sort by last modified time
    Searched full:zerozone (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcornersubpix.cpp 45 int count, CvSize win, CvSize zeroZone,
163 if( zeroZone.width >= 0 && zeroZone.height >= 0 &&
164 zeroZone.width * 2 + 1 < win_w && zeroZone.height * 2 + 1 < win_h )
166 for( i = win.height - zeroZone.height; i <= win.height + zeroZone.height; i++ )
168 for( j = win.width - zeroZone.width; j <= win.width + zeroZone.width; j++ )

Completed in 40 milliseconds