Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Protected Member Functions
jafar::fdetect_v2::DescriptorFactory< InterestFeatureT > Class Template Reference

This class is used by Engine to associate a descriptor with an interespoint. More...


Detailed Description

template<typename InterestFeatureT>
class jafar::fdetect_v2::DescriptorFactory< InterestFeatureT >

This class is used by Engine to associate a descriptor with an interespoint.

Definition at line 103 of file Descriptor.hpp.

#include <Descriptor.hpp>

List of all members.

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

Member Function Documentation

template<typename InterestFeatureT>
void jafar::fdetect_v2::DescriptorFactory< InterestFeatureT >::createDescriptor ( InterestFeatureT *  ip,
image::Image const &  image 
) [inline]

Create a descriptor and assign it to an InterestFeature.

Parameters:
ippoint for which we want to create the descriptor

Definition at line 112 of file Descriptor.hpp.

Referenced by jafar::fdetect_v2::DescriptorFactory< DESCRIPTOR >::createDescriptor().

template<typename InterestFeatureT>
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.

Parameters:
vipsDetectionResult for which we want to create the descriptor

Definition at line 121 of file Descriptor.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1
LAAS-CNRS