15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMGLVL3_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMGLVL3_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/InZStrip3d.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/InOptPreviousZStrip3d.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InLocalExtremumType.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutNbModifiedPixels.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/InOutZStrip3d.h> 37 (ipsdk::imaproc::matchSizeAndType(_pInZStrip3d, _pInOutZStrip3d)),
38 (((
ipsdk)(imaproc)(attr))(InZStrip3d))
39 (((
ipsdk)(imaproc)(attr))(InOptPreviousZStrip3d))
40 (((
ipsdk)(imaproc)(attr))(InLocalExtremumType))
41 (((
ipsdk)(imaproc)(attr))(OutNbModifiedPixels))
42 (((
ipsdk)(imaproc)(attr))(InOutZStrip3d)))
50 ((LINESTRIP)(InOutZStrip3d)));
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(
const ipUInt64 curRowOffset);
81 template <
typename BufType,
83 ipsdk::eInstructionSet::domain IS>
84 void updatePreviousPlanData();
87 void clearIntermediateData();
101 boost::scoped_array<ipUInt8> _pPrevPlanGreyBuf;
104 boost::scoped_array<ipUInt8> _pCurPlanGreyBuf;
107 boost::scoped_array<ipUInt8> _pPrevPlanBinBuf;
110 boost::scoped_array<ipUInt8> _pCurPlanBinBuf;
123 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMGLVL3_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)