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

  /external/opencv/cv/src/
cvcanny.cpp 66 int mapstep, maxsize; local
132 mapstep = size.width + 2;
138 memset( map, 1, mapstep );
139 memset( map + mapstep*(size.height + 1), 1, mapstep );
209 _map = map + mapstep*i + 1;
253 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
267 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
282 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
325 if( !m[-mapstep-1]
    [all...]

Completed in 308 milliseconds