15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMGRULEUTILS_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMGRULEUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesExtractionParams.h> 20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesGradientImgParams.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesImgParams.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h> 38 const boost::shared_ptr<const attr::InOptHoughLinesImgParams>& pImgBuildAttribute);
43 const boost::shared_ptr<const attr::InOptHoughLinesGradientImgParams>& pImgBuildAttribute);
50 const boost::shared_ptr<const attr::InOptHoughLinesImgParams>& pImgBuildAttribute);
55 const boost::shared_ptr<const attr::InOptHoughLinesGradientImgParams>& pImgBuildAttribute);
58 houghLines2dCheckOutImgSzYGreaterOrEqual(
59 const boost::shared_ptr<attr::OutImg>& pOutImgAttribute,
60 const boost::shared_ptr<const attr::InOptHoughLinesImgParams>& pImgBuildAttribute);
63 houghLines2dCheckOutImgSzYGreaterOrEqual(
64 const boost::shared_ptr<attr::OutRealImg>& pOutImgAttribute,
65 const boost::shared_ptr<const attr::InOptHoughLinesGradientImgParams>& pImgBuildAttribute);
72 const boost::shared_ptr<const attr::InOptHoughLinesImgParams>& pImgBuildAttribute,
73 const boost::shared_ptr<const attr::InOptHoughLinesExtractionParams>& pExtractAttribute);
78 const boost::shared_ptr<const attr::InOptHoughLinesGradientImgParams>& pImgBuildAttribute,
79 const boost::shared_ptr<const attr::InOptHoughLinesExtractionParams>& pExtractAttribute);
93 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMGRULEUTILS_H__ IPSDKIPLFEATUREDETECTION_API CustomCheckedImagePropertyPtr houghLines2dCheckOutImgSzXEquals(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptHoughLinesImgParams > &pImgBuildAttribute)
boost::shared_ptr< BaseRule > RulePtr
Definition of import/export macro for library.
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
IPSDKIPLFEATUREDETECTION_API CustomCheckedImagePropertyPtr houghLines2dCheckOutImgSzYEquals(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptHoughLinesImgParams > &pImgBuildAttribute)
IPSDKIPLFEATUREDETECTION_API CustomCheckedImagePropertyPtr houghLines2dCheckOutImgBufferType(const ImageAttributeConstPtr &pInputAttribute)
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25