45 #ifndef __FEATUREMOMENTAREANORMALIZED_H__
46 #define __FEATUREMOMENTAREANORMALIZED_H__
47 #include <visp/vpFeatureMoment.h>
48 #ifdef VISP_MOMENTS_COMBINE_MATRICES
93 const char*
momentName(){
return "vpMomentAreaNormalized";}
97 const char*
name(){
return "vpFeatureMomentAreaNormalized";}
180 const char*
name(){
return "vpFeatureMomentAreaNormalized";}
vpFeatureMomentAreaNormalized(vpMomentDatabase &moments, double A, double B, double C, vpFeatureMomentDatabase *featureMoments=NULL)
virtual void compute_interaction(void)
Functionality computation for normalized surface moment feature. Computes the interaction matrix asso...
virtual const char * name()=0
This class allows to register all vpMoments so they can access each other according to their dependen...
This class defines shared system methods/attributes for 2D moment features but no functional code...
virtual const char * momentName()=0
const char * momentName()
This class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies.