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

Wrapper functions for detection of edges in 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::cannyEdges2dImg (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, 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::cannyEdges2dImg (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, 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< CannyEdges2dImgLvl1 > ipsdk::imaproc::fd::cannyEdges2dImg_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::CannyThresholdsConstPtr &pThresholds)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< CannyEdges2dImgLvl1 > ipsdk::imaproc::fd::cannyEdges2dImg_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, 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< CannyEdges2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for detection of edges in images using Canny's detector.

Author
H. Delestre
Date
2016/06/28