15 #ifndef __IPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGLVL1_H__ 16 #define __IPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGLVL1_H__ 22 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/OtsuThreshold/OtsuThresholdLvl1.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutOptHistogram.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/OutThreshold.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h> 39 ipsdk::imaproc::matchSize(_pInImg, _pOutBinImg),
40 (((
ipsdk)(imaproc)(attr))(InImg))
41 (((
ipsdk)(imaproc)(attr))(InOutOptHistogram))
42 (((
ipsdk)(imaproc)(attr))(OutThreshold))
50 const core::BasePriority& priority,
58 boost::shared_ptr<OtsuThresholdLvl1> _pAutoThresholdProcessor;
69 #endif // __IPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGLVL1_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)
Definition of import/export macro for library.
boost::shared_ptr< BaseActionProvider > ActionProviderPtr