15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMGLVL1_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptInputRange.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h> 38 ipsdk::imaproc::matchSize(_pInImg, _pOutImg) &&
40 (ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::Range::Min>(_pInImg, _pInOptInputRange) &&
41 ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::Range::Max>(_pInImg, _pInOptInputRange))) &&
42 (ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::Range::Min>(_pOutImg, _pInOutputRange) &&
43 ipsdk::imaproc::matchImageRange<ipsdk::imaproc::attr::Range::Max>(_pOutImg, _pInOutputRange)),
44 (((
ipsdk)(imaproc)(attr))(InImg))
45 (((
ipsdk)(imaproc)(attr))(InOptInputRange))
46 (((
ipsdk)(imaproc)(attr))(InOutputRange))
81 #endif // __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMGLVL1_H__ ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
boost::shared_ptr< ipsdk::imaproc::attr::Range > RangePtr
shared pointer to ipsdk::imaproc::attr::Range
Definition: Range.h:153
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< BaseActionProvider > ActionProviderPtr
ipsdk::processor::RetrievalResult retrieveProvider(const ipsdk::core::BasePriority &priority, ipsdk::core::ActionProviderPtr &pProvider)
method allowing to retrieve provider associated to asynchronous processing in derived class ...
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206