20 #ifndef __IPSDKIPLLOGICAL_MASKIMGIMGLVL1_H__ 21 #define __IPSDKIPLLOGICAL_MASKIMGIMGLVL1_H__ 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h> 30 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InMaskImg.h> 31 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 43 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_2d, _pInImg1, _pInMaskImg),
44 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_3d, _pInImg1, _pInMaskImg)))
45 && ipsdk::imaproc::matchSize(_pInImg1, _pInImg2, _pOutImg)
46 && ipsdk::imaproc::matchBufferType(_pInImg1, _pInImg2, _pOutImg),
47 (((
ipsdk)(imaproc)(attr))(InImg1))
48 (((
ipsdk)(imaproc)(attr))(InImg2))
49 (((
ipsdk)(imaproc)(attr))(InMaskImg))
69 #endif // __IPSDKIPLLOGICAL_MASKIMGIMGLVL1_H__ ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
IPSDKBASEPROCESSING_API RulePtr If(const RulePtr &pPredicate, const RulePtr &pRuleTrue)