svo
Semi-Direct Visual Odometry
|
Temporary container used for corner detection. Features are initialized from these. More...
#include <feature_detection.h>
Public Member Functions | |
Corner (int x, int y, float score, int level, float angle) | |
Public Attributes | |
int | x |
x-coordinate of corner in the image. | |
int | y |
y-coordinate of corner in the image. | |
int | level |
pyramid level of the corner. | |
float | score |
shi-tomasi score of the corner. | |
float | angle |
for gradient-features: dominant gradient angle. |
Temporary container used for corner detection. Features are initialized from these.
svo::feature_detection::Corner::Corner | ( | int | x, |
int | y, | ||
float | score, | ||
int | level, | ||
float | angle | ||
) | [inline] |
for gradient-features: dominant gradient angle.
pyramid level of the corner.
shi-tomasi score of the corner.
x-coordinate of corner in the image.
y-coordinate of corner in the image.