Wrapper functions for detection of surfaces in 3d images using Canny's detector.
More...
|
|
| 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
|
| |
Wrapper functions for detection of surfaces in 3d images using Canny's detector.
- Author
- H. Delestre
- Date
- 2016/10/17
- Copyright
- 2017 Reactiv'IP, all right reserved.