joseph-long / milk

Modular Image processing Library toolKit (milk) :telescope:

Home Page:https://milk-org.github.io/milk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

Latest Version: latesttag

Branch Build Docker Deployment Travis-CI Activity
main CMake badge CMake badge Build Status lastcommit
dev CMake badge CMake badge Build Status dev lastcommit

Code metrics (dev branch) : CodeScene Code Health CodeScene System Mastery Codacy Badge CodeFactor


Milk

milk-core for milk package.

Module inclues key frameworks :

  • image streams : low-latency shared memory streams
  • processinfo : process management and control
  • function parameter structure (FPS) : reading/writing function parameters

Download

git clone https://github.com/milk-org/milk.git
cd milk
./fetch_milk_dev.sh

Compile

Standard compile:

mkdir _build
cd _build
cmake ..
make
sudo make install

Compile with Python module (check script help with -h option for details):

./compile.sh $PWD/local

Interactive tutorial

Pre-requisites: tmux, nnn

milk-tutorial

Adding plugins

Compile with cacao plugins:

./fetch_cacao_dev.sh
./compile.sh $PWD/local

Compile with coffee plugins:

./fetch_coffee_dev.sh
./compile.sh $PWD/local

About

Modular Image processing Library toolKit (milk) :telescope:

https://milk-org.github.io/milk/


Languages

Language:C 90.7%Language:Shell 4.8%Language:C++ 1.4%Language:CMake 1.3%Language:Python 1.0%Language:Yacc 0.6%Language:Lex 0.2%Language:Dockerfile 0.0%