IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CheckMultiphasedNeighourhood2dImg.h
Go to the documentation of this file.
1 // CheckMultiphasedNeighourhood2dImg.h:
3 // ------------------------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace morpho {
24 
25 class CheckMultiphasedNeighourhood2dImgLvl1;
26 
29 
35 checkMultiphasedNeighourhood2dImg(const image::ImageConstPtr& pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground);
38  const ipUInt32 nbLabels,
39  const ipBool bIgnoreForeground,
40  const image::ImagePtr& pOutImg);
42 
46 boost::shared_ptr<CheckMultiphasedNeighourhood2dImgLvl1>
47 checkMultiphasedNeighourhood2dImg_async(const image::ImageConstPtr& pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground);
49 boost::shared_ptr<CheckMultiphasedNeighourhood2dImgLvl1>
51  const ipUInt32 nbLabels,
52  const ipBool bIgnoreForeground,
53  const image::ImagePtr& pOutImg);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<CheckMultiphasedNeighourhood2dImgLvl1> pProcessor);
61 
64 
65 } // end of namespace morpho
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr checkMultiphasedNeighourhood2dImg(const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground)
wrapper function for Set the intensity to 1 if the number of neighbours with higher values are greate...
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< CheckMultiphasedNeighourhood2dImgLvl1 > checkMultiphasedNeighourhood2dImg_async(const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
bool ipBool
uint32_t ipUInt32