ImageJ package for R [closed]

我们两清 提交于 2019-12-07 22:56:58

问题


I'm looking for an integration of ImageJ and R. There was a package called RImageJ as referenced in [1][2] for previous versions of R (I'm using R 3.1.2 (2014-10-31) -- "Pumpkin Helmet" ) but it isn't available anymore.

Basically what I'd like to try is a region growing algorithm over an image in R. Does anybody know about an updated version of RImageJ or another package allowing this algorithm?.

Thanks ;)

[1] http://romainfrancois.blog.free.fr/index.php?category/R-package/RImageJ [2] http://cmci.embl.de/documents/101105ij_r_jython#using_imagej_from_r


回答1:


The Bio7 project is a version of ImageJ which features integration with R, among other improvements.

It is also worth mentioning that the ImageJ2 project has a project under development called scripting-r, which seeks to provide a JSR-223-compliant scripting language built on top of RServe. However, it is not yet functional. Once it is, it will be possible to execute R code as a script from within ImageJ's Script Editor.

Edit 2016-09-26: As of this writing, the SciJava scripting-r project is now built on Renjin, an implementation of R on top of the JVM. Huzzah!




回答2:


I've used the pixmap package to do image processing in the past, but it's pretty bare-bones. It might also be worth looking into the package geomorph.



来源:https://stackoverflow.com/questions/28352595/imagej-package-for-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!