15 #ifndef __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMGLVL3_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMGLVL3_H__ 20 #include <IPSDKBaseData/Pattern/OffsetXY.h> 22 #include <boost/scoped_array.hpp> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/OutBinYStrip2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2dWithKernel/InBinKnlYStrip2d.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/StructuringElement/InSEXY1.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/StructuringElement/InSEXY2.h> 39 ipsdk::imaproc::matchSizeAndType(_pInBinKnlYStrip2d, _pOutBinYStrip2d),
40 (((
ipsdk)(imaproc)(attr))(InBinKnlYStrip2d))
41 (((
ipsdk)(imaproc)(attr))(InSEXY1))
42 (((
ipsdk)(imaproc)(attr))(InSEXY2))
43 (((
ipsdk)(imaproc)(attr))(OutBinYStrip2d)))
51 ((LINESTRIP)(OutBinYStrip2d)));
62 template <ipsdk::eInstructionSet::domain IS>
68 typedef std::vector<OffsetXY> OffsetColl;
71 OffsetColl _offsetColl_fg;
72 OffsetColl _offsetColl_bg;
75 typedef boost::scoped_array<const void*> BufColl;
90 #endif // __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMGLVL3_H__
ipsdk::core::ExecResult preProcess()
method called before processing
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR()
boost::scoped_array< const void * > BufColl
collection of buffer pointers
Definition: HitAndMiss2dImgLvl3.h:194