IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HitAndMiss3dImg.h
Go to the documentation of this file.
1 // HitAndMiss3dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_HITANDMISS3DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_HITANDMISS3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class HitAndMiss3dImgLvl1;
27 
30 
36 hitAndMiss3dImg(const image::ImageConstPtr& pInBinImg3d,
37  const StructuringElementXYZInfoConstPtr& pInForegroundSEXYZ,
38  const StructuringElementXYZInfoConstPtr& pInBackgroundSEXYZ);
40 hitAndMiss3dImg(const image::ImageConstPtr& pInBinImg3d,
41  const StructuringElementXYZInfoConstPtr& pInForegroundSEXYZ,
42  const StructuringElementXYZInfoConstPtr& pInBackgroundSEXYZ,
43  const image::ImagePtr& pOutBinImg);
45 
48 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<HitAndMiss3dImgLvl1>
50  const StructuringElementXYZInfoConstPtr& pInForegroundSEXYZ,
51  const StructuringElementXYZInfoConstPtr& pInBackgroundSEXYZ);
52 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<HitAndMiss3dImgLvl1>
54  const StructuringElementXYZInfoConstPtr& pInForegroundSEXYZ,
55  const StructuringElementXYZInfoConstPtr& pInBackgroundSEXYZ,
56  const image::ImagePtr& pOutBinImg);
58 
62 getAsyncProcessorOutput(boost::shared_ptr<HitAndMiss3dImgLvl1> pProcessor);
64 
67 
68 } // end of namespace morpho
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLBASICMORPHOLOGY_HITANDMISS3DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr hitAndMiss3dImg(const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ)
wrapper function for Look for 3D particular patterns of foreground and background given as structurin...
boost::shared_ptr< const StructuringElementXYZInfo > StructuringElementXYZInfoConstPtr
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
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss3dImgLvl1 > hitAndMiss3dImg_async(const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ)
asynchronous wrappers