dima9911
dima9911
@AmrGablla i just import RenderEngine and have this issue. do not try add more code, because `vue-cli-service serve` crashed. i think problem there `actorEntry?.actor;` probably my webpack file loader do...
Hello dear @sedghi any update for this? i try to export/input brush data with cornerstoneTools.segmentation.state any methods, but nothing help Can you give some time estimate for this feature?
@sedghi i have stack viewport with cornerstone3d library. 1. i try to draw with brush tool circular on stack viewport, 2. then i want export brush tool data, save to...
@abby0127 @napest @sedghi i solved it. the problem was in the **optional chaining** characters. for example like this ``` image.isPreScaled = image.isPreScaled || image.preScale?.scaled; ``` vue-cli of the old versions...
@jlopes90 how can i get segmentations in arrayBuffer format? is it SEG file?
@jlopes90 libCornerstone.adapters do not exist. my version: "@cornerstonejs/core": "^1.65.3"
@jlopes90 i import @cornerstonejs/adapters and find function generalToolState. but when use this, catch some error in _adapters.es.js_ at 1660 row. **generalImageModule** from metaData is undefined.  but for example **imagePlaneModule**...
@jlopes90 @sedghi can i used it with clear cornerstone without OHIF? i want to import SEG dcm file (as array buffer) for my volume viewport
@sedghi @jlopes90 thank you very much for this example its safe me. the last question for this: how i can clear brush (all strategies for example circularBrush) state? **brush set...