43 #ifndef _vpFeatureMomentGravityCenter_h_
44 #define _vpFeatureMomentGravityCenter_h_
46 #include <visp3/visual_features/vpFeatureMoment.h>
48 #ifdef VISP_MOMENTS_COMBINE_MATRICES
174 const char *
momentName()
const {
return "vpMomentGravityCenter"; }
178 const char *
name()
const {
return "vpFeatureMomentGravityCenter"; }
183 static unsigned int selectXg() {
return 1 << 0; }
188 static unsigned int selectYg() {
return 1 << 1; }
245 const char *
momentName()
const {
return "vpMomentGravityCenter"; }
249 const char *
name()
const {
return "vpFeatureMomentGravityCenter"; }
254 static unsigned int selectXg() {
return 1 << 0; }
259 static unsigned int selectYg() {
return 1 << 1; }