Struct image2aa::filter::hough::HoughFilter
[−]
[src]
pub struct HoughFilter {
pub block_size: usize,
pub theta_resolution: usize,
pub slope_count_thresh: u32,
}Fields
block_size: usize
theta_resolution: usize
slope_count_thresh: u32