0% found this document useful (0 votes)
17 views6 pages

QT Project: Home Tab: Contains Three Buttons

The document describes a Qt project widget application containing several tabs for image processing. The Home tab allows loading, saving, and adding a logo to an image. The Processes tab contains options for flipping, converting color space, and adding noise to an image. The Filter, Histogram, Extract Components, and Features tabs each contain several buttons for applying different image processing operations and displaying results.

Uploaded by

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

QT Project: Home Tab: Contains Three Buttons

The document describes a Qt project widget application containing several tabs for image processing. The Home tab allows loading, saving, and adding a logo to an image. The Processes tab contains options for flipping, converting color space, and adding noise to an image. The Filter, Histogram, Extract Components, and Features tabs each contain several buttons for applying different image processing operations and displaying results.

Uploaded by

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

Qt project

Project is a widget application, consists of widget tabs, each tab


has a lot of buttons or combo boxes and each of them has a
certain action to do.

Home tab: contains three buttons


Load image
Save image
Add logo
And one label to display image in it.
Processes tab: contains two combo box, the first one has flip,
convert color space and add salt and pepper noise.

When we choose convert color space the second combo box will
activate to choose which color space you want to convert to. But
when we choose add salt and pepper noise, horizontal slider will
activate to add salt noise to the image.

Filter tab: contains 6 buttons

Erode
Dilate
Open
Close
Sobol filter
Laplacian filter

And one label to display image in it.

Histogram tab: contains 4 buttons

Histogram1D.
Histogram3D.
Histogram equalization.
Threshold.

Extract components: contains 5 buttons

Blur
Canny detection
Hough circles
Hough lines
Extract contours

And a combo box which contains two operations (bounding box,


minimum enclosing circle) and one label to display image.

Features: contains 5 buttons

Haris
FAST
SURF
SIFT
Match components

You might also like