IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ExtractLocalExtrema2d.h
Go to the documentation of this file.
1 // ExtractLocalExtrema2d.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_H__
16 #define __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Pixels2d.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LocalExtremaConfig.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
28 class ExtractLocalExtrema2dLvl1;
29 
32 
41  const ipsdk::ipUInt32 inFeaturesDistX,
42  const ipsdk::ipUInt32 inFeaturesDistY);
43 
46  const ipsdk::ipUInt32 inFeaturesDistX,
47  const ipsdk::ipUInt32 inFeaturesDistY,
48  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
50 
59  const ipsdk::ipUInt32 inFeaturesDistX,
60  const ipsdk::ipUInt32 inFeaturesDistY);
61 
64  const ipsdk::ipUInt32 inFeaturesDistX,
65  const ipsdk::ipUInt32 inFeaturesDistY,
66  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
68 
71 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema2dLvl1>
73  const ipsdk::ipUInt32 inFeaturesDistX,
74  const ipsdk::ipUInt32 inFeaturesDistY);
75 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema2dLvl1>
77  const ipsdk::ipUInt32 inFeaturesDistX,
78  const ipsdk::ipUInt32 inFeaturesDistY,
79  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
80 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema2dLvl1>
82  const ipsdk::ipUInt32 inFeaturesDistX,
83  const ipsdk::ipUInt32 inFeaturesDistY);
84 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema2dLvl1>
86  const ipsdk::ipUInt32 inFeaturesDistX,
87  const ipsdk::ipUInt32 inFeaturesDistY,
88  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
90 
94 getAsyncProcessorOutput(boost::shared_ptr<ExtractLocalExtrema2dLvl1> pProcessor);
96 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<ExtractLocalExtrema2dLvl1> pProcessor);
98 
101 
102 } // end of namespace fd
103 } // end of namespace imaproc
104 } // end of namespace ipsdk
105 
106 #endif // __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA2D_H__
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > multiSlice_extractLocalExtrema2d_async(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
asynchronous wrappers
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Pixels2dPtr extractLocalExtrema2d(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This w...
boost::shared_ptr< ipsdk::imaproc::attr::Pixels2d > Pixels2dPtr
shared pointer to ipsdk::imaproc::attr::Pixels2d
Definition: Pixels2d.h:128
boost::shared_ptr< const LocalExtremaConfig > LocalExtremaConfigConstPtr
shared pointer to const LocalExtremaConfig
Definition: LocalExtremaConfig.h:155
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPixels2d > PlanIndexedPixels2dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPixels2d
Definition: PlanIndexedPixels2d.h:49
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr multiSlice_extractLocalExtrema2d(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
multi slices version of wrapper function for extraction of local extrema (minima, maxima...
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > extractLocalExtrema2d_async(const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
uint32_t ipUInt32