15 #ifndef __IPSDKIPLBASICMORPHOLOGY_ERODE3DIMGLVL1_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_ERODE3DIMGLVL1_H__ 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/3d/InImg3d.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/StructuringElement/InSEXYZ.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/Optional/OutOptWk1Img.h> 40 ((ipsdk::imaproc::matchSizeAndType(_pInImg3d, _pOutImg)) &&
42 ipsdk::imaproc::customImageProperty(_pOutOptWk1Img,
matchSEMorphology(_pInImg3d, _pInSEXYZ))))),
43 (((
ipsdk)(imaproc)(attr))(InImg3d))
44 (((
ipsdk)(imaproc)(attr))(InSEXYZ))
45 (((
ipsdk)(imaproc)(attr))(OutOptWk1Img))
81 #endif // __IPSDKIPLBASICMORPHOLOGY_ERODE3DIMGLVL1_H__
#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)
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
Predefined types used for regular structuring element 3d decomposition.
std::vector< MLD3dElement > ML3dDecomposition
Definition: RegularSEXYZDecompositionTypes.h:52
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.
IPSDKIPLBASICMORPHOLOGY_API CustomCheckedImagePropertyPtr matchSEMorphology(const ImageAttributeConstPtr &pInputAttribute, const StructuringElementXYAttributeConstPtr &pSEXYAttribute)
function allowing to define rule applied on working image for structuring elements processing algorit...