[][src]Module hough_circle_transform_for_cme::hough_transform

Module that stores the acctual algorithm.

Re-exports

pub use super::error::read_error;
pub use super::error::read_error::ReadError;
pub use super::error::transformation_error;
pub use super::error::transformation_error::TransformationError;
pub use super::error::write_error;
pub use super::error::write_error::WriteError;

Modules

circle

Module to handle circles that are outputed and there limits passed into the Hough algorithm.

image

Module that should handle all the interactions with images. The Hough algorithm takes in only an array of data. This module will handle the conversion of the image into the array.

Functions

hough_transform

For the range of radii calls the hough_transform_set_radius_acum and the max_find helper function