15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINETYPES_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINETYPES_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 25 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h> 44 _pShortestPath(pShortestPath),
45 _pShortestPathList(pShortestPathList){}
68 _pShortestPath(pShortestPath),
69 _pShortestPathList(pShortestPathList) {}
91 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_RIDGELINETYPES_H__ Definition of import/export macro for library.
image::ImagePtr _pShortestPath
Shortest Path image.
Definition: RidgeLineTypes.h:50
boost::shared_ptr< BaseImage > ImagePtr
PlanIndexedVoxels3dPtr _pShortestPathList
Voxel list of shortest path by indexed plan.
Definition: RidgeLineTypes.h:77
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
PlanIndexedPixels2dPtr _pShortestPathList
Pixel list of shortest path by indexed plan.
Definition: RidgeLineTypes.h:53
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPixels2d > PlanIndexedPixels2dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPixels2d
Definition: PlanIndexedPixels2d.h:49
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedVoxels3d > PlanIndexedVoxels3dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedVoxels3d
Definition: PlanIndexedVoxels3d.h:49
Structure containing the results of the ridge line 3d algorithm.
Definition: RidgeLineTypes.h:62
image::ImagePtr _pShortestPath
Shortest Path image.
Definition: RidgeLineTypes.h:74
Structure containing the results of the ridge line 2d algorithm.
Definition: RidgeLineTypes.h:38