17 #ifndef __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMGLVL1_H__ 18 #define __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMGLVL1_H__ 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/StructuringElement/InSEXY.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/Optional/OutOptWk1Img.h> 42 ((ipsdk::imaproc::matchSizeAndType(_pInImg, _pOutImg)) &&
44 ipsdk::imaproc::customImageProperty(_pOutOptWk1Img,
matchSEMorphology(_pInImg, _pInSEXY))))),
45 (((
ipsdk)(imaproc)(attr))(InImg))
46 (((
ipsdk)(imaproc)(attr))(InSEXY))
47 (((
ipsdk)(imaproc)(attr))(OutOptWk1Img))
62 const core::BasePriority& priority,
92 #endif // __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMGLVL1_H__
ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
eSEProcessingCase
Enumerate describing processing case associated to a structuring element.
Definition: SEMorphologyTypes.h:32
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
ipsdk::core::ExecResult preProcess()
method called before processing
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type ifIsSet(const boost::shared_ptr< AttributeType > &pAttribute, const RulePtr &pRuleTrue)
std::vector< MLD2dElement > ML2dDecomposition
Definition: RegularSEXYDecompositionTypes.h:51
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
Utility functions for morphological structuring elements processing rules management.
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
Predefined types for morphological structuring elements processing.
Predefined types used for regular structuring element 2d decomposition.
IPSDKIPLBASICMORPHOLOGY_API CustomCheckedImagePropertyPtr matchSEMorphology(const ImageAttributeConstPtr &pInputAttribute, const StructuringElementXYAttributeConstPtr &pSEXYAttribute)
function allowing to define rule applied on working image for structuring elements processing algorit...