boost::gil::hough_parameter
A type to encapsulate Hough transform parameter range
Synopsis
Declared in <boost/gil/extension/image_processing/hough_parameter.hpp>
template<typename T>
struct hough_parameter;
Description
This type provides a way to express value range for a parameter as well as some factory functions to simplify initialization
Static Member Functions
Name |
Description |
Create Hough parameter from value neighborhood and step count |
|
Create Hough parameter from value neighborhood and step size |
Non-Member Functions
Name |
Description |
Create a Hough transform parameter with optimal angle step |
Created with MrDocs