Re: Ij-plugins-users Digest, Vol 2, Issue 1

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Ij-plugins-users Digest, Vol 2, Issue 1

by keesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gao shu,

Please try the following procedure.
Installing the binaries is much easier than building from source code.
Let me know if you encounter any problems.

I've mainly worked with the volume rendering plugin,
so I don't know how complete the API is.
Although VTK does support Java bindings, so much should be possible.
e.-
===

  This a an alpha release of ij-VTK plugins. Some plugins are still in
prototype
! stage (Volume Rendering, Surface Rendering, to some extend Color
Histogram).

  ij-VTK home page is at: http://ij-plugins.sourceforge.net/ij-vtk/
--- 18,22 ----

  This a an alpha release of ij-VTK plugins. Some plugins are still in
prototype
! stage (Volume Rendering, Surface Rendering, Color Histogram).

  ij-VTK home page is at: http://ij-plugins.sourceforge.net/ij-vtk/
***************
*** 28,31 ****
--- 28,51 ----
  http://sourceforge.net/cvs/?group_id=44711

+ Current version of ij-VTK is tested with VTK CVS snapshot 2005-06-17. The
VTK
+ snapshot source code can be downloaded from VTK CVS (see http://vtk.org
for
+ more details). Packaged version of VTK source and binaries for Linux and
+ windows are available from ij-plugins website:
+
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=15625
8
+
+
+ -------------------
+ System Requirements
+ -------------------
+
+ *) Java 1.4 or better (http://java.sun.com)
+
+ *) Image 1.34n or better (http://rsb.info.nih.gov/ij/download.html)
+
+ *) ij-plugins Toolkit (http://ij-plugins.sourceforge.net)
+
+ *) VTK with Java bindings (http://vtk.org or
+
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=15625
8)
+

  -------------------------
***************
*** 33,46 ****
  -------------------------

  To use those plugins you need to build VTK library with Java bindings
yourself.
! The ij-VTK source contains snapshot of VTK source code that was tested to
! work with ij-VTK (src/cxx/VTK_src_2004-05-16.tar.gz). More about VTK can
be
! found at: http://vtk.org/. Some additional info about using VTK with Java
is at:
  http://ij-plugins.sourceforge.net/vtk-examples/.

! 1) Build VTK with Java bindings enabled.

  2) Add location of VTK dynamic libraries to your system PATH variable (on
! Windows) or LD_LIBRARY_PATH (on Linux/Unix).

  3) Copy vtk.jar (create while building VTK) to ImageJ plugins directory.
--- 53,122 ----
  -------------------------

+ Installing on Windows using ImageJ with bundled JRE 5.0
+ -------------------------------------------------------
+
+ 1) Download ImageJ installer with bundled JRE 5.0 from:
+    http://rsb.info.nih.gov/ij/download.html
+    There are two bundled installers. One with JRE 1.3 and one with JRE 5.
+    Make sure that you select JRE 5.0, ij-VTK require Java 1.4 or better.
+
+ 2) Run the ImageJ installer.
+
+ 3) Download ij-plugins Toolkit binaries from:
+
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=37246
+    (select ij-pluginstoolkit_bin_*.zip)
+
+ 4) Unpack ij-pluginstoolkit_bin_*.zip into ImageJ plugins directory. It is
+    typically: C:\Program Files\ImageJ\plugins
+
+ 5) Download VTK binaries from:
+
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=15625
8
+    (select VTK_*_bin_Windows.zip)
+
+ 6) Unpack VTK_*_bin_Windows.zip into ImageJ plugins directory. It will
create
+    subdirectory called VTK_* where * represents version, e.g.,
VTK_2005-06-17.
+
+ 7) Add VTK binaries directory to you system path variable:
+
+    a) Go to Start/Control Panel/System
+
+    b) Click on Advanced tab
+
+    c) Click on Environment Variables button
+
+    d) Select variable named Path and click Edit
+
+    e) At the end of variable value add location of VTK binaries directory
+       proceeded by semicolon, e.g.,
+       ;C:\Program Files\ImageJ\plugins\VTK_2005-06-17
+       Be careful not to erase current value of path variable, location of
+       VTK binaries needs to be added at the end of existing value.
+
+ 8) Download ij-VTK binaries from:
+
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=37246
+    (select ij-pluginstoolkit_bin_*.zip)
+
+ 9) Unpack ij-pluginstoolkit_bin_*.zip into ImageJ plugins directory.
+
+ 10) Restart ImageJ. Under menu Plugins you should see submenu VTK. To
verify
+    installation select "Plugins"/"VTK"/"VTK Version ..." you should see a
+    message dialog that displays version number reported by VTK.
+
+
+ installing on using VTK source code (Windows or Linux)
+ ------------------------------------------------------
+
  To use those plugins you need to build VTK library with Java bindings
yourself.
! Snapshot of VTK source code tested with ij-VTK is available at:
!
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=15625
8
! More about VTK can be found at: http://vtk.org/. Some additional info
about
! using VTK with Java is at:
  http://ij-plugins.sourceforge.net/vtk-examples/.

! 1) Build VTK with Java bindings enabled, also enable modules Hybrid,
Rendering,
!    and VolumeRendering.

  2) Add location of VTK dynamic libraries to your system PATH variable (on
!    Windows) or LD_LIBRARY_PATH (on Linux/Unix).

  3) Copy vtk.jar (create while building VTK) to ImageJ plugins directory.


Binaries and packaged source code for VTK from CVS 2005-06-17 are
available from ij-plugins website. Here is a direct link:
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=15625
8

Binaries for Windows are ready, binaries for Linux (FC3) will be
uploaded soon (may be there before you read this :).

Note that you need the most recent ij-VTK from CVS to work with those
binaries (e.g. 2005-06-24). Updated binaries for ij-VTK, v.0.6, will be
released soon.

===
----- Original Message -----
From: <ij-plugins-users-request@...>
To: <ij-plugins-users@...>
Sent: Monday, August 14, 2006 2:12 PM
Subject: Ij-plugins-users Digest, Vol 2, Issue 1


> Send Ij-plugins-users mailing list submissions to
> ij-plugins-users@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
> or, via email, send a message with subject or body 'help' to
> ij-plugins-users-request@...
>
> You can reach the person managing the list at
> ij-plugins-users-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ij-plugins-users digest..."
>
>
> Today's Topics:
>
>    1. Many thanks! (shu gao)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 14 Aug 2006 10:35:53 +0000
> From: "shu gao" <gshu418@...>
> Subject: [Ij-plugins-users] Many thanks!
> To: ij-plugins-users@...
> Message-ID: <BAY107-F1360E8CCA50D7A16698D55FB4E0@...>
> Content-Type: text/plain; format=flowed
>
> Dear all,
>     I am developing web service using VTK.So I need to use VTK from java.I
> am
> interesting in ij-VTK.But I have some questions as follows:
> 1)I am just wondering if ij-vtk implements all the function of VTK.Where
> Could I have the
> api documentation for ij-VTK?
> 2)I always fail in running the VTK-Example you provided
> http://ij-plugins.sourceforge.net/vtk-examples/
> .Could you tell me how to install ij-VTK and run the VTK-Example step by
> step and from scratch?I am using Windows XP.Many thanks.
> in advance.
>
> Kind regards,
> Gao shu
>
> _________________________________________________________________
> Windows LiveT Messenger has arrived. Click here to download it for free!
> http://imagine-msn.com/messenger/launch80/?locale=en-gb
>
>
>
>
> ------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier

> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> ------------------------------
>
> _______________________________________________
> Ij-plugins-users mailing list
> Ij-plugins-users@...
> https://lists.sourceforge.net/lists/listinfo/ij-plugins-users
>
>
> End of Ij-plugins-users Digest, Vol 2, Issue 1
> **********************************************
>
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ij-plugins-users mailing list
Ij-plugins-users@...
https://lists.sourceforge.net/lists/listinfo/ij-plugins-users