boost::gil::hough_parameter::from_step_size

Create Hough parameter from value neighborhood and step size

Synopsis

static
hough_parameter<T>
from_step_size(
    T start_point,
    T neighborhood,
    T step_size);

Description

This function will take start_point as middle point, and in both directions will try to walk step_size at a time until distance of neighborhood is reached

Return Value

A type to encapsulate Hough transform parameter range

Created with MrDocs