IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CheckMultiphasedNeighourhood3dImgLvl3.h
1 // CheckMultiphasedNeighourhood3dImgLvl3.h:
3 // ----------------------------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD3DIMGLVL3_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD3DIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3dWithKernel/InLabelKnlZStrip3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/OutBinZStrip3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InIgnoreForeground.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbLabels.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace morpho {
30 
33 
34 // declare processing algorithm
35 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLBasicMorphology, CheckMultiphasedNeighourhood3dImg,
36  ipsdk::imaproc::matchSize(_pInLabelKnlZStrip3d, _pOutBinZStrip3d),
37  (((ipsdk)(imaproc)(attr))(InLabelKnlZStrip3d))
38  (((ipsdk)(imaproc)(attr))(InNbLabels))
39  (((ipsdk)(imaproc)(attr))(InIgnoreForeground))
40  (((ipsdk)(imaproc)(attr))(OutBinZStrip3d)))
41 
42  // implementation of image processing data identifier retrieval method
43  // for function selector usage
44  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InLabelKnlZStrip3d)));
45 
46  // declaration of parsed data during processing
47  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((LINESTRIP)(InLabelKnlZStrip3d))
48  ((LINESTRIP)(OutBinZStrip3d)));
49 
50 // methods
51 public:
52 
53 protected:
57 
59  template <typename TIn, ipsdk::eInstructionSet::domain IS>
60  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
61 
62 // attributes
63 protected:
64 
65 };
66 
69 
70 } // end of namespace morpho
71 } // end of namespace imaproc
72 } // end of namespace ipsdk
73 
74 #endif // __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD3DIMGLVL3_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_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)