Node-Based Image Editor (Qt + OpenCV)
Project Title
Node-Based Image Editor
Built using Qt and OpenCV.
Objective
Create a visual, interactive image processor using nodes.
Tools Used
- Qt Widgets
- OpenCV
- C++
Features
- Load and display image
- Apply Blur filter
- Save processed image
- Node-based modular system
Architecture
- MainWindow handles UI and events
- Each node (e.g., BlurNode) processes cv::Mat
- OpenCV used for image operations
Demo (Concept)
- Screenshot 1: Image Load UI
- Screenshot 2: After Blur applied
Future Scope
Node-Based Image Editor (Qt + OpenCV)
- Add draggable node blocks using QGraphicsItem
- Support more filters like Threshold, Edge Detection, etc.
Thank You
Questions and Discussion