https://github.com/omdxp/emgu-world
A GUI that contains the basic image processing operations using Emgu CV.
https://github.com/omdxp/emgu-world
computer-vision emgu emgu-cv gui image-processing
Last synced: 12 months ago
JSON representation
A GUI that contains the basic image processing operations using Emgu CV.
- Host: GitHub
- URL: https://github.com/omdxp/emgu-world
- Owner: omdxp
- License: gpl-3.0
- Created: 2019-03-24T16:47:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T03:36:09.000Z (about 7 years ago)
- Last Synced: 2025-06-06T13:45:03.291Z (about 1 year ago)
- Topics: computer-vision, emgu, emgu-cv, gui, image-processing
- Language: C#
- Size: 28.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emgu-World
A GUI that contains the basic image processing operations using Emgu CV.
# More details
- It has a better metro form looking as in Windows 8.
# Environment
- .NET Framework 4.6.1.
- x64.
# About me
> Omar Belghaouti
>> Master student who always has interset in programming in general :smile:.
---
>> First line of code was :
``` c
printf("Hello, World!");
```