15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMGLVL2_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMGLVL2_H__ 21 #include <IPSDKImage/Accessor/PlanExtractor.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InOptSuperPixelsType.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLabelImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/OutWk1ColorImg.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/OutWk1LabelImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubColorImg2d.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InCompactness.h> 30 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbIter.h> 31 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptSizeRatio.h> 32 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InSuperPixelsParamValue.h> 33 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutSuperPixelUpdateCenters.h> 34 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PixelsColor.h> 35 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SizeSuperPixels.h> 47 (((
ipsdk)(imaproc)(attr))(InSubColorImg2d))
48 (((
ipsdk)(imaproc)(attr))(InSuperPixelsParamValue))
49 (((
ipsdk)(imaproc)(attr))(InNbIter))
50 (((
ipsdk)(imaproc)(attr))(InCompactness))
51 (((
ipsdk)(imaproc)(attr))(InOptSizeRatio))
52 (((
ipsdk)(imaproc)(attr))(InOptSuperPixelsType))
53 (((
ipsdk)(imaproc)(attr))(OutWk1ColorImg))
54 (((
ipsdk)(imaproc)(attr))(OutWk1LabelImg))
55 (((
ipsdk)(imaproc)(attr))(OutLabelImg)))
74 const core::BasePriority& priority,
104 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMGLVL2_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::SizeSuperPixels > SizeSuperPixelsPtr
shared pointer to ipsdk::imaproc::attr::SizeSuperPixels
Definition: SizeSuperPixels.h:206
IPSDKBASEPROCESSING_API RulePtr none()
ipsdk::core::ExecResult preProcess()
method called before processing
boost::shared_ptr< ipsdk::imaproc::attr::PixelsColor > PixelsColorPtr
shared pointer to ipsdk::imaproc::attr::Pixels2d
Definition: PixelsColor.h:128
[Output] Collection of super pixel update centers
Definition: OutSuperPixelUpdateCenters.h:45
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
#define IPSDK_DECLARE_DYNAMIC_RESULT_COLL(AttributeType, CollType)