-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
FastNlMeansDenoisingMulti does not work #1402
New issue
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
Closed
Comments
I found it by myself. Cv2_photo.cs:
photo.h in OpenCvSharpExtern
|
Thank you for your information! |
Are you sure this is fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of your issue
Environment
Visual Studio 2017,
OpenCvSharp4 v4.5.5
What did you do when you faced the problem?
I uses
Cv2.FastNlMeanDenoising and Cv2.FastNIMeanDenoisingMulti
Cv2.FastNIMeanDenoising works fine.
But Cv2.FastNIMeanDenoisingMulti does not.
exception occurs :
"Unsupported depth! Only CV_8U is supported for NORM_L2"
MatTypes of input sources are MatType.CV_8UC1 all.
Example code:
Output:
What did you intend to be?
The text was updated successfully, but these errors were encountered: