#include <contrib.hpp>
|
| SelfSimDescriptor () |
|
| SelfSimDescriptor (int _ssize, int _lsize, int _startDistanceBucket=DEFAULT_START_DISTANCE_BUCKET, int _numberOfDistanceBuckets=DEFAULT_NUM_DISTANCE_BUCKETS, int _nangles=DEFAULT_NUM_ANGLES) |
|
| SelfSimDescriptor (const SelfSimDescriptor &ss) |
|
virtual | ~SelfSimDescriptor () |
|
SelfSimDescriptor & | operator= (const SelfSimDescriptor &ss) |
|
size_t | getDescriptorSize () const |
|
Size | getGridSize (Size imgsize, Size winStride) const |
|
virtual void | compute (const Mat &img, vector< float > &descriptors, Size winStride=Size(), const vector< Point > &locations=vector< Point >()) const |
|
virtual void | computeLogPolarMapping (Mat &mappingMask) const |
|
virtual void | SSD (const Mat &img, Point pt, Mat &ssd) const |
|
§ anonymous enum
Enumerator |
---|
DEFAULT_SMALL_SIZE | |
DEFAULT_LARGE_SIZE | |
DEFAULT_NUM_ANGLES | |
DEFAULT_START_DISTANCE_BUCKET | |
DEFAULT_NUM_DISTANCE_BUCKETS | |
§ SelfSimDescriptor() [1/3]
cv::SelfSimDescriptor::SelfSimDescriptor |
( |
| ) |
|
§ SelfSimDescriptor() [2/3]
§ SelfSimDescriptor() [3/3]
§ ~SelfSimDescriptor()
virtual cv::SelfSimDescriptor::~SelfSimDescriptor |
( |
| ) |
|
|
virtual |
§ compute()
virtual void cv::SelfSimDescriptor::compute |
( |
const Mat & |
img, |
|
|
vector< float > & |
descriptors, |
|
|
Size |
winStride = Size() , |
|
|
const vector< Point > & |
locations = vector< Point >() |
|
) |
| const |
|
virtual |
§ computeLogPolarMapping()
virtual void cv::SelfSimDescriptor::computeLogPolarMapping |
( |
Mat & |
mappingMask | ) |
const |
|
virtual |
§ getDescriptorSize()
size_t cv::SelfSimDescriptor::getDescriptorSize |
( |
| ) |
const |
§ getGridSize()
Size cv::SelfSimDescriptor::getGridSize |
( |
Size |
imgsize, |
|
|
Size |
winStride |
|
) |
| const |
§ operator=()
§ SSD()
virtual void cv::SelfSimDescriptor::SSD |
( |
const Mat & |
img, |
|
|
Point |
pt, |
|
|
Mat & |
ssd |
|
) |
| const |
|
virtual |
§ largeSize
int cv::SelfSimDescriptor::largeSize |
§ numberOfAngles
int cv::SelfSimDescriptor::numberOfAngles |
§ numberOfDistanceBuckets
int cv::SelfSimDescriptor::numberOfDistanceBuckets |
§ smallSize
int cv::SelfSimDescriptor::smallSize |
§ startDistanceBucket
int cv::SelfSimDescriptor::startDistanceBucket |
The documentation for this class was generated from the following file: