boost::gil::hough_parameter::from_step_count
Create Hough parameter from value neighborhood and step count
Synopsis
Declared in <boost/gil/extension/image_processing/hough_parameter.hpp>
static
hough_parameter<T>
from_step_count(
T start_point,
T neighborhood,
std::size_t half_step_count);
Description
This function will take start_point as middle point, and in both directions will try to walk half_step_count times until distance of neighborhood is reached
Return Value
A type to encapsulate Hough transform parameter range
Created with MrDocs