IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLines2dInitializerUtils.h
Go to the documentation of this file.
1 // HoughLines2dInitializerUtils.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINES2DINITIALIZERUTILS_H__
17 #define __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINES2DINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesExtractionParams.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesImgParams.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace fd {
28 
31 
35  const ImageAttributeConstPtr& pInputAttribute,
36  const boost::shared_ptr<const attr::InOptHoughLinesImgParams>& pInOptImgParams,
37  const boost::shared_ptr<const attr::InOptHoughLinesExtractionParams>& pInOptExtractionParams);
38 
41 
42 } // end of namespace fd
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKIPLGEOMETRICTRANSFORM_HOUGHLINES2DINITIALIZERUTILS_H__
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
IPSDKIPLFEATUREDETECTION_API CustomImageInfoPtr outputHoughLines2d(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptHoughLinesImgParams > &pInOptImgParams, const boost::shared_ptr< const attr::InOptHoughLinesExtractionParams > &pInOptExtractionParams)
function allowing to create a "Hough lines 2d" image initializer