15 #ifndef __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGLVL1_H__ 16 #define __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGLVL1_H__ 21 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThreshold/IsoDataThresholdLvl1.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutOptHistogram.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptWeight.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/OutThreshold.h> 39 ipsdk::imaproc::matchSize(_pInImg, _pOutBinImg),
40 (((
ipsdk)(imaproc)(attr))(InImg))
41 (((
ipsdk)(imaproc)(attr))(InOutOptHistogram))
42 (((
ipsdk)(imaproc)(attr))(InOptWeight))
43 (((
ipsdk)(imaproc)(attr))(OutThreshold))
52 const core::BasePriority& priority,
64 boost::shared_ptr<IsoDataThresholdLvl1> _pAutoThresholdProcessor;
75 #endif // __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGLVL1_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