TcVnParamsBRISK
Offers parameters for BRISK method.
Syntax
Definition:
struct TcVnParamsBRISK
{
LONG nThreshold;
ULONG nOctaves;
float fPatternScale;
};
Parameters
Name |
Type |
Default |
Description |
---|---|---|---|
nThreshold |
LONG |
30 |
Detection threshold |
nOctaves |
ULONG |
3 |
Detection octaves (0 for single scale) |
fPatternScale |
float |
1 |
Scale factor for the neighborhood pattern |