15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DLABELIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DLABELIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughSpheres3dPpties.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHoughSpheres3dPpties.h> 27 class HoughSpheres3dLabelImgLvl1;
73 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DLABELIMG_H__ IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const ipsdk::imaproc::attr::HoughSpheres3dPpties > HoughSpheres3dPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughSpheres3dPpties
Definition: HoughSpheres3dPpties.h:132
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > houghSpheres3dLabelImg_async(const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties > PlanIndexedHoughSpheres3dPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties
Definition: PlanIndexedHoughSpheres3dPpties.h:53
IPSDKIPLFEATUREDETECTION_API ipsdk::image::ImagePtr houghSpheres3dLabelImg(const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Creates a mask image from 3D spheres detected with te 3D Hough detection algorit...