Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some obvious submat mistakes #1667

Merged
merged 2 commits into from
May 7, 2024
Merged

some obvious submat mistakes #1667

merged 2 commits into from
May 7, 2024

Conversation

bitsun
Copy link

@bitsun bitsun commented May 3, 2024

Hi opencvsharp team

First of all, thank you for your great work. We are considering using opencvsharp in our company project and I started to play with opencvsharp a few days ago. I am impressed by your work.

Yesterday I found some obvious mistakes in the test code.

btw, how can i contribute to opencvsharp. I am an experienced CV software engineer for many years. I even have some opencv C# wrapper in my company projects,but we just wrapped a few functions that are actually used.
I have been working on tracking issues lately and found that lightweight NanoTracker VitTracker are not wrapped by opencvsharp, i have already done some work in my local branch and it seems to work.

Another proposal from me is that: is building the opencvsharp with more option flags on the roadmap, for example, in my case i do not need so many opencv_contrib libraries, i would like to have some opencv wrapper around the core modules only.

best regards
Bin Liu

@DragonFlyEast
Copy link

@bitsun
you can try OpenCvSharpSlim, it just includs several moudles and is very small.

@shimat
Copy link
Owner

shimat commented May 7, 2024

Thank you for fixing the test codes.

how can i contribute to opencvsharp

There are many OpenCV features that OpenCvSharp does not wrap. Contributions like adding wrappers are welcome!

Another proposal from me is that: is building the opencvsharp with more option flags on the roadmap, for example, in my case i do not need so many opencv_ contrib libraries, i would like to have some opencv wrapper around the core modules only.

This is a big issue for me as well. However, I am finding it difficult to address this issue by simply devising a way to distribute NuGet packages.
As for using Docker, a good prototype has been mentioned: #1592

@shimat shimat merged commit 50b50a1 into shimat:main May 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants