SharpCV
SharpCV copied to clipboard
A Computer Vision library for C# and F# that combines OpenCV and NDArray together in .NET Standard.
When you call the function it throws this error: ``` System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. at SharpCV.cv2_native_api.highgui_imshow(String winName, IntPtr mat) at SharpCV.cv_api.imshow(String windownName, Mat img) ``` Example:...
add GaussianBlur and Sobel
Please add more libraries openCV hi cv.Sobel to SharpCV not find and ConvertScaleAbs and AddWeighted
This code works fine with SharpCV 0.7.0 but cannot compile with the newer versions: Cannot implicitly convert type 'Tensorflow.NumPy.NDArray' to 'NumSharp.NDArray' ``` c# public static NumSharp.NDArray _AsNDArray0(this OpenCvSharp.Mat mat) {...
I get the following error after installing SharpCV through the NuGet package manager in VS2019 upon building project. I replicated this twice. After uninstalling SharpCV, the error remains intact. Thanks!...
Hello and thank you for creating SharpCV. Could you please provide a few F# examples in the readme? Because I'm having trouble getting SharpCV to work in F#. Thank you!
When I try to access the pixel value: byte p = img[8, 8]; It shows: System.DllNotFoundException:“无法加载 DLL“tensorflow”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。”
I have a 250x250 image that is loaded into an `NDArray` that uses three channels, so the dimensions of the `NDArray` are (250, 250, 3). It looks like the `Mat`...
New OpenCV 4.50 is licensed under Apache 2.0 , older under BSD 3 clause, NumSharp under Apache 2.0 . Why use one of the least favourite license of open source...
I'm trying to use F# with SharpCV but it throws an exception. Sometime, the image file is loaded, but most of the functions I've tried to call throws a SEHException....