IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HitAndMiss2dImg.h
Go to the documentation of this file.
1 // HitAndMiss2dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class HitAndMiss2dImgLvl1;
27 
30 
36 hitAndMiss2dImg(const image::ImageConstPtr& pInBinImg,
37  const StructuringElementXYInfoConstPtr& pInForegroundSEXY,
38  const StructuringElementXYInfoConstPtr& pInBackgroundSEXY);
40 hitAndMiss2dImg(const image::ImageConstPtr& pInBinImg,
41  const StructuringElementXYInfoConstPtr& pInForegroundSEXY,
42  const StructuringElementXYInfoConstPtr& pInBackgroundSEXY,
43  const image::ImagePtr& pOutBinImg);
45 
48 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<HitAndMiss2dImgLvl1>
50  const StructuringElementXYInfoConstPtr& pInForegroundSEXY,
51  const StructuringElementXYInfoConstPtr& pInBackgroundSEXY);
52 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<HitAndMiss2dImgLvl1>
54  const StructuringElementXYInfoConstPtr& pInForegroundSEXY,
55  const StructuringElementXYInfoConstPtr& pInBackgroundSEXY,
56  const image::ImagePtr& pOutBinImg);
58 
62 getAsyncProcessorOutput(boost::shared_ptr<HitAndMiss2dImgLvl1> pProcessor);
64 
67 
68 } // end of namespace morpho
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss2dImgLvl1 > hitAndMiss2dImg_async(const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY)
asynchronous wrappers
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr hitAndMiss2dImg(const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY)
wrapper function for Look for particular patterns of foreground and background given as structuring e...
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
boost::shared_ptr< const StructuringElementXYInfo > StructuringElementXYInfoConstPtr
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