IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ExtractLocalExtrema3d.h
Go to the documentation of this file.
1 // ExtractLocalExtrema3d.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA3D_H__
16 #define __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxels3d.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h>
22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LocalExtremaConfig.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
28 class ExtractLocalExtrema3dLvl1;
29 
32 
40  const ipsdk::ipUInt32 inFeaturesDistX,
41  const ipsdk::ipUInt32 inFeaturesDistY,
42  const ipsdk::ipUInt32 inFeaturesDistZ);
43 
46  const ipsdk::ipUInt32 inFeaturesDistX,
47  const ipsdk::ipUInt32 inFeaturesDistY,
48  const ipsdk::ipUInt32 inFeaturesDistZ,
49  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
51 
60  const ipsdk::ipUInt32 inFeaturesDistX,
61  const ipsdk::ipUInt32 inFeaturesDistY,
62  const ipsdk::ipUInt32 inFeaturesDistZ);
63 
66  const ipsdk::ipUInt32 inFeaturesDistX,
67  const ipsdk::ipUInt32 inFeaturesDistY,
68  const ipsdk::ipUInt32 inFeaturesDistZ,
69  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
71 
74 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema3dLvl1>
76  const ipsdk::ipUInt32 inFeaturesDistX,
77  const ipsdk::ipUInt32 inFeaturesDistY,
78  const ipsdk::ipUInt32 inFeaturesDistZ);
79 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema3dLvl1>
81  const ipsdk::ipUInt32 inFeaturesDistX,
82  const ipsdk::ipUInt32 inFeaturesDistY,
83  const ipsdk::ipUInt32 inFeaturesDistZ,
84  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
85 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema3dLvl1>
87  const ipsdk::ipUInt32 inFeaturesDistX,
88  const ipsdk::ipUInt32 inFeaturesDistY,
89  const ipsdk::ipUInt32 inFeaturesDistZ);
90 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<ExtractLocalExtrema3dLvl1>
92  const ipsdk::ipUInt32 inFeaturesDistX,
93  const ipsdk::ipUInt32 inFeaturesDistY,
94  const ipsdk::ipUInt32 inFeaturesDistZ,
95  const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr& localExtremaConfig);
97 
101 getAsyncProcessorOutput(boost::shared_ptr<ExtractLocalExtrema3dLvl1> pProcessor);
103 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<ExtractLocalExtrema3dLvl1> pProcessor);
105 
108 
109 } // end of namespace fd
110 } // end of namespace imaproc
111 } // end of namespace ipsdk
112 
113 #endif // __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA3D_H__
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr extractLocalExtrema3d(const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ)
wrapper function for extraction of local extrema (minima or maxima) in a 3d image This wrapper must b...
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
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > multiSlice_extractLocalExtrema3d_async(const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr multiSlice_extractLocalExtrema3d(const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ)
multi slices version of wrapper function for extraction of local extrema (minima or maxima) in a 3d i...
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > extractLocalExtrema3d_async(const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ)
asynchronous wrappers
boost::shared_ptr< const LocalExtremaConfig > LocalExtremaConfigConstPtr
shared pointer to const LocalExtremaConfig
Definition: LocalExtremaConfig.h:155
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
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
uint32_t ipUInt32