TcVnKeyPoint
Describes a key point.
Syntax
Definition:
struct TcVnKeyPoint
{
TcVnPoint2_REAL aPoint;
float fDiameter;
float fAngle;
float fResponse;
LONG nOctave;
LONG nClassId;
};Parameters
|
Name |
Type |
Description |
|---|---|---|
|
aPoint |
Position | |
|
fDiameter |
float |
Diameter |
|
fAngle |
float |
Angle |
|
fResponse |
float |
Response |
|
nOctave |
LONG |
Octave |
|
nClassId |
LONG |
Class ID |