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

Wrapper functions for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughSpheres3dPpties.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHoughSpheres3dPpties.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLFEATUREDETECTION_API ipsdk::image::ImagePtr ipsdk::imaproc::fd::houghSpheres3dLabelImg (const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm More...
 
IPSDKIPLFEATUREDETECTION_API void ipsdk::imaproc::fd::houghSpheres3dLabelImg (const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::image::ImagePtr ipsdk::imaproc::fd::houghSpheres3dLabelImg (const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPptiesConstPtr &pPISpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm More...
 
IPSDKIPLFEATUREDETECTION_API void ipsdk::imaproc::fd::houghSpheres3dLabelImg (const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPptiesConstPtr &pPISpheresPpties, const ipsdk::image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > ipsdk::imaproc::fd::houghSpheres3dLabelImg_async (const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > ipsdk::imaproc::fd::houghSpheres3dLabelImg_async (const ipsdk::imaproc::attr::HoughSpheres3dPptiesConstPtr &pSpheresPpties, const ipsdk::image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > ipsdk::imaproc::fd::houghSpheres3dLabelImg_async (const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPptiesConstPtr &pPISpheresPpties, const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > ipsdk::imaproc::fd::houghSpheres3dLabelImg_async (const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPptiesConstPtr &pPISpheresPpties, const ipsdk::image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughSpheres3dLabelImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Creates a mask image from 3D spheres detected with te 3D Hough detection algorithm.

Author
R. Abbal
Date
2023/03/24