15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING3DIMGLVL1_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING3DIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/3d/InGreyUIntImg3d.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, _pInGreyUIntImg3d, _pOutRgbUInt8Img) &&
42 ipsdk::imaproc::is2d(_pInOptPISmoothRgbColorMap) &&
43 ipsdk::imaproc::isGrey(_pInOptPISmoothRgbColorMap) &&
44 (ipsdk::imaproc::matchImagePlans(_pInOptPISmoothRgbColorMap, _pInGreyUIntImg3d, eImagePlansMatchPolicy::eIPMP_T) || ipsdk::imaproc::isSingle(_pInOptPISmoothRgbColorMap)),
46 ipsdk::imaproc::is2d(_pInOptPICyclicRgbColorMap) &&
47 ipsdk::imaproc::isGrey(_pInOptPICyclicRgbColorMap) &&
48 (ipsdk::imaproc::matchImagePlans(_pInOptPICyclicRgbColorMap, _pInGreyUIntImg3d, eImagePlansMatchPolicy::eIPMP_T) || ipsdk::imaproc::isSingle(_pInOptPICyclicRgbColorMap))),
50 (((
ipsdk)(imaproc)(attr))(InGreyUIntImg3d))
51 (((
ipsdk)(imaproc)(attr))(InOptPISmoothRgbColorMap))
52 (((
ipsdk)(imaproc)(attr))(InOptPICyclicRgbColorMap))
70 #endif // __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING3DIMGLVL1_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)