Image Component Library (ICL)
|
Generic SURF Feature type. More...
#include <SurfFeature.h>
Public Member Functions | |
float | operator- (const SurfFeature &other) const |
distance to other feature (squared distance of descriptors) More... | |
utils::VisualizationDescription | vis (int dx=0, int dy=0) const |
visualizes this surf feature (optionally shifted by given offsets) More... | |
Public Attributes | |
float | x |
feature x-position More... | |
float | y |
feature y-position More... | |
float | scale |
feature size (scale factor) More... | |
float | orientation |
feature direction/orientation More... | |
int | laplacian |
laplacian sign More... | |
int | clusterIndex |
cluster index More... | |
float | descriptor [64] |
64-Dim feature descriptor More... | |
float | dx |
can be used for point motion analysis More... | |
float | dy |
can be used for point motion analysis More... | |
Generic SURF Feature type.
float icl::cv::SurfFeature::operator- | ( | const SurfFeature & | other | ) | const |
distance to other feature (squared distance of descriptors)
utils::VisualizationDescription icl::cv::SurfFeature::vis | ( | int | dx = 0 , |
int | dy = 0 |
||
) | const |
visualizes this surf feature (optionally shifted by given offsets)
int icl::cv::SurfFeature::clusterIndex |
cluster index
float icl::cv::SurfFeature::descriptor[64] |
64-Dim feature descriptor
float icl::cv::SurfFeature::dx |
can be used for point motion analysis
float icl::cv::SurfFeature::dy |
can be used for point motion analysis
int icl::cv::SurfFeature::laplacian |
laplacian sign
float icl::cv::SurfFeature::orientation |
feature direction/orientation
float icl::cv::SurfFeature::scale |
feature size (scale factor)
float icl::cv::SurfFeature::x |
feature x-position
float icl::cv::SurfFeature::y |
feature y-position