|
|
std::string | Type_id () const override |
| | basis element used for description
|
| |
|
std::size_t | DescriptorLength () const override |
| |
|
bool | IsScalar () const override |
| |
|
bool | IsBinary () const override |
| |
|
Regions * | EmptyClone () const override |
| |
|
void | Load (const std::string &sfileNameFeats, const std::string &sfileNameDescs) override |
| | Read from files the regions and their corresponding descriptors.
|
| |
|
void | Save (const std::string &sfileNameFeats, const std::string &sfileNameDescs) const override |
| | Export in two separate files the regions and their corresponding descriptors.
|
| |
|
void | SaveDesc (const std::string &sfileNameDescs) const override |
| |
|
std::vector< DescriptorT > & | Descriptors () |
| | Mutable and non-mutable DescriptorT getters.
|
| |
|
const std::vector< DescriptorT > & | Descriptors () const |
| |
| const void * | blindDescriptors () const override |
| | Return a blind pointer to the container of the descriptors array. More...
|
| |
| const void * | DescriptorRawData () const override |
| | Return a pointer to the first value of the descriptor array. More...
|
| |
|
void | clearDescriptors () override |
| |
|
void | swap (This &other) |
| |
|
double | SquaredDescriptorDistance (std::size_t i, const Regions *genericRegions, std::size_t j) const override |
| | Return the squared distance between two descriptors.
|
| |
| void | CopyRegion (std::size_t i, Regions *outRegionContainer) const override |
| | Add the Inth region to another Region container. More...
|
| |
| std::unique_ptr< Regions > | createFilteredRegions (const std::vector< FeatureInImage > &featuresInImage, std::vector< IndexT > &out_associated3dPoint, std::map< IndexT, IndexT > &out_mapFullToLocal) const override |
| | Duplicate only reconstructed regions. More...
|
| |
|
void | LoadFeatures (const std::string &sfileNameFeats) |
| |
|
PointFeatures | GetRegionsPositions () const |
| |
|
Vec2 | GetRegionPosition (std::size_t i) const |
| |
|
std::size_t | RegionCount () const |
| | Return the number of defined regions.
|
| |
|
std::vector< PointFeature > & | Features () |
| | Mutable and non-mutable PointFeature getters.
|
| |
|
const std::vector< PointFeature > & | Features () const |
| |