OpenCVSharp-Samples
OpenCVSharp-Samples copied to clipboard
A collection of samples about using OpenCV in .NET applications.
Hello, is there any reason why this code is kept in separate repo and not in shimat`s *opencvsharp_samples* - [link to repo](https://github.com/shimat/opencvsharp_samples)? Addition should be simple via pull request. I...
It would be nice to include a sample of the Facemark face landmark detector, as there seems to be no examples to be found on the web anywhere! Trying to...
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!