Project Overview
VisionGuardianCommander is a Java application developed as a fourth-semester project. It implements the Model-View-Controller (MVC) architectural pattern using JavaFX for the user interface. The project combines several powerful technologies, including OpenCV and JavaCV for computer vision, email integration, and MySQL integration for data management.
Features
- MVC Architecture: Promotes a clear separation of concerns for maintainability and extensibility.
- JavaFX User Interface: Provides an interactive and user-friendly GUI.
- OpenCV and JavaCV Integration: Enables advanced image processing and object detection.
- Email Integration: Facilitates sending and receiving emails for notifications and communication.
- MySQL Integration: Manages data efficiently with persistent storage and retrieval.