[vtkusers] How to read Particular Series from DICOM Study
rohit
rppatil3210 at gmail.com
Fri Feb 23 05:06:20 EST 2018
Thanks for the link I have build this the build according to that. but
getting error like this
java.lang.UnsatisfiedLinkError: no vtkChartsCoreJava in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:236)
at vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:171)
at dll_check.<clinit>(dll_check.java:9)
java.lang.UnsatisfiedLinkError: no vtkCommonColorJava in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:236)
at vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:171)
at dll_check.<clinit>(dll_check.java:9)
I have followed also http://shashikahk.blogspot.in/
<http://shashikahk.blogspot.in/> this link for the build with vtk-dicom
On in it. Build correctly without any error.
Basically I am doing like this.
I have used
VTK - VTK-8.0.0.rc1 from VTK link
cmake - cmake-3.9.6-win32-x86
VS - Visual Studio 12 2013 Win64, in debug mode running as administrator.
After building all as per link above, I got dll's and vtk.jar in bin folder.
Is this correct method to do that ?
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list