15 #ifndef __IPSDKIPLBINARIZATION_THRESHOLDIMGLVL1_H__ 16 #define __IPSDKIPLBINARIZATION_THRESHOLDIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InThresholdMax.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InThresholdMin.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h> 37 ((ipsdk::imaproc::matchSize(_pInImg, _pOutBinImg)) &&
38 (_pInThresholdMin <= _pInThresholdMax) &&
41 (((
ipsdk)(imaproc)(attr))(InImg))
42 (((
ipsdk)(imaproc)(attr))(InThresholdMax))
43 (((
ipsdk)(imaproc)(attr))(InThresholdMin))
61 #endif // __IPSDKIPLBINARIZATION_THRESHOLDIMGLVL1_H__ processor::RulePtr matchImageRange(const ImageAttributeConstPtr &pImageAttribute, const boost::shared_ptr< LeafAttributeType > &pLeafAttribute)
#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.