VTKPlugin
VTKPlugin copied to clipboard
OHIF Plugin for The Visualization Toolkit (VTK)
When trying to load the volume renderer on https://vtk-plugin.ohif.org/?url=https://s3.eu-central-1.amazonaws.com/ohif-viewer/JSON/PTCTStudy.json nothing is happening other than an error in the console `TypeError: Cannot read property 'getImageData' of undefined at VolumeRenderingPlugin.setupViewport`
first of all ,my english isn't very well.so sorry I can't find out OHIF.plugins need help
Hello there, I am running into this error when trying to load the plugin: TypeError: Cannot read property 'getImageData' of undefined at VolumeRenderingPlugin.setupViewport (main.js?986.5500000305474:59) at 008a74a72da5af5b95bbc47fe6c1f8d714786336.js:175 at Array.forEach () at...
Allow for undefined study description. Also, position volume in anterior view in simple Axial scan.
Cross product vectors were reversed causing sign change.
Add patient name, study date, and appropriate meta data that is in mpr view.
In MPR views, window level defaults are not in correct range for data.
In OHIF we have a resize handler which is debounced to fire 100ms after resizing stops. This prevents needless re-computation / redraws while the browser is being resized (or the...
We will want to add some UI elements to change the transfer function of the rendered viewports. We don't need to add the UI elements as part of this issue,...