SharpCV icon indicating copy to clipboard operation
SharpCV copied to clipboard

Not working properly in F#

Open thyvini opened this issue 3 years ago • 0 comments

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.

◢ | Results View | Expanding the Results View will enumerate the IEnumerable |     | Empty | "Enumeration yielded no results" | string

at SharpCV.cv2_native_api.imgproc_cvtColor(IntPtr src, IntPtr dst, Int32 code, Int32 dstCnt) at SharpCV.cv_api.cvtColor(Mat img, ColorConversionCodes code, Int32 dstCnt) at Program.main(String[] argv) in D:\projects\fs-sci\FlowerCv\FlowerCv\Program.fs:line 7

thyvini avatar Jun 28 '21 23:06 thyvini