17 #ifndef __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL1_H__ 18 #define __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL1_H__ 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutColorImg.h> 40 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInImg1, _pInImg2) &&
41 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInImg1, _pOutColorImg) &&
43 ipsdk::imaproc::matchBufferType(_pInImg1, _pInImg2) &&
44 ipsdk::imaproc::matchBufferType(_pInImg1, _pOutColorImg),
45 (((
ipsdk)(imaproc)(attr))(InImg1))
46 (((
ipsdk)(imaproc)(attr))(InImg2))
66 #endif // __IPSDKIPLCOLOR_APPENDCOLORCHANNELIMGLVL1_H__ Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Utility functions for color attribute rules management.
IPSDKIPLCOLOR_API CustomImageInfoPtr outputAppendColor(const ImageAttributeConstPtr &pInputAttribute1, const ImageAttributeConstPtr &pInputAttribute2)
function allowing to compute the number of channels of the append color algorithm output ...
processor::OutputInitializerPtr customOutput(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const CustomImageInfoPtr &pCustomImageInfo)
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...
Utility functions for color output initializer management.