cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
574 stars 456 forks source link

[New Plugin] SyncBrush; real-time 3D segmentation #1372

Open plantarflex opened 3 years ago

plantarflex commented 3 years ago

Description

Folks, I implemented a plugin brush tool that shows segmentation of axial, coronal, and sagittal simultaneously. This uses cornerstone-side-image-loader which was also implemented to do multiplanar-reconstruction(MPR) new sagittal and coronal images from existing axial images.

92598259-8a4cac00-f2e3-11ea-9224-79a21f3b62a0

I maintain this in my repository, and you can see a ilve example HERE

Also published this plugin to NPM repository

It wll be glad to browse my links. Thank you!

ayamgorengtelur commented 3 years ago

heyy, sorry to disturb you but can you guide me on how to create new tools? i want to create cardiothoracic ratio(CTR) and it will be very helpful if you can help me or give me some example on how and where to start. Thank you!

plantarflex commented 3 years ago

@ayamgorengtelur you might want to check the examples and their codelines on cornerstonetools HERE