Jafar
|
This class is used by Engine to associate a descriptor with an interespoint. More...
This class is used by Engine to associate a descriptor with an interespoint.
Definition at line 103 of file Descriptor.hpp.
#include <Descriptor.hpp>
Public Types | |
typedef InterestFeatureT::DescriptorType | DescriptorType |
Public Member Functions | |
void | createDescriptor (InterestFeatureT *ip, image::Image const &image) |
Create a descriptor and assign it to an InterestFeature. | |
void | createDescriptor (fdetect_v2::DetectionResult< InterestFeatureT > vips, image::Image const &image) |
Create descriptors for all the InterestFeatures in a DetectionResult. | |
Protected Member Functions | |
virtual DescriptorType | internalCreateDescriptor (InterestFeatureT *ip, image::Image const &image)=0 |
void jafar::fdetect_v2::DescriptorFactory< InterestFeatureT >::createDescriptor | ( | InterestFeatureT * | ip, |
image::Image const & | image | ||
) | [inline] |
Create a descriptor and assign it to an InterestFeature.
ip | point for which we want to create the descriptor |
Definition at line 112 of file Descriptor.hpp.
Referenced by jafar::fdetect_v2::DescriptorFactory< DESCRIPTOR >::createDescriptor().
void jafar::fdetect_v2::DescriptorFactory< InterestFeatureT >::createDescriptor | ( | fdetect_v2::DetectionResult< InterestFeatureT > | vips, |
image::Image const & | image | ||
) | [inline] |
Create descriptors for all the InterestFeatures in a DetectionResult.
vips | DetectionResult for which we want to create the descriptor |
Definition at line 121 of file Descriptor.hpp.
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |