Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views2 pages

Node Based Image Editor Presentation

The Node-Based Image Editor is a visual, interactive image processor built with Qt and OpenCV, designed to handle image processing through a modular node system. Key features include loading and displaying images, applying a blur filter, and saving processed images. Future enhancements aim to introduce draggable node blocks and additional filters such as Threshold and Edge Detection.

Uploaded by

CHAMPA BAI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Node Based Image Editor Presentation

The Node-Based Image Editor is a visual, interactive image processor built with Qt and OpenCV, designed to handle image processing through a modular node system. Key features include loading and displaying images, applying a blur filter, and saving processed images. Future enhancements aim to introduce draggable node blocks and additional filters such as Threshold and Edge Detection.

Uploaded by

CHAMPA BAI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like