[][src]Module hough_circle_transform_for_cme::error

Module that stores errors that can occur and defines there displaying if they are to be passed to the user

Re-exports

pub use config_error::ConfigError;
pub use read_error::ReadError;
pub use transformation_error::TransformationError;
pub use write_error::WriteError;

Modules

config_error

Module to represent the errors that can occur in the configuration passed through the command line flags.

read_error

Module to represent the errors that can occur in the reading of the imageinto an array.

transformation_error

Module to represent the errors, that can occur in the Hough algorithm.

write_error

Module to represent errors that can occur in the writing of the output.

Enums

HougseErr