We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I tried to save the image, but it looks like this I tried to save the image, but it looks like this Here's my code
use imageproc::edges::canny; let image = ImageBuffer::from_raw(width, height, data.clone()).unwrap(); let edges = DynamicImage::ImageLuma8(canny(&image, low_threshold, high_threshold)); edges.save("img/result/test.jpg").unwrap(); data.clone()
The final result did not agree with my expectation
Sorry, something went wrong.
This is what I got using OpenCV, and obviously he got the right edge.
I'm sorry it's my fault, but canny I can't control the SIGMA value of gaussian_blur_f32. Can only be solved by modifying the source code.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: