15 #ifndef __IPSDKIPLARITHMETIC_BOUNDIMGLVL1_H__ 16 #define __IPSDKIPLARITHMETIC_BOUNDIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 36 ((ipsdk::imaproc::matchSize(_pInImg, _pOutImg)) &&
37 (matchImageRange<ipsdk::imaproc::attr::Range::Min>(_pOutImg, _pInOutputRange)) &&
38 (matchImageRange<ipsdk::imaproc::attr::Range::Max>(_pOutImg, _pInOutputRange))),
39 (((
ipsdk)(imaproc)(attr))(InImg))
40 (((
ipsdk)(imaproc)(attr))(InOutputRange))
58 #endif // __IPSDKIPLARITHMETIC_BOUNDIMGLVL1_H__ #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)
Definition of import/export macro for library.