Git Product home page Git Product logo

fipp's Introduction

FIPP

Fast Image Processing Pipeline Systeme implemented in C++17 without bigger dependencies. See wiki for further informations. Plugins for FIPP are located in FIPP-Plugins. FIPP imageProcessing Library is planned as direct interface between FIPP and opencv/nppi.

Build and Test

Build

This project depends on the libstdc++11 ABI. Conan needs to be updated to this ABI: conan profile update settings.compiler.libcxx=libstdc++11 default

The last two lines are the important ones, otherwise gtest will fail.

Than do the normal stuff:

mkdir build
cd build
conan install ..
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE=ON ..
cmake --build ..

fipp's People

Contributors

mual-de avatar

Stargazers

 avatar

Watchers

 avatar

fipp's Issues

Creating an automated deb build pipeline

Releases of FIPP should be packed as a debian package for Ubuntu. This would make the access to FIPP a lot easier for users without knowledge of cmake.
Also FIPP-Plugins should be available as Debian packages to resolve dependencies on a higher level.

  • Solve as github actions with automatic build & release management

Create a python interface with cppyy

PipelineBuilder and ExternalInput should be available as Python Interfaces to send image data to a pipeline from various sources with existing python interfaces.
A lot of developers use python for creating drafts and interactive demos to later implement in c++ for realtime/time critical applications so it seems to be a valuable feature.

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.