IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HarrisCorner3d.h
Go to the documentation of this file.
1 // HarrisCorner3d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__
16 #define __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
28 class HarrisCorner3dLvl1;
29 
32 
39  const ipsdk::ipUInt64 inNbTotPoints,
40  const ipsdk::ipUInt32 featuresDist);
43  const ipsdk::ipReal32 inGradStdDev,
44  const ipsdk::ipUInt64 inNbTotPoints,
45  const ipsdk::ipUInt32 featuresDist);
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,
55  const ipsdk::ipUInt32 inFeaturesDistZ);
57 
66  const ipsdk::ipUInt64 inNbTotPoints,
67  const ipsdk::ipUInt32 inFeaturesDist);
70  const ipsdk::ipReal32 inGradStdDev,
71  const ipsdk::ipUInt64 inNbTotPoints,
72  const ipsdk::ipUInt32 inFeaturesDist);
75  const ipsdk::ipReal32 inGradStdDev,
76  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
77  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
78  const ipsdk::ipUInt64 inNbTotPoints,
79  const ipsdk::ipReal64 inThreshold,
80  const ipsdk::ipUInt32 inFeaturesDistX,
81  const ipsdk::ipUInt32 inFeaturesDistY,
82  const ipsdk::ipUInt32 inFeaturesDistZ);
84 
87 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
89  const ipsdk::ipUInt64 inNbTotPoints,
90  const ipsdk::ipUInt32 featuresDist);
91 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
93  const ipsdk::ipReal32 inGradStdDev,
94  const ipsdk::ipUInt64 inNbTotPoints,
95  const ipsdk::ipUInt32 featuresDist);
96 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
98  const ipsdk::ipReal32 inGradStdDev,
99  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
100  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
101  const ipsdk::ipUInt64 inNbTotPoints,
102  const ipsdk::ipReal64 inThreshold,
103  const ipsdk::ipUInt32 inFeaturesDistX,
104  const ipsdk::ipUInt32 inFeaturesDistY,
105  const ipsdk::ipUInt32 inFeaturesDistZ);
106 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
108  const ipsdk::ipUInt64 inNbTotPoints,
109  const ipsdk::ipUInt32 inFeaturesDist);
110 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
112  const ipsdk::ipReal32 inGradStdDev,
113  const ipsdk::ipUInt64 inNbTotPoints,
114  const ipsdk::ipUInt32 inFeaturesDist);
115 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HarrisCorner3dLvl1>
117  const ipsdk::ipReal32 inGradStdDev,
118  const attr::GaussianCoverageConstPtr& pInOptGradientGaussianCoverage,
119  const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr& pInCornerDetectionParams,
120  const ipsdk::ipUInt64 inNbTotPoints,
121  const ipsdk::ipReal64 inThreshold,
122  const ipsdk::ipUInt32 inFeaturesDistX,
123  const ipsdk::ipUInt32 inFeaturesDistY,
124  const ipsdk::ipUInt32 inFeaturesDistZ);
126 
130 getAsyncProcessorOutput(boost::shared_ptr<HarrisCorner3dLvl1> pProcessor);
132 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<HarrisCorner3dLvl1> pProcessor);
134 
137 
138 } // end of namespace fd
139 } // end of namespace imaproc
140 } // end of namespace ipsdk
141 
142 #endif // __IPSDKIPLFEATUREDETECTION_HARRISCORNER3D_H__
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
uint64_t ipUInt64
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr harrisCorner3d(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist)
wrapper function for Extracts the corners in a 3d image
double ipReal64
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::Voxels3d > Voxels3dPtr
shared pointer to ipsdk::imaproc::attr::Voxels3d
Definition: Voxels3d.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< HarrisCorner3dLvl1 > multiSlice_harrisCorner3d_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dLvl1 > harrisCorner3d_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 featuresDist)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedVoxels3d > PlanIndexedVoxels3dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedVoxels3d
Definition: PlanIndexedVoxels3d.h:49
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 ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr multiSlice_harrisCorner3d(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipUInt64 inNbTotPoints, const ipsdk::ipUInt32 inFeaturesDist)
multi slices version of wrapper function for extracts the corners in a 3d image. This wrapper can be ...
float ipReal32
uint32_t ipUInt32