15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS3DIMGLVL1_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS3DIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptPIHistoMsrParams.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptPIRefHistogram.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/3d/InImg3d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/Optional/InOptRefImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedIntensityLUT.h> 40 ipsdk::imaproc::matchSize(_pInImg3d, _pOutImg) &&
43 ((ipsdk::imaproc::isGrey(_pInOptRefImg) && ipsdk::imaproc::isSingle(_pInOptRefImg)) ||
44 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_CT, _pInImg3d, _pInOptRefImg)),
46 ipsdk::imaproc::is2d(_pInOptPIRefHistogram) &&
47 ((ipsdk::imaproc::isGrey(_pInOptPIRefHistogram) && ipsdk::imaproc::isSingle(_pInOptPIRefHistogram)) ||
48 ipsdk::imaproc::matchImagePlans(_pInOptPIRefHistogram, _pInImg3d, eImagePlansMatchPolicy::eIPMP_CT))) &&
50 ipsdk::imaproc::is2d(_pInOptPIHistoMsrParams) &&
51 ((ipsdk::imaproc::isGrey(_pInOptPIHistoMsrParams) && ipsdk::imaproc::isSingle(_pInOptPIHistoMsrParams)) ||
52 ipsdk::imaproc::matchImagePlans(_pInOptPIHistoMsrParams, _pInImg3d, eImagePlansMatchPolicy::eIPMP_CT))),
53 (((
ipsdk)(imaproc)(attr))(InImg3d))
54 (((
ipsdk)(imaproc)(attr))(InOptRefImg))
55 (((
ipsdk)(imaproc)(attr))(InOptPIRefHistogram))
56 (((
ipsdk)(imaproc)(attr))(InOptPIHistoMsrParams))
64 const core::BasePriority& priority,
86 #endif // __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS3DIMGLVL1_H__ ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr Not(const RulePtr &pRule)
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type ifIsSet(const boost::shared_ptr< AttributeType > &pAttribute, const RulePtr &pRuleTrue)
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type isSet(const boost::shared_ptr< AttributeType > &pAttribute)
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedIntensityLUT > PlanIndexedIntensityLUTPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedIntensityLUT
Definition: PlanIndexedIntensityLUT.h:49
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:49
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)