8000 GitHub - haesleinhuepf/processing_imagej
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haesleinhuepf/processing_imagej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone this repository

git clone https://github.com/haesleinhuepf/processing_imagej.git
cd processing_imagej

Open the pom.xml and enter the location of your Fiji installation in this line:

<imagej.app.directory>C:/programs/fiji-win64/Fiji.app/</imagej.app.directory>

Download processing-3.5.4-windows64.zip from processing.org and unpack it to the folder c:/Programs/. If you unzip it to a different directory, please adapt the folder in the pom.xml file. For example in this line:

<systemPath>C:/Programs/processing-3.5.4-windows64/processing-3.5.4/core/library/jogl-all.jar</systemPath>

Build and deploy the project with maven. This will install the plugin to your Fiji installation directory:

mvn install

Go to the processing installation folder /processing-3.5.4/core/library and copy the jogl-all-natives-windows-amd64.jar to jogl-all-natives-windows-amd64.jar.zip. Open this zip file and unpack its sub-directory /natives/ to your Fiji installation directory: Fiji.app/natives/.

Testing the installation

  • run Fiji
  • Open Samples > T1 Head
  • Plugins > Processing.org 3D Viewer

Image

Acknowledgements

Thanks to Jerome Mutterer for his processing.org code running the 3D Viewer!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0