milk-org / milk-previous-cream

Multi-purpose Imaging Libraries toolKit (milk)
https://milk-org.github.io/milk/
GNU General Public License v3.0
0 stars 0 forks source link
high-performance-computing image processing-language processing-pipelines shared-memory

THIS REPO IS OBSOLETE AND WILL SOON BE REMOVED

Please use milk-package



milk version 0.1.01 (Feb 17, 2019)


IMPORTANT NOTE: milk uses git submodules. Use git clone --recursive (see Downloading and Installing section)


Multi-purpose Imaging Libraries toolKit (milk)

milk is the primary source of nutrition for infant mammals (Wikipedia)

milk is used to prepare delicious drinks with cacao (cacao-org dev team)

code your RTC the milky way

Overview

Set of image processing tools and functions accessible through a command line interface (CLI). Holds images in RAM, with image stream support (shared memory with low-latency IPC support).

Written in C, optimized for performance.

Executable launches a command line interface (CLI). Type "help" in the CLI to get started.

MILK is used by the following packages:

Downloading and installing

The MILK package follows the standard git clone steps and GNU build process :

git clone https://github.com/milk-org/milk
cd milk
git submodule init
git submodule update
autoreconf -i
./configure
make
make install

Note: On OS X you need to use gcc-mp-5 for openMP:

./configure "CC=/opt/local/bin/gcc-mp-5" CPPFLAGS="-I/usr/include/malloc/ -I/opt/local/include/readline" LDFLAGS="-L/opt/local/lib/"

(Replace "/opt/local/" is the location of your installed libraries. )

Reporting bugs, issues

Report bugs and issues on this page

Contributing to project

See coding standards

Documentation

Online documentation

Libraries

The following libraries are used:

If you use NVIDIA GPUs, install cuda and magma libraries, and add "--enable-cuda and --enable-magma" options to the configure command.

Getting Started

All functions are accessible from the command line interface (CLI). Enter the CLI and type "help" for instructions.

    ./bin/milk

LICENCE

GNU General Public License v3.0