SharpCV icon indicating copy to clipboard operation
SharpCV copied to clipboard

A Computer Vision library for C# and F# that combines OpenCV and NDArray together in .NET Standard.

Results 18 SharpCV issues
Sort by recently updated
recently updated
newest added

The Mat can be convert to NumSharp NDArray by SharpCV, how to convert NumSharp.NDArray to Numpy.NDarray? The Keras.Net uses the Numpy.NDarray.

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?

Is there any way to convert MAT to memory stream?

I have an image that is loaded in memory that I need to get into a `Mat` object. Can `cv2.imdecode()` be implemented as it is in OpenCvSharp? It looks like...

How can I convert the below python line into SharpCv: `np.column_stack(np.where(mat > 0))` I cant see column_stack method here, also the where method is not available. Thanks in advance.

Hi, Is there a way to apply Sobel operator to the image? I cant see any method for that. BR\ Piyush

Hello, Im working with some other opencv.net wrappers and currently eyeing this one to use it in XR experiments using Unity engine for easy graphics and physics. Since mostly XR...

question