https://github.com/xavier-hernandez/emgucv
Linux docker images for emgucv
https://github.com/xavier-hernandez/emgucv
emgu-cv emgucv linux opencv
Last synced: 3 months ago
JSON representation
Linux docker images for emgucv
- Host: GitHub
- URL: https://github.com/xavier-hernandez/emgucv
- Owner: xavier-hernandez
- License: mit
- Created: 2024-05-13T17:45:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T19:44:59.000Z (over 1 year ago)
- Last Synced: 2025-03-05T23:47:23.989Z (8 months ago)
- Topics: emgu-cv, emgucv, linux, opencv
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I wanted to create a docker image for some image comparison using .net standard and Emgu.CV in linux but couldn't get it to work out of the box. I kept getting this error...
```
The type initializer for 'Emgu.CV.CvInvoke' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'cvextern' or one of its dependencies.
```Finally found this dockerfile https://github.com/emgucv/docker/blob/master/bazel-android/Dockerfile but changed it for what I needed it for however I also built the image for the original.
Project I'm using it for: https://github.com/xavier-hernandez/tiktok_detection
Docker images: https://hub.docker.com/r/xavierh/emgucv
# emgucv
https://github.com/emgucv## emgucv-8.0
Some information about the docker image emgucv Dockerfile-8.0
- ubuntu:22.04
- updated to dotnet 8.0
- fixed a bug in original Dockerfile
- removed android functionality## emgucv-8.0-original
Docker image based off of https://github.com/emgucv/docker/blob/master/bazel-android/Dockerfile
- ubuntu:22.04
- updated to dotnet 8.0
- fixed a bug in their Dockerfile
- android implementation