15 #ifndef __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMGLVL1_H__ 16 #define __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InHysteresisParams.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Neighborhood/InOptNeighborhood2d.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/Optional/OutOptWk1BinImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/Optional/OutOptWk1LabelImg.h> 39 (ipsdk::imaproc::matchSize(_pInImg, _pOutBinImg) &&
41 (ipsdk::imaproc::matchSize(_pInImg, _pOutOptWk1LabelImg)))) &&
43 (ipsdk::imaproc::matchSize(_pInImg, _pOutOptWk1LabelImg))))),
44 (((
ipsdk)(imaproc)(attr))(InImg))
45 (((
ipsdk)(imaproc)(attr))(InHysteresisParams))
46 (((
ipsdk)(imaproc)(attr))(InOptNeighborhood2d))
47 (((
ipsdk)(imaproc)(attr))(OutOptWk1BinImg))
48 (((
ipsdk)(imaproc)(attr))(OutOptWk1LabelImg))
56 const core::BasePriority& priority,
73 #endif // __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMGLVL1_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)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type ifIsSet(const boost::shared_ptr< AttributeType > &pAttribute, const RulePtr &pRuleTrue)
Definition of import/export macro for library.
boost::shared_ptr< BaseActionProvider > ActionProviderPtr