15 #ifndef __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA3D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_EXTRACTLOCALEXTREMA3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxels3d.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LocalExtremaConfig.h> 28 class ExtractLocalExtrema3dLvl1;
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