You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
same here, I get System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.' at
extractor.Compute(img1, ref keypoints1, descriptors1);
[ INFO:0] Initialize OpenCL runtime...
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at OpenCvSharp.NativeMethods.features2d_Feature2D_compute1(IntPtr obj, IntPtr image, IntPtr keypoints, IntPtr descriptors)
When run line 31
extractor.Compute(img1, ref keypoints1, descriptors1);
Throw an AccessViolationException
I updated packages via nuget. Does not fix problem.
Thanks for your work!
The text was updated successfully, but these errors were encountered: