Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any wrapper for OpenCV for .net core on linux

I would like to use an OpenCV from my .net core console application on Ubuntu 16.04. Is there any wrapper for OpenCV I can use from .net core app?

like image 694
Simon Achmüller Avatar asked Sep 07 '25 11:09

Simon Achmüller


1 Answers

I ended up with OpenCvSharp, it fills my requirements.

like image 52
Simon Achmüller Avatar answered Sep 10 '25 08:09

Simon Achmüller