shimat / opencvsharp

OpenCV wrapper for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to reflect changes in the opencvsharp on opencv_files?

AramNasser opened this issue · comments

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.