Home
last modified time | relevance | path

Searched refs:HARRIS_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dorb.cpp958 const int HARRIS_BLOCK_SIZE = 9; in detectAndCompute() local
960 int border = std::max(edgeThreshold, std::max(halfPatchSize, HARRIS_BLOCK_SIZE/2))+1; in detectAndCompute()