15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINESRESTYPES_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINESRESTYPES_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 24 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLines2dPpties.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHoughLines2dPpties.h> 44 _pLinesPpties(pLinesPpties),
65 _pLinesPpties(pLinesPpties),
86 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINESRESTYPES_H__ Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Ho...
Definition: HoughLinesResTypes.h:59
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
attr::PlanIndexedHoughLines2dPptiesPtr _pLinesPpties
lines properties
Definition: HoughLinesResTypes.h:71
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHoughLines2dPpties > PlanIndexedHoughLines2dPptiesPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHoughLines2dPpties
Definition: PlanIndexedHoughLines2dPpties.h:49
attr::HoughLines2dPptiesPtr _pLinesPpties
lines properties
Definition: HoughLinesResTypes.h:50
image::ImagePtr _pOutImg
output image
Definition: HoughLinesResTypes.h:53
image::ImagePtr _pOutImg
output image
Definition: HoughLinesResTypes.h:74
boost::shared_ptr< ipsdk::imaproc::attr::HoughLines2dPpties > HoughLines2dPptiesPtr
shared pointer to ipsdk::imaproc::attr::HoughLines2dPpties
Definition: HoughLines2dPpties.h:128
Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Ho...
Definition: HoughLinesResTypes.h:38
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25