![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for extraction of local extrema (minima or maxima) in a 3d image. More...
#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxels3d.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LocalExtremaConfig.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::fd | |
| Namespace aggregating features detection operations in images. | |
Functions | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::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 be used with single grey level input volumes (sizeC=sizeT=1) More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::extractLocalExtrema3d (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig) |
| wrapper function for extraction of local extrema (minima or maxima) in a 3d image This wrapper must be used with single grey level input volumes (sizeC=sizeT=1) More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::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 image This wrapper can be used with multi slice input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::multiSlice_extractLocalExtrema3d (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig) |
| multi slices version of wrapper function for extraction of local extrema (minima or maxima) in a 3d image This wrapper can be used with multi slice input images More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > | ipsdk::imaproc::fd::extractLocalExtrema3d_async (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > | ipsdk::imaproc::fd::extractLocalExtrema3d_async (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > | ipsdk::imaproc::fd::multiSlice_extractLocalExtrema3d_async (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema3dLvl1 > | ipsdk::imaproc::fd::multiSlice_extractLocalExtrema3d_async (const image::ImageConstPtr &pInImg3d, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::ipUInt32 inFeaturesDistZ, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Voxels3dPtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< ExtractLocalExtrema3dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr | ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ExtractLocalExtrema3dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for extraction of local extrema (minima or maxima) in a 3d image.
1.8.14