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 |
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 |
The documentation for this class was generated from the following files: