简体   繁体   中英

ImageJ (fiji) compiling plugin

I am developing a plugin for ImageJ (fiji), I followed this tutorial to configure fiji for eclipse.

http://fiji.sc/wiki/index.php/Developing_Fiji_in_Eclipse

Now I am working with the 3D ImageJ Suite and specifically the 3DRoiManager, but I cannot get the plugins to compile in Eclipse using the methodology described in the above tutorial.

Each plugin should have a pom.xml file, I think. Can anyone help me to make the 3DRoiManager run in imageJ from eclipse. Thank you

http://imagejdocu.tudor.lu/doku.php?id=plugin:stacks:3d_ij_suite:start

You do not need to actually load the Fiji source code into Eclipse (which is what the "Developing Fiji in Eclipse" article is about). Rather, you are trying to develop an external ImageJ plugin: the 3D RoiManager. I agree that it is convenient to create a Maven project for it, so that you can easily develop the project in Eclipse, pull in other dependencies, etc.

I suggest using this project as a starting point: https://github.com/imagej/minimal-ij1-plugin

For more information, see this page: http://fiji.sc/Maven

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM