15 #ifndef __PYIPSDKIPLFEATUREDETECTION_HOUGHLINESUTILS_H__ 16 #define __PYIPSDKIPLFEATUREDETECTION_HOUGHLINESUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughLines2d/HoughLines2d.h> 20 #include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughLinesGradient2d/HoughLinesGradient2d.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::fd::HoughLines2dLvl1;
24 class ipsdk::imaproc::fd::HoughLinesGradient2dLvl1;
42 const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr& pHoughLinesImgParams,
43 const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr& pHoughLinesExtractionParams);
51 const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr& pHoughLinesImgParams,
52 const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr& pHoughLinesExtractionParams);
66 const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr& pHoughLinesImgParams,
67 const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr& pHoughLinesExtractionParams,
78 const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr& pHoughLinesImgParams,
79 const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr& pHoughLinesExtractionParams,
101 #endif // __PYIPSDKIPLFEATUREDETECTION_HOUGHLINESUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple 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...
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple multiSlice_houghLines2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Gaussian filter used to compute gradient on a 2d image
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple 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...
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ipsdk::imaproc::fd::HoughLines2dLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple houghLines2d(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Gaussian filter used to compute gradient on a 2d image
#define PYIPSDKIPLFEATUREDETECTION_API
Import/Export macro for library PyIPSDKIPLFeatureDetection.
Definition: PyIPSDKIPLFeatureDetectionExports.h:25
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56