UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-11-21)
|
#include <visp3/ustk_gui/usImageElastographyCreationWrapper.h>
Public Slots | |
void | updateFrame (usImageRF2D< short int > &img) |
void | setROI (unsigned int i, unsigned int j, unsigned int height, unsigned int width) |
Signals | |
void | elastographyImageReady (vpImage< vpRGBa >) |
Public Member Functions | |
usImageElastographyCreationWrapper () | |
~usImageElastographyCreationWrapper () | |
Qt wrapper for colored elastography image creation (pre-scan image with a colored rectangle overlay for elastograpy).
Definition at line 59 of file usImageElastographyCreationWrapper.h.
usImageElastographyCreationWrapper::usImageElastographyCreationWrapper | ( | ) |
Constructor.
Definition at line 46 of file usImageElastographyCreationWrapper.cpp.
usImageElastographyCreationWrapper::~usImageElastographyCreationWrapper | ( | ) |
Destructor.
Definition at line 57 of file usImageElastographyCreationWrapper.cpp.
|
signal |
|
slot |
ROI setter, coordinates are set in RF image pixel coordinates.
i | Top left row of the ROI. |
j | Top left column of the ROI. |
height | ROI height in px. |
width | ROI width in px. |
Definition at line 66 of file usImageElastographyCreationWrapper.cpp.
References usElastographyQtWrapper::setROI().
|
slot |
Slot to update the RF frame. This slot manages RF conversion and elastography process.
img | New RF image input for elastography computation and RF conversion. |
Definition at line 77 of file usImageElastographyCreationWrapper.cpp.
References usRFToPreScan2DConverter::convert(), usImageElastography::setUltrasoundImage(), and usElastographyQtWrapper::updateFrame().