ImageProcessingWidget.
More...
#include <ImageProcessingWidget.h>
|
void | request_processing () |
| request_processing is just the signals request processing
|
|
void | image_loaded (const QImage &image) |
| image load signals and carry the image for loading
|
|
◆ ImageProcessingWidget()
ImageProcessingWidget::ImageProcessingWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ displayed()
void ImageProcessingWidget::displayed |
( |
QLabel * |
label | ) |
|
displayed will set the pixmap directly
- Parameters
-
◆ image()
QImage ImageProcessingWidget::image |
( |
| ) |
const |
|
inlinenoexcept |
image fetch the image handling
- Returns
◆ image_loaded
void ImageProcessingWidget::image_loaded |
( |
const QImage & |
image | ) |
|
|
signal |
image load signals and carry the image for loading
- Parameters
-
◆ process_direct_load()
void ImageProcessingWidget::process_direct_load |
( |
const QString & |
path | ) |
|
process_direct_load load the sessions
- Parameters
-
◆ process_raw_load()
void ImageProcessingWidget::process_raw_load |
( |
const QString & |
path | ) |
|
process_raw_load process actuall load
- Parameters
-
The documentation for this class was generated from the following files:
- extern_app/professionals/library/OpencvQtAdapter/ui_interface/convinients/ImageProcessingWidget.h
- extern_app/professionals/library/OpencvQtAdapter/ui_interface/convinients/ImageProcessingWidget.cpp