OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subsignature
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h
381
/** Return the
Subsignature
of a feature
391
// Figure out the
subsignature
of the feature
394
size_t
subsignature
= 0;
local
404
// Add it to the current
subsignature
if necessary
405
subsignature
+= (feature_block & lowest_bit) ? bit_index : 0;
408
// increment the bit index for the
subsignature
414
return
subsignature
;
Completed in 199 milliseconds