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

Utility functions for Hough lines detection python wrapping. More...

#include <Python/PyIPSDKIPLFeatureDetection/PyIPSDKIPLFeatureDetectionExports.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughLines2d/HoughLines2d.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughLinesGradient2d/HoughLinesGradient2d.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::houghLines2d (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::houghLines2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::multiSlice_houghLines2d (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::multiSlice_houghLines2d (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::houghLinesGradient2d (const ipsdk::image::ImageConstPtr &pInGxImg, const ipsdk::image::ImageConstPtr &pInGyImg)
 wrapper function for Gaussian filter used to compute gradient on 2 gradient images (one along x-axis, the other along y) More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance)
 wrapper function for Gaussian filter used to compute gradient on 2 gradient images (one along x-axis, the other along y) More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::multiSlice_houghLinesGradient2d (const ipsdk::image::ImageConstPtr &pInGxImg, const ipsdk::image::ImageConstPtr &pInGyImg)
 wrapper function for Gaussian filter used to compute gradient on 2 gradient images (one along x-axis, the other along y) More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::multiSlice_houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance)
 wrapper function for Gaussian filter used to compute gradient on 2 gradient images (one along x-axis, the other along y) More...
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::fd::HoughLines2dLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ipsdk::imaproc::fd::HoughLines2dLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::fd::HoughLinesGradient2dLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple ipsdk::python::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ipsdk::imaproc::fd::HoughLinesGradient2dLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for Hough lines detection python wrapping.

Author
H. Delestre
Date
2017/10/09