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

Wrapper functions for detection of surfaces in 3d images using Canny's detector. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CannyThresholds.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/ProcessingOptimizationPolicyTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::fd
 Namespace aggregating features detection operations in images.
 

Functions

IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::cannySurfaces3dImg (const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
 wrapper function for detection of edges in images using Canny's algorithm More...
 
IPSDKIPLFEATUREDETECTION_API void ipsdk::imaproc::fd::cannySurfaces3dImg (const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg)
 wrapper function for detection of edges in images using Canny's algorithm More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< CannySurfaces3dImgLvl1 > ipsdk::imaproc::fd::cannySurfaces3dImg_async (const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< CannySurfaces3dImgLvl1 > ipsdk::imaproc::fd::cannySurfaces3dImg_async (const image::ImageConstPtr &pInGxImg3d, const image::ImageConstPtr &pInGyImg3d, const image::ImageConstPtr &pInGzImg3d, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< CannySurfaces3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for detection of surfaces in 3d images using Canny's detector.

Author
H. Delestre
Date
2016/10/17