IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxPropagation2dImg.h
Go to the documentation of this file.
1 // MaxPropagation2dImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_MAXPROPAGATION2DIMG_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_MAXPROPAGATION2DIMG_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace advmorpho {
26 
27 class MaxPropagation2dImgLvl1;
28 
31 
40  const eNeighborhood2dType& inOptNeighborhood2d,
41  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
42  const image::ImagePtr& pOutImg);
44 
47 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<MaxPropagation2dImgLvl1>
49 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<MaxPropagation2dImgLvl1>
51  const eNeighborhood2dType& inOptNeighborhood2d,
52  const ipsdk::imaproc::attr::eProcessingOptimizationPolicy& inOptOptimizationPolicy,
53  const image::ImagePtr& pOutImg);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<MaxPropagation2dImgLvl1> pProcessor);
61 
64 
65 } // end of namespace advmorpho
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_MAXPROPAGATION2DIMG_H__
Definition of import/export macro for library.
eProcessingOptimizationPolicy
Enumerate describing processing optimization policy type.
Definition: ProcessingOptimizationPolicyTypes.h:31
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< MaxPropagation2dImgLvl1 > maxPropagation2dImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr maxPropagation2dImg(const image::ImageConstPtr &pInImg)
wrapper function for propagation of maxima in a 2d image
Predefined types for processing optimization policy definition.
eNeighborhood2dType