Skip to content

Commit

Permalink
adjust the default example parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed May 20, 2024
1 parent 3e64c1b commit 23cd0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bilateral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fn main() {
let image_grey = dynamic_image.to_luma8();
let image_color = dynamic_image.to_rgb8();

let radius = 4;
let radius = 5;
let color_sigma = 40.0;
let spatial_sigma = 40.0;
let spatial_sigma = 140.0;

let bilateral_grey = bilateral_filter(
&image_grey,
Expand Down

0 comments on commit 23cd0bb

Please sign in to comment.