15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMGLVL2_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMGLVL2_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubLabelImg3d.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InMinShapeSize.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinLabImg.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 37 ipsdk::imaproc::matchSize(_pInSubLabelImg3d, _pOutBinLabImg),
38 (((
ipsdk)(imaproc)(attr))(InSubLabelImg3d))
39 (((
ipsdk)(imaproc)(attr))(InMinShapeSize))
40 (((
ipsdk)(imaproc)(attr))(OutBinLabImg)))
50 const core::BasePriority& priority,
72 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMGLVL2_H__ Definition of import/export macro for library.
ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
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
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206