15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMGLVL1_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InGreyUIntImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRgbUInt8Img.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptPISmoothRgbColorMap.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptPICyclicRgbColorMap.h> 37 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInGreyUIntImg, _pOutRgbUInt8Img) &&
42 ipsdk::imaproc::isGrey(_pInOptPISmoothRgbColorMap) &&
43 ((ipsdk::imaproc::is2d(_pInOptPISmoothRgbColorMap) && ipsdk::imaproc::isSingle(_pInOptPISmoothRgbColorMap)) ||
44 ipsdk::imaproc::matchImagePlans(_pInOptPISmoothRgbColorMap, _pInGreyUIntImg, eImagePlansMatchPolicy::eIPMP_ZT)),
46 ipsdk::imaproc::isGrey(_pInOptPICyclicRgbColorMap) &&
47 ((ipsdk::imaproc::is2d(_pInOptPICyclicRgbColorMap) && ipsdk::imaproc::isSingle(_pInOptPICyclicRgbColorMap)) ||
48 ipsdk::imaproc::matchImagePlans(_pInOptPICyclicRgbColorMap, _pInGreyUIntImg, eImagePlansMatchPolicy::eIPMP_ZT))),
50 (((
ipsdk)(imaproc)(attr))(InGreyUIntImg))
51 (((
ipsdk)(imaproc)(attr))(InOptPISmoothRgbColorMap))
52 (((
ipsdk)(imaproc)(attr))(InOptPICyclicRgbColorMap))
70 #endif // __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMGLVL1_H__ #define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr Not(const RulePtr &pRule)
Definition of import/export macro for library.
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
processor::OutputInitializerPtr duplicateRgbInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)