SEGNet is an open-source application for segmenting and rendering bone from CT scans. The main idealogy behind this application is to help doctors readily prototype 3D models without compromising on quality.
SEGNet is an open-source, multi-platform bone segmentation and Dicom viewer with user-friendly interface. SEGNet provides ease in viewing Dicom data; Mouse integrations will help you to visualize Dicom in a detailed way. SEGNet utilizes combined power of image processing and computer vision for fast segmentation of bone from a CT Dicom data.
Requirements can be dwonloaded as shown below:
git clone https://github.com/saivishwak/SEGNet.git
cd SEGNet
pip3 install -r requirement.txt (For Linux add sudo)
cd SEGNet
cd src
python3 Main.py
Tested on Windows and Linux
Dicom Widget:
mouse_scroll - Change slice
clrt + left_mouse_button - Pan
clrt + mouse_scroll - Zoom
mouse_right_button + drag - Contrast/Brightness
r - Reset view
3D Renderer:
All basic mouse movements!
Feel free to make a pull request if you feel that you have to improve this tool