IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ExtractLocalExtrema2d.h File Reference

Wrapper functions for finds the local maxima in an image. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Pixels2d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedPixels2d.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::Pixels2dPtr ipsdk::imaproc::fd::extractLocalExtrema2d (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
 wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Pixels2dPtr ipsdk::imaproc::fd::extractLocalExtrema2d (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig)
 wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::fd::multiSlice_extractLocalExtrema2d (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
 multi slices version of wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This wrapper can be used with multi slice input images More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::fd::multiSlice_extractLocalExtrema2d (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig)
 multi slices version of wrapper function for extraction of local extrema (minima, maxima, or both of them) in an image This wrapper can be used with multi slice input images More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > ipsdk::imaproc::fd::extractLocalExtrema2d_async (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > ipsdk::imaproc::fd::extractLocalExtrema2d_async (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > ipsdk::imaproc::fd::multiSlice_extractLocalExtrema2d_async (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< ExtractLocalExtrema2dLvl1 > ipsdk::imaproc::fd::multiSlice_extractLocalExtrema2d_async (const image::ImageConstPtr &pInImg, const ipsdk::ipUInt32 inFeaturesDistX, const ipsdk::ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::LocalExtremaConfigConstPtr &localExtremaConfig)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::Pixels2dPtr ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for finds the local maxima in an image.

Author
R. Abbal
Date
2016/06/20