GithubHelp home page GithubHelp logo

icaroalvarez / cv-pipeline Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.02 MB

Visually testing image processors

CMake 21.49% C++ 78.51%
image-processors trompeloeil cmake conan cpp17 catch2 bdd tdd opencv

cv-pipeline's Introduction

CV-Pipeline - Computer Vision Pipeline.

Process images through a pipeline of image processors. Configure and tune the processors and see the result in real time.

Installing external dependencies

Dependencies managed by conan

Run the following script for installing the dependencies:

mkdir .conan && cd .conan
conan install ..

Building the project

Using CMake

To compile any target in the project, you can directly use CMake. Create a build directory manually and generate the Makefiles in it.

mkdir build && cd build
cmake ..
make

Using image processor pipeline

Technical Features

  • Modern C++17 (std::variant, std::visit).
  • Testing and mocking with Catch2 and Trompeloeil frameworks.
  • Testing coverage using lcov.
  • Acceptance Test Driven Development (ATDD) and Behavior-Driven Development (BDD).
  • Build system with Modern CMake.
  • Conan as dependency manager.
  • Multi-threading synchronization with condition variables.
  • Template specialization

cv-pipeline's People

Contributors

icaroalvarez avatar

Stargazers

 avatar

Watchers

 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.