[vtkusers] vtkmarchingcubes & SetValue for Teeth from CT
David
hwlee at dentium.com
Tue May 21 01:51:17 EDT 2019
Hello. I am trying autometically SetValue by using vtkmarchingcubes for Teeth
Modeling from CT.
Taking Dicom from several different Blend CT devivces is also Intensity
different, so is different each SetValue for Teeth Modeling.
I check histogram for each group of dicom and SetValue for Teeth Modeling.
Example)
1. Mean:-502, Std: 552, Min: -1000, Max: 3000 => SetValue(0, 1800);
2. Mean:-485, Std: 641, Min: -1000, Max: 20816 => SetValue(0, 850);.
3. Mean:932, Std: 738, Min: 0, Max: 23459 => SetValue(0, 3500);
4. Mean:-373, Std: 761, Min: -1671, Max: 7042 => SetValue(0, 2500);
5. Mean:-133, Std: 733, Min: 0, Max: 7000 => SetValue(0, 2700);
6. Mean:-483, Std: 586, Min: -1000, Max: 19157 => SetValue(0, 1000);
7. Mean:524, Std: 451, Min: 0, Max: 14810 => SetValue(0, 2700);
8. Mean:-506, Std: 598, Min: -1000, Max: 27237 => SetValue(0, 1500);
9. Mean:772, Std: 926, Min: 0, Max: 22748 => SetValue(0, 5000);
10. Mean:913, Std: 820, Min: 0, Max: 31543 => SetValue(0, 3400);
How can I Set autometically SetValue by using vtkmarchingcubes for Teeth
Modeling from CT?
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list