|
|
| 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
|
| |
Wrapper functions for detection of edges in images using Canny's detector.
- Author
- H. Delestre
- Date
- 2016/06/28
- Copyright
- 2016 Reactiv'IP, all right reserved.