OceanShape / STL-guideline-editor

Edit STL model using guideline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL-guideline-editor

STL-guideline-editor is .csv data exporter from X-ray image using guideline.

image

Environment

  • OS: Windows 10
  • Language: C++14/xml(Qt UI)
  • Framework: Qt(Core/Gui/Widgets)
  • IDE: Visual Studio 2019

How to Build

  1. Install Visual Studio 2019
  2. Install Qt for Windows
    • Download and run Qt installer.
    • Create account and select Custom installation.
      • Install only Qt 5.15.2, Qt designer, Qt debugging for windows.
  3. Add Qt to Visual Studio(use Extensions)
    • Search and install Qt Visual Studio Tools in Manage Extensions.

    • Select ExtensionsQT VS ToolsQt Versions.
    • Add qmake.exe(find bin folder in installed qt directory) to list in add new Qt version.
  4. Build and run

How to Use

  • Left screen is AP image, and Right screen is LAT image.
  • After setting all the guidelines, you can save and create a .csv file.
  • There are four menus, and four guideline types.
    • New/Open: Create new/different image set for data. Before setting a guideline, you must select two image(AP/LAT).
    • Save: Convert data to .csv. Before converting data, you must set all guidelines.
    • Close: Close current program.
    • baseline: Change baseline mode for world coordinates.
    • spine: Change spine mode for setting five spines per image. If you draw four dots, guideline-editor automatically creates a single bone.
    • spinous-process: Change spinous process mode.
    • pelvis: Change pelvis mode. This mode just for AP.
    • tailbone: Change tailbone mode. This mode just for LAT.
  • You can add symptom/remarks by note in Symptom/Remarks(proof)
  • If you want sample, download this images.

About

Edit STL model using guideline.


Languages

Language:C++ 99.5%Language:C 0.5%