SharpCV icon indicating copy to clipboard operation
SharpCV copied to clipboard

How to convert SharpCV Mat to OpenCVSharp Mat

Open piyushspss opened this issue 4 years ago • 6 comments

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?

piyushspss avatar May 21 '20 07:05 piyushspss

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?

Oceania2018 avatar May 21 '20 12:05 Oceania2018

Hi, I was looking for Sobel and Erode which is present in OpenCVSharp.

piyushspss avatar May 22 '20 08:05 piyushspss

@Oceania2018 Could you please provide some help on this?

piyushspss avatar Jun 03 '20 14:06 piyushspss

Yes, it’s on my to do list.

Oceania2018 avatar Jun 04 '20 02:06 Oceania2018

Thanks!

piyushspss avatar Jun 04 '20 15:06 piyushspss

By the way, is there any function for HoughCircles?

Seven-year-promise avatar Dec 29 '20 16:12 Seven-year-promise