15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMGLVL1_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMGLVL1_H__ 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InBinLabImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Neighborhood/InOptNeighborhood2d.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLabelImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/OutMaxLabel.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutLabelInfo.h> 38 ipsdk::imaproc::matchSize(_pInBinLabImg, _pOutLabelImg),
39 (((
ipsdk)(imaproc)(attr))(InBinLabImg))
40 (((
ipsdk)(imaproc)(attr))(InOptNeighborhood2d))
42 (((
ipsdk)(imaproc)(attr))(OutMaxLabel)))
74 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_CONNECTEDCOMPONENT2DIMGLVL1_H__ Definition of import/export macro for library.
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)
#define IPSDK_DECLARE_STATIC_RESULT_COLL(AttributeType, CollType)
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLFiltering, Convolution2dImg, ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),(((ipsdk)(imaproc)(attr))(InSubGpuImg))(((ipsdk)(imaproc)(attr))(InKnlXY))(((ipsdk)(imaproc)(attr))(InNormalize))(((ipsdk)(imaproc)(attr))(InConvolBorder2d))(((ipsdk)(imaproc)(attr))(OutImg))) IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR((InSubGpuImg)(OutImg)) public void clearIntermediateData()
method called before processing
ipsdk::processor::RetrievalResult retrieveProvider(const ipsdk::core::BasePriority &priority, ipsdk::core::ActionProviderPtr &pProvider)
method allowing to retrieve provider associated to asynchronous processing in derived class ...