Skip to content
Snippets Groups Projects

Local itk-vtk-viewer

4 files
+ 162
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -151,7 +151,7 @@ def main():
# Make k3d plot
if args.method == 'itk-vtk-viewer':
print("\nGenerating itk-vtk-viewer plot...")
qim3d.viz.itk_vtk_viewer.Viewer("Jou")
qim3d.viz.itk_vtk_viewer.Viewer(args.source)
elif args.method == 'k3d':
volume = qim3d.io.load(str(args.source))
print("\nGenerating k3d plot...")
Loading