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

  /external/opencv3/modules/imgproc/test/
test_filter.cpp 223 vector<int> eldata; local
230 eldata.resize(aperture_size.width*aperture_size.height);
239 eldata[i*aperture_size.width + j] = src[i*srcstep + j];
245 eldata[anchor.y*aperture_size.width + anchor.x] = 1;
250 anchor.x, anchor.y, shape, eldata.empty() ? 0 : &eldata[0] );
    [all...]

Completed in 267 milliseconds