Skip to content

Commit

Permalink
Updated Readme Grascale Example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffin07 committed Jan 8, 2025
1 parent 471ce2d commit 486ac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut gray_resized = Image::<f32, 1>::from_size_val(new_size, 0.0)?;
imgproc::resize::resize_native(
&gray, &mut gray_resized,
imgproc::resize::InterpolationMode::Bilinear,
imgproc::interpolation::InterpolationMode::Bilinear,
)?;

println!("gray_resize: {:?}", gray_resized.size());
Expand Down

0 comments on commit 486ac34

Please sign in to comment.