15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION2DIMGLVL3_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION2DIMGLVL3_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InYStrip2d.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InOptPreviousYStrip2d.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InLocalExtremumType.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutNbModifiedPixels.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InOutYStrip2d.h> 37 (ipsdk::imaproc::matchSizeAndType(_pInYStrip2d, _pInOutYStrip2d)),
38 (((
ipsdk)(imaproc)(attr))(InYStrip2d))
39 (((
ipsdk)(imaproc)(attr))(InOptPreviousYStrip2d))
40 (((
ipsdk)(imaproc)(attr))(InLocalExtremumType))
41 (((
ipsdk)(imaproc)(attr))(OutNbModifiedPixels))
42 (((
ipsdk)(imaproc)(attr))(InOutYStrip2d)))
50 ((LINESTRIP)(InOutYStrip2d)));
57 template <
typename BufType,
58 ipsdk::eInstructionSet::domain IS>
63 template <
typename BufType,
65 ipsdk::eInstructionSet::domain IS>
69 template <
typename BufType,
71 ipsdk::eInstructionSet::domain IS>
72 void initPreviousData();
75 template <
typename BufType,
77 ipsdk::eInstructionSet::domain IS>
78 void updatePreviousRowData();
81 void clearIntermediateData();
92 boost::scoped_array<ipUInt8> _pPrevRowGreyBuf;
95 boost::scoped_array<ipUInt8> _pCurRowGreyBuf;
108 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION2DIMGLVL3_H__ 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_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)