Searched refs:HARRIS_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
958 const int HARRIS_BLOCK_SIZE = 9; in detectAndCompute() local960 int border = std::max(edgeThreshold, std::max(halfPatchSize, HARRIS_BLOCK_SIZE/2))+1; in detectAndCompute()