17 #ifndef __IPSDKIPLLOGICAL_MASKIMGLVL1_H__ 18 #define __IPSDKIPLLOGICAL_MASKIMGLVL1_H__ 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InMaskImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InOptMaskMode.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 41 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_2d, _pInImg, _pInMaskImg),
42 ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_3d, _pInImg, _pInMaskImg)))
43 && ipsdk::imaproc::matchSize(_pInImg, _pOutImg)
44 && ipsdk::imaproc::matchBufferType(_pInImg, _pOutImg),
45 (((
ipsdk)(imaproc)(attr))(InImg))
46 (((
ipsdk)(imaproc)(attr))(InMaskImg))
47 (((
ipsdk)(imaproc)(attr))(InOptMaskMode))
69 #endif // __IPSDKIPLLOGICAL_MASKIMGLVL1_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)