Coder Social home page Coder Social logo

kuravih / milk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from milk-org/milk

0.0 0.0 0.0 5.31 MB

Modular Image processing Library toolKit (milk) :telescope:

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

Shell 3.32% C++ 0.91% Python 0.60% C 93.12% CMake 1.54% Yacc 0.36% Lex 0.13% Dockerfile 0.03%

milk's Introduction

License: GPL v3

Latest Version: latesttag

Branch Build Docker Deployment Activity
main CMake badge CMake badge lastcommit
dev CMake badge CMake badge 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

Compile

Check required package in Dockerfile.

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

Set environment variables (.bashrc or equivalent):

  • MILK_ROOT: Source code directory, for example "/home/coldpenguin/src/milk"
  • MILK_INSTALLDIR: Installation directory, for example "/usr/local/milk"
  • MILK_SHM_DIR: Shared memory directory, for exmaple "/milk/shm"

Check installation (from any directory) :

milk-check

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

milk's People

Contributors

oguyon avatar dasvinch avatar a-sevin avatar nour-sf avatar jaredmales avatar floferreira avatar drbitboy avatar guptavaibhav0 avatar ajameson avatar joseph-long avatar janis-hag 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.