PROJECT:
In this project, an application was developed that performs manual segmentation in RGB images. It also allows you to edit the segmentation in progress and, finally, saves the segmentation as a binary image. The application was implemented in C++, using Qt as a graphical UI.
FEATURES:
- Manual segmentation in an RGB image;
- Edit the current segmentation, from deleting the last selected point (and line), until deleting all the segmentation performed;
- Define a new segmentation, different from the segmentation previously created;
- View the three image channels (RGB);
- Save the segmentation performed and view the final result.
FILES:
- aplicacao.pro - application project file.
- aplicacao.h and aplicacao.cpp - class aplicacao with the code for the back-end of the developed application and connection with the graphics_scene class.
- aplicacao.ui - interface implemented for the front-end of the final application.
- graphics_scene.h and graphics_scene.cpp - which defines the scene where the items will be viewed and allows the manipulation of it.
RESULTS: