Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::SurfFeature Struct Reference

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...
 

Detailed Description

Generic SURF Feature type.

Member Function Documentation

◆ operator-()

float icl::cv::SurfFeature::operator- ( const SurfFeature other) const

distance to other feature (squared distance of descriptors)

◆ vis()

utils::VisualizationDescription icl::cv::SurfFeature::vis ( int  dx = 0,
int  dy = 0 
) const

visualizes this surf feature (optionally shifted by given offsets)

Member Data Documentation

◆ clusterIndex

int icl::cv::SurfFeature::clusterIndex

cluster index

◆ descriptor

float icl::cv::SurfFeature::descriptor[64]

64-Dim feature descriptor

◆ dx

float icl::cv::SurfFeature::dx

can be used for point motion analysis

◆ dy

float icl::cv::SurfFeature::dy

can be used for point motion analysis

◆ laplacian

int icl::cv::SurfFeature::laplacian

laplacian sign

◆ orientation

float icl::cv::SurfFeature::orientation

feature direction/orientation

◆ scale

float icl::cv::SurfFeature::scale

feature size (scale factor)

◆ x

float icl::cv::SurfFeature::x

feature x-position

◆ y

float icl::cv::SurfFeature::y

feature y-position


The documentation for this struct was generated from the following file: