IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Boundary3dImgLvl3.h
1 // Boundary3dImgLvl3.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMGLVL3_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3dWithKernel/InBinKnlZStrip3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Neighborhood/InNeighborhood3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/OutZStrip3d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace morpho {
29 
32 
33 // declare processing algorithm
34 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLBasicMorphology, Boundary3dImg,
35  ipsdk::imaproc::matchSizeAndType(_pInBinKnlZStrip3d, _pOutZStrip3d),
36  (((ipsdk)(imaproc)(attr))(InBinKnlZStrip3d))
37  (((ipsdk)(imaproc)(attr))(InNeighborhood3d))
38  (((ipsdk)(imaproc)(attr))(OutZStrip3d)))
39 
40  // implementation of image processing data identifier retrieval method
41  // for function selector usage
43 
44  // declaration of parsed data during processing
45  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((LINESTRIP)(InBinKnlZStrip3d))
46  ((LINESTRIP)(OutZStrip3d)));
47 
48 // methods
49 public:
50 
51 protected:
55 
57  template <ipsdk::eInstructionSet::domain IS>
58  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
59 
60 // attributes
61 protected:
62 
63 };
64 
67 
68 } // end of namespace morpho
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLBASICMORPHOLOGY_BOUNDARY3DIMGLVL3_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()