-
Notifications
You must be signed in to change notification settings - Fork 54
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
How to convert SharpCV Mat to OpenCVSharp Mat #9
Comments
Ideally it’s true, but you can not use both at the same time due to name conflict. Can you tell which function is missing? |
Hi, I was looking for Sobel and Erode which is present in OpenCVSharp. |
@Oceania2018 Could you please provide some help on this? |
Yes, it’s on my to do list. |
Thanks! |
By the way, is there any function for HoughCircles? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, There are few methods not available in SharpCV but present in OpenCVSharp.
Since SharpCV uses internally OpenCVSharp, is there a way we can convert SharpCV Mat to OpenCVSharp Mat?
The text was updated successfully, but these errors were encountered: