SharpCV
SharpCV copied to clipboard
How to convert SharpCV Mat to OpenCVSharp Mat
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?
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?