IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AppendColorChannelImgLvl3.h
1 // AppendColorChannelImgLvl3.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL3_H__
16 #define __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStripColor2d/InColorYStrip2.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStripColor2d/InColorYStrip2d1.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStripColor2d/OutColorYStrip2d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace color {
29 
32 
33 // declare processing algorithm
34 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLColor, AppendColorChannelImg,
36  (((ipsdk)(imaproc)(attr))(InColorYStrip2d1))
37  (((ipsdk)(imaproc)(attr))(InColorYStrip2))
38  (((ipsdk)(imaproc)(attr))(OutColorYStrip2d)))
39 
40  // implementation of image processing data identifier retrieval method
41  // for function selector usage
42  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InColorYStrip2d1))
43  ((STRIP)(InColorYStrip2))
44  ((STRIP)(OutColorYStrip2d)));
45 
46  // declaration of parsed data during processing
47  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((RAWSTRIP)(InColorYStrip2d1))
48  ((RAWSTRIP)(InColorYStrip2))
49  ((RAWSTRIP)(OutColorYStrip2d)));
50 
51 // methods
52 public:
53 
54 protected:
55 
57  template <typename TIn1, typename TIn2, typename TOut,
58  ipsdk::eInstructionSet::domain IS>
59  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
60 
61 // attributes
62 protected:
63 
64 };
65 
68 
69 } // end of namespace color
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL3_H__
Definition of import/export macro for library.
IPSDKBASEPROCESSING_API RulePtr none()
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)