#include <KeyPointDescriptor.h>
Public Member Functions | |
| KeyPointDescriptorContext (int iSubRegions, int iVecLen, double iOrientation) | |
| void | placeInIndex (double iMag1, int iOri1, double iMag2, int iOri2, double iUIdx, double iVIdx) | 
| void | placeInIndex2 (double iMag1, int iOri1, double iUIdx, double iVIdx) | 
| ~KeyPointDescriptorContext () | |
Public Attributes | |
| double *** | _cmp | 
| double | _cos | 
| double | _sin | 
| int | _subRegions | 
Private Member Functions | |
| KeyPointDescriptorContext () | |
| KeyPointDescriptorContext (const KeyPointDescriptorContext &) | |
| KeyPointDescriptorContext & | operator= (KeyPointDescriptorContext &) throw () | 
Definition at line 36 of file KeyPointDescriptor.h.
| KeyPointDescriptorContext::KeyPointDescriptorContext | ( | int | iSubRegions, | 
| int | iVecLen, | ||
| double | iOrientation | ||
| ) | 
Definition at line 318 of file KeyPointDescriptor.cpp.
Definition at line 342 of file KeyPointDescriptor.cpp.
| parallelsurf::KeyPointDescriptorContext::KeyPointDescriptorContext | ( | const KeyPointDescriptorContext & | ) |  [private] | 
        
| KeyPointDescriptorContext& parallelsurf::KeyPointDescriptorContext::operator= | ( | KeyPointDescriptorContext & | ) |   throw () [private] | 
        
| void parallelsurf::KeyPointDescriptorContext::placeInIndex | ( | double | iMag1, | 
| int | iOri1, | ||
| double | iMag2, | ||
| int | iOri2, | ||
| double | iUIdx, | ||
| double | iVIdx | ||
| ) | 
| void parallelsurf::KeyPointDescriptorContext::placeInIndex2 | ( | double | iMag1, | 
| int | iOri1, | ||
| double | iUIdx, | ||
| double | iVIdx | ||
| ) | 
Definition at line 47 of file KeyPointDescriptor.h.
Definition at line 45 of file KeyPointDescriptor.h.
Definition at line 44 of file KeyPointDescriptor.h.
Definition at line 42 of file KeyPointDescriptor.h.