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