15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAP2DIMGTYPES_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAP2DIMGTYPES_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DistWeight2d.h> 39 _pDistWeight2d(pDistWeight2d) {}
57 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAP2DIMGTYPES_H__ Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::DistWeight2d > DistWeight2dPtr
shared pointer to ipsdk::imaproc::attr::DistWeight2d
Definition: DistWeight2d.h:149
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
attr::DistWeight2dPtr _pDistWeight2d
2d distance weighting coefficients
Definition: SeededDistanceMap2dImgTypes.h:47
Structure allowing to encaspulate the distance map with the DistWeight2d coefficients.
Definition: SeededDistanceMap2dImgTypes.h:32
image::ImagePtr _pDistImg
Distance image.
Definition: SeededDistanceMap2dImgTypes.h:44