IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughSpheres3dImg.h
Go to the documentation of this file.
1 // HoughSpheres3dImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DIMG_H__
16 #define __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace fd {
26 
27 class HoughSpheres3dImgLvl1;
28 
31 
38  const image::ImageConstPtr& pInGyImg,
39  const image::ImageConstPtr& pInGzImg,
43  const image::ImageConstPtr& pInGyImg,
44  const image::ImageConstPtr& pInGzImg,
47  const ipReal64 maxAngleWithGradDir,
48  const ipUInt32 nbMaxPtsPerCircle,
49  const image::ImagePtr& pOutImg);
51 
54 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughSpheres3dImgLvl1>
56  const image::ImageConstPtr& pInGyImg,
57  const image::ImageConstPtr& pInGzImg,
59 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughSpheres3dImgLvl1>
61  const image::ImageConstPtr& pInGyImg,
62  const image::ImageConstPtr& pInGzImg,
65  const ipReal64 maxAngleWithGradDir,
66  const ipUInt32 nbMaxPtsPerCircle,
67  const image::ImagePtr& pOutImg);
69 
73 getAsyncProcessorOutput(boost::shared_ptr<HoughSpheres3dImgLvl1> pProcessor);
75 
78 
79 } // end of namespace fd
80 } // end of namespace imaproc
81 } // end of namespace ipsdk
82 
83 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DIMG_H__
eCircleIntensityType
Enumerate describing circle intensity type.
Definition: CircleIntensityTypes.h:31
IPSDKIPLFEATUREDETECTION_API image::ImagePtr houghSpheres3dImg(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const image::ImageConstPtr &pInGzImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
wrapper function for detects circles in images of gradient using Hough algorithm
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::HoughCirclesRadiusRange > HoughCirclesRadiusRangeConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughCirclesRadiusRange
Definition: HoughCirclesRadiusRange.h:134
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dImgLvl1 > houghSpheres3dImg_async(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const image::ImageConstPtr &pInGzImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
Predefined types for circle intensity types.
uint32_t ipUInt32