Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dfast.cpp77 uchar threshold_tab[512]; in FAST_t() local
79 threshold_tab[i+255] = (uchar)(i < -threshold ? 1 : i > threshold ? 2 : 0); in FAST_t()
164 const uchar* tab = &threshold_tab[0] - v + 255; in FAST_t()