IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLinesGradient2dImgInitializerUtils.h
1 // HoughLinesGradient2dImgInitializerUtils.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINESGRADIENT2DIMGINITIALIZERUTILS_H__
17 #define __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINESGRADIENT2DIMGINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesGradientImgParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
30 
34  const ImageAttributeConstPtr& pInputAttribute,
35  const boost::shared_ptr<const attr::InOptHoughLinesGradientImgParams>& pInOptParams);
36 
39 
40 } // end of namespace fd
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINESGRADIENT2DIMGINITIALIZERUTILS_H__
IPSDKIPLFEATUREDETECTION_API CustomImageInfoPtr outputHoughLinesGradient2dImg(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptHoughLinesGradientImgParams > &pInOptParams)
function allowing to create a "Hough lines 2d" image initializer
Definition of import/export macro for library.
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25