IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AddMarkerImg.h
Go to the documentation of this file.
1 // AddMarkerImg.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace morpho {
24 
25 class AddMarkerImgLvl1;
26 
29 
35 addMarkerImg(const image::ImageConstPtr& pInLabelImg,
36  const image::ImageConstPtr& pInBinImg,
37  const ipUInt32 labelValue);
39 addMarkerImg(const image::ImageConstPtr& pInLabelImg,
40  const image::ImageConstPtr& pInBinImg,
41  const ipUInt32 labelValue,
42  const image::ImagePtr& pOutLabelImg);
44 
47 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<AddMarkerImgLvl1>
48 addMarkerImg_async(const image::ImageConstPtr& pInLabelImg,
49  const image::ImageConstPtr& pInBinImg,
50  const ipUInt32 labelValue);
51 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<AddMarkerImgLvl1>
52 addMarkerImg_async(const image::ImageConstPtr& pInLabelImg,
53  const image::ImageConstPtr& pInBinImg,
54  const ipUInt32 labelValue,
55  const image::ImagePtr& pOutLabelImg);
57 
61 getAsyncProcessorOutput(boost::shared_ptr<AddMarkerImgLvl1> pProcessor);
63 
66 
67 } // end of namespace morpho
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr addMarkerImg(const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue)
wrapper function for Assign a new label value to the pixels determined by the input binary image ...
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AddMarkerImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< AddMarkerImgLvl1 > addMarkerImg_async(const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
uint32_t ipUInt32