Search code examples
androidimage-processingimagej

How to use ImageJ in Android?


I am developing an android application in which I am trying to replicate the mapir plugin of fiji. I have searched on internet and I came to know that ImageJ2 can be useful for this. How to use it in my android project? And is ImageJ2 and ImageLib2 different? Help is being deeply appreciated. Thank You.


Solution

  • ImageJ2 and its foundational layers ImgLib2 and SciJava are designed in a way to avoid any dependencies on AWT or Swing, so they should be compatible with Android. This is being discussed on the ImageJ forum.

    Citing @ctrueden from there:

    Unfortunately, no one is (yet) using ImgLib2 or ImageJ2 on Android in anger. So if you try it, expect numerous obstacles.