rework on slicing and thresholding

This commit is contained in:
Pavol Rusnak 2011-10-21 21:08:39 +02:00
parent 8039ff529a
commit bc839e5d7c
5 changed files with 75 additions and 67 deletions

View file

@ -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;
};