boost::gil::hough_parameter

A type to encapsulate Hough transform parameter range

Synopsis

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

from_step_count

Create Hough parameter from value neighborhood and step count

from_step_size

Create Hough parameter from value neighborhood and step size

Data Members

Non-Member Functions

Name

Description

make_theta_parameter

Create a Hough transform parameter with optimal angle step

Created with MrDocs