mirror of
https://github.com/brmlab/medirap.git
synced 2025-12-15 13:43:58 +01:00
rework on slicing and thresholding
This commit is contained in:
parent
8039ff529a
commit
bc839e5d7c
5 changed files with 75 additions and 67 deletions
|
|
@ -22,10 +22,13 @@ private slots:
|
|||
|
||||
void on_sliderPosition_valueChanged(int value);
|
||||
|
||||
void on_sliderThreshold_valueChanged(int value);
|
||||
|
||||
void on_checkThreshold_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
VoxelData vdata;
|
||||
QImage img;
|
||||
QGraphicsScene scene;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue