The CannyExample class This widget demonstrates the application of the Canny edge detection algorithm. More...
#include <CannyExample.h>
Public Member Functions | |
CannyExample (QWidget *parent=nullptr) | |
Construct a new CannyExample widget. | |
~CannyExample () | |
Destroy the CannyExample widget. | |
void | process_image_session () |
Processes the image using Canny edge detection. | |
The CannyExample class This widget demonstrates the application of the Canny edge detection algorithm.
|
explicit |
Construct a new CannyExample widget.
parent | The parent widget, or nullptr if none |