Class for computing Harris-SIFT features in a CByteImage.
More...
#include <HarrisSIFTFeatureCalculator.h>
Class for computing Harris-SIFT features in a CByteImage.
Definition at line 74 of file HarrisSIFTFeatureCalculator.h.
CHarrisSIFTFeatureCalculator::CHarrisSIFTFeatureCalculator |
( |
float |
fThreshold = 0.01f , |
|
|
int |
nLayers = 3 , |
|
|
int |
nMaxInterestPoints = 500 |
|
) |
| |
CHarrisSIFTFeatureCalculator::~CHarrisSIFTFeatureCalculator |
( |
| ) |
|
int CHarrisSIFTFeatureCalculator::CalculateFeatures |
( |
const CByteImage * |
pImage, |
|
|
CDynamicArray * |
pResultList, |
|
|
bool |
bManageMemory = true |
|
) |
| |
|
virtual |
void CHarrisSIFTFeatureCalculator::FindInterestPoints |
( |
const CByteImage * |
pImage, |
|
|
float |
scale, |
|
|
int |
nLevel |
|
) |
| |
|
private |
const Vec2d* CHarrisSIFTFeatureCalculator::GetInterestPoints |
( |
| ) |
const |
|
inline |
int CHarrisSIFTFeatureCalculator::GetMaxInterestPoints |
( |
| ) |
|
|
inline |
float CHarrisSIFTFeatureCalculator::GetMinDistance |
( |
| ) |
|
|
inline |
int CHarrisSIFTFeatureCalculator::GetNumberOfInterestPoints |
( |
| ) |
|
|
inline |
int CHarrisSIFTFeatureCalculator::GetNumberOfLevels |
( |
| ) |
|
|
inline |
float CHarrisSIFTFeatureCalculator::GetThreshold |
( |
| ) |
|
|
inline |
void CHarrisSIFTFeatureCalculator::SetMaxInterestPoints |
( |
int |
nMaxInterestPoints | ) |
|
|
inline |
void CHarrisSIFTFeatureCalculator::SetMinDistance |
( |
float |
fMinDistance | ) |
|
|
inline |
void CHarrisSIFTFeatureCalculator::SetNumberOfLevels |
( |
int |
nLevels | ) |
|
|
inline |
void CHarrisSIFTFeatureCalculator::SetPerform80PercentCheck |
( |
bool |
bPerform80PercentCheck | ) |
|
|
inline |
void CHarrisSIFTFeatureCalculator::SetThreshold |
( |
float |
fThreshold | ) |
|
|
inline |
bool CHarrisSIFTFeatureCalculator::m_bManageMemory |
|
private |
bool CHarrisSIFTFeatureCalculator::m_bPerform80PercentCheck |
|
private |
bool CHarrisSIFTFeatureCalculator::m_bTemplateList |
|
private |
float CHarrisSIFTFeatureCalculator::m_fMinDistance |
|
private |
float CHarrisSIFTFeatureCalculator::m_fThreshold |
|
private |
int CHarrisSIFTFeatureCalculator::m_nInterestPoints |
|
private |
int CHarrisSIFTFeatureCalculator::m_nLevels |
|
private |
int CHarrisSIFTFeatureCalculator::m_nMaxInterestPoints |
|
private |
const CByteImage* CHarrisSIFTFeatureCalculator::m_pImage |
|
private |
Vec2d* CHarrisSIFTFeatureCalculator::m_pInterestPoints |
|
private |
The documentation for this class was generated from the following files:
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28