项目作者: saivishwak

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/saivishwak/SEGNet.git
创建时间: 2020-07-09T23:30:30Z
项目社区:https://github.com/saivishwak/SEGNet

开源协议:MIT License

下载


SEGNet

Automated Bone Segmenting and Rendering Application







Introduction

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.

Splash

Developments need to be done

  • Fullscreen mode for widgets
  • Advanced surface properties

Requirements

  • VTK
  • Pyqt5
  • Opencv
  • Numpy

Requirements can be dwonloaded as shown below:

  1. git clone https://github.com/saivishwak/SEGNet.git
  2. cd SEGNet
  3. pip3 install -r requirement.txt (For Linux add sudo)

Running GUI

  1. cd SEGNet
  2. cd src
  3. python3 Main.py

Tested on Windows and Linux

User Interface

  1. Dicom Widget:
  2. mouse_scroll - Change slice
  3. clrt + left_mouse_button - Pan
  4. clrt + mouse_scroll - Zoom
  5. mouse_right_button + drag - Contrast/Brightness
  6. r - Reset view
  7. 3D Renderer:
  8. All basic mouse movements!

MIT License

You can use it absolutely anywhere!

Feel free to make a pull request if you feel that you have to improve this tool