15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughSpheres3dPpties.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/AccumIntensityThreshold.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHoughSpheres3dPpties.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RemoveTooCloseCirclesParams.h> 31 class HoughSpheres3dLvl1;
246 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3D_H__ eCircleIntensityType
Enumerate describing circle intensity type.
Definition: CircleIntensityTypes.h:31
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLvl1 > houghSpheres3d_async(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties > PlanIndexedHoughSpheres3dPptiesPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties
Definition: PlanIndexedHoughSpheres3dPpties.h:49
boost::shared_ptr< const ipsdk::imaproc::attr::HoughCirclesRadiusRange > HoughCirclesRadiusRangeConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughCirclesRadiusRange
Definition: HoughCirclesRadiusRange.h:134
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::HoughSpheres3dPptiesPtr houghSpheres3d(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
wrapper function for detects spheres in a 3d image using Hough algorithm
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::AccumIntensityThreshold > AccumIntensityThresholdConstPtr
shared pointer to const ipsdk::imaproc::attr::AccumIntensityThreshold
Definition: AccumIntensityThreshold.h:146
boost::shared_ptr< const ipsdk::imaproc::attr::RemoveTooCloseCirclesParams > RemoveTooCloseCirclesParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::RemoveTooCloseCirclesParams
Definition: RemoveTooCloseCirclesParams.h:134
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPptiesPtr multiSlice_houghSpheres3d(const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
multi slice version of wrapper function for detection of spheres in image using Hough algorithm This ...
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLvl1 > multiSlice_houghSpheres3d_async(const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::HoughSpheres3dPpties > HoughSpheres3dPptiesPtr
shared pointer to ipsdk::imaproc::attr::HoughSpheres3dPpties
Definition: HoughSpheres3dPpties.h:128
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
Predefined types for circle intensity types.