Searched refs:map_width (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvsnakes.cpp102 int map_width = ((roi.width - 1) >> 3) + 1; local
153 map = (uchar *) cvAlloc( map_width * map_height );
160 memset( (void *) map, 0, map_width * map_height );
294 if( map[y * map_width + x] == 0 )
322 map[y * map_width + x] = 1;

Completed in 33 milliseconds