IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HarrisCorner2d.h
Go to the documentation of this file.
1 // HarrisCorner2d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HARRISCORNER2D_H__
16 #define __IPSDKIPLFEATUREDETECTION_HARRISCORNER2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
28 class HarrisCorner2dLvl1;
29 
32 
39  const ipsdk::ipUInt64 inNbTotPoints,
40  const ipsdk::ipUInt32 inFeaturesDist);
43  const ipsdk::ipReal32 inGradStdDev,
44  const ipsdk::ipUInt64 inNbTotPoints,
45  const ipsdk::ipUInt32 inFeaturesDist);
48  const ipsdk::ipReal32 inGradStdDev,
49  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
50  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
51  const ipsdk::ipUInt64 inNbTotPoints,
52  const ipsdk::ipReal64 inThreshold,
53  const ipsdk::ipUInt32 inFeaturesDistX,
54  const ipsdk::ipUInt32 inFeaturesDistY);
56 
65  const ipsdk::ipUInt64 inNbTotPoints,
66  const ipsdk::ipUInt32 inFeaturesDist);
69  const ipsdk::ipReal32 inGradStdDev,
70  const ipsdk::ipUInt64 inNbTotPoints,
71  const ipsdk::ipUInt32 inFeaturesDist);
74  const ipsdk::ipReal32 inGradStdDev,
75  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
76  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
77  const ipsdk::ipUInt64 inNbTotPoints,
78  const ipsdk::ipReal64 inThreshold,
79  const ipsdk::ipUInt32 inFeaturesDistX,
80  const ipsdk::ipUInt32 inFeaturesDistY);
82 
85 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
87  const ipsdk::ipUInt64 inNbTotPoints,
88  const ipsdk::ipUInt32 inFeaturesDist);
89 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
91  const ipsdk::ipReal32 inGradStdDev,
92  const ipsdk::ipUInt64 inNbTotPoints,
93  const ipsdk::ipUInt32 inFeaturesDist);
94 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
96  const ipsdk::ipReal32 inGradStdDev,
97  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
98  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
99  const ipsdk::ipUInt64 inNbTotPoints,
100  const ipsdk::ipReal64 inThreshold,
101  const ipsdk::ipUInt32 inFeaturesDistX,
102  const ipsdk::ipUInt32 inFeaturesDistY);
103 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
105  const ipsdk::ipUInt64 inNbTotPoints,
106  const ipsdk::ipUInt32 inFeaturesDist);
107 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
109  const ipsdk::ipReal32 inGradStdDev,
110  const ipsdk::ipUInt64 inNbTotPoints,
111  const ipsdk::ipUInt32 inFeaturesDist);
112 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner2dLvl1>
114  const ipsdk::ipReal32 inGradStdDev,
115  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
116  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
117  const ipsdk::ipUInt64 inNbTotPoints,
118  const ipsdk::ipReal64 inThreshold,
119  const ipsdk::ipUInt32 inFeaturesDistX,
120  const ipsdk::ipUInt32 inFeaturesDistY);
122 
126 getAsyncProcessorOutput(boost::shared_ptr<HarrisCorner2dLvl1> pProcessor);
128 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<HarrisCorner2dLvl1> pProcessor);
130 
133 
134 } // end of namespace fd
135 } // end of namespace imaproc
136 } // end of namespace ipsdk
137 
138 #endif // __IPSDKIPLFEATUREDETECTION_HARRISCORNER2D_H__
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
uint64_t ipUInt64
double ipReal64
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr multiSlice_harrisCorner2d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
multi slices version of wrapper function for extracts the corners in an image. This wrapper can be us...
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Pixels2dPtr harrisCorner2d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
wrapper function for Extracts the corners in an image
boost::shared_ptr< ipsdk::imaproc::attr::Pixels2d > Pixels2dPtr
shared pointer to ipsdk::imaproc::attr::Pixels2d
Definition: Pixels2d.h:128
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner2dLvl1 > harrisCorner2d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
asynchronous wrappers
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedPixels2d > PlanIndexedPixels2dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedPixels2d
Definition: PlanIndexedPixels2d.h:49
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const ipsdk::imaproc::attr::CornerDetectionParams > CornerDetectionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::CornerDetectionParams
Definition: CornerDetectionParams.h:135
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner2dLvl1 > multiSlice_harrisCorner2d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
asynchronous wrappers
float ipReal32
uint32_t ipUInt32