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

  /external/opencv/cv/src/
cvtemplmatch.cpp 64 tile_count_x, tile_count_y, tile_count; local
187 tile_count_x = (corr->cols + blocksize.width - 1)/blocksize.width;
189 tile_count = tile_count_x*tile_count_y;
199 int x = (k%tile_count_x)*blocksize.width;
200 int y = (k/tile_count_x)*blocksize.height;

Completed in 180 milliseconds