15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_MATCHSTATSIMGLVL1_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_MATCHSTATSIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptRefStatsIndicators.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InMatchStatsCriterion.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.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/StatsResult.h> 39 (ipsdk::imaproc::matchSize(_pInImg, _pOutImg) &&
44 (((
ipsdk)(imaproc)(attr))(InImg))
45 (((
ipsdk)(imaproc)(attr))(InOptRefImg))
46 (((
ipsdk)(imaproc)(attr))(InOptRefStatsIndicators))
47 (((
ipsdk)(imaproc)(attr))(InMatchStatsCriterion))
53 const core::BasePriority& priority,
81 #endif // __IPSDKIPLINTENSITYTRANSFORM_MATCHSTATSIMGLVL1_H__ ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::StatsResult > StatsResultConstPtr
shared pointer to const ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:210
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)
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
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206