Coder Social home page Coder Social logo

fun.imagej's Introduction

FunImageJ

Build Status


FunImageJ is a Lisp/Clojure framework for scientific image processing built upon the ImageJ software ecosystem. The framework provides a natural functional-style for programming, while accounting for the performance requirements necessary in big data processing commonly encountered in biological image analysis.

Note to functional programming folks: many FunImageJ functions treat data as mutable. Images are large and take up lots of memory, we try not to duplicate data unless necessary. If you want to do something non-destructively, then you may need to explicitly use copy functions.

API Documentation

Example code for both standalone and Fiji usage is provided in the test directory of this repository.


Citing:

Kyle I S Harrington, Curtis T Rueden, Kevin W Eliceiri; FunImageJ: a Lisp framework for scientific image processing, Bioinformatics, btx710, https://doi.org/10.1093/bioinformatics/btx710


Usage within ImageJ:

Add an update site like you would usually (see http://fiji.sc/List_of_update_sites)

where the update site is: http://sites.imagej.net/FunImageJ/


Usage within Clojure projects:

Add the following repositories to your project.clj

  :repositories [["imagej-releases"       
                 "http://maven.imagej.net/content/repositories/releases/"]
                 ["imagej-snapshots" "http://maven.imagej.net/content/repositories/snapshots/"]]

Then add the fun.imagej dependency:

[fun.imagej/fun.imagej "0.2.1"]

License:

Apache V2.0

Copyright 2014-2017 Kyle Harrington.

fun.imagej's People

Contributors

ctrueden avatar gitter-badger avatar hinerm avatar kephale avatar timothystiles avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.