15 #ifndef __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL2_H__ 16 #define __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL2_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutColorImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubColorImg2d1.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubColorImg2d2.h> 36 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInSubColorImg2d1, _pInSubColorImg2d2) &&
37 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInSubColorImg2d1, _pOutColorImg) &&
39 ipsdk::imaproc::matchBufferType(_pInSubColorImg2d1, _pInSubColorImg2d2) &&
40 ipsdk::imaproc::matchBufferType(_pInSubColorImg2d1, _pOutColorImg),
41 (((
ipsdk)(imaproc)(attr))(InSubColorImg2d1))
42 (((
ipsdk)(imaproc)(attr))(InSubColorImg2d2))
43 (((
ipsdk)(imaproc)(attr))(OutColorImg)))
62 #endif // __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL2_H__ Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Utility functions for color attribute rules management.
IPSDKIPLCOLOR_API processor::RulePtr matchAppendChannel(const ImageAttributeConstPtr &pInputImageAttribute1, const ImageAttributeConstPtr &pinputImageAttribute2, const ImageAttributeConstPtr &pOutputImageAttribute)
function allowing to check that a output number of channels is the sum of the two input number of cha...