Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 657 Bytes

NRRD_Segmentation_Tool

Useage

  • Use npm
npm install
npm run dev
  • Use yarn
yarn install
yarn dev

Operation

  • Zoom: When your mouse hover on slice image, then use mouse wheel to zoom image.
  • Pan: When your mouse hover on slice image, and use mouse right click on image, then drag image to pan.
  • Undo:
    1. In GUI click undo; or
    2. on keyborad using ctrl+z (windows) / command+z(mac).
  • Switch slice: Press shift on your keyboard (do not release it when you switch slice), then use mouse left click the image to drag up and down. When the switch is made to the image you want, you can release the shift key.