
Desktop Vision App
A Windows desktop multi-camera object-detection app: image processing with Emgu.CV (OpenCV), configurable detection settings and serial-port hardware integration.
C# / .NETWinFormsEmgu.CV (OpenCV)Computer VisionSerial / Hardware
What it does
This desktop app is a computer-vision tool that monitors multiple cameras from a single Windows (WinForms) interface and performs object detection.
How it works
- Emgu.CV (OpenCV for .NET): camera image processing and detection.
- Configurable settings: camera list and detection-settings models.
- Hardware: external device integration over serial port (System.IO.Ports).
Stack
C# · .NET (WinForms) · Emgu.CV · System.IO.Ports · Newtonsoft.Json.