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

  /external/opencv/cv/src/
cvcanny.cpp 165 int* _mag = mag_buf[(i > 0) + 1] + 1; local
166 float* _magf = (float*)_mag;
176 _mag[-1] = _mag[size.width] = 0;
180 _mag[j] = abs(_dx[j]) + abs(_dy[j]);
202 memset( _mag-1, 0, (size.width + 2)*sizeof(int) );
212 _mag = mag_buf[1] + 1; // take the central row
238 int m = _mag[j];
251 if( m > _mag[j-1] && m >= _mag[j+1]
    [all...]

Completed in 166 milliseconds