shimat / opencvsharp

OpenCV wrapper for .NET
Apache License 2.0
5.22k stars 1.13k forks source link

How to reflect changes in the opencvsharp on opencv_files? #1627

Open AramNasser opened 7 months ago

AramNasser commented 7 months ago

Summary of your issue

I want to add a feature to the opencvsharp. I modified the opencvsharp and did the compilation accordingly, as described in the README.md file.

Environment

Visual Studio 2022, version 17.8.0 The latest source codes cloned from opencvsharp, opencv_files and vcpkg.

What did you do when you faced the problem?

I compiled the files as described in the README file.

Example code:

paste your core code

Output:

What did you intend to be?

I expect to add the changes to the opencvsharp code to use it as a library for my code.