No commit activity in last 3 years
No release in over 3 years
Helper code and some extensions for the ImageAnalysisTools package at http://cjfuller.github.com/imageanalysistools/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RImageAnalysisTools

This package wraps the ImageAnalysisTools library and provides additional ruby methods for easier scripting.

Requirements

Requires JRuby (since the library it depends on is written in java). Not tested on versions prior to 1.7.

Installation

gem install rimageanalysistools

This will fetch the gem from the latest version from rubygems.org.

Usage

require 'rimageanalysistools'

This will load the ImageAnalysisTools library and a few basic convenience methods included within that library. More functionality can be added separately by requiring individual files, e.g.:

require 'rimageanalysistools/get_image'

License

RImageAnalysisTools is licensed under the MIT/X11 license (see LICENSE file for exact text). Dependencies of the ImageAnalysisTools library may use separate licenses. See the license information in the ImageAnalysisTools repository for more information.