Giter VIP home page Giter VIP logo

xtmcv's Introduction

XTMCV

A small C wrapper for OpenCV 4 designed primarily for binding to Extempore.

Prerequisites

You will need to build (statically) opencv 4. Make sure you also do the install step You should end up with a directory with libs and include.

At the time of writing this readme this was expected to look something like:

On Windows

install/include/opencv2 install/x64/vc15/staticlib

On OSX ??

Building

You need to provide the path (CV4_DIR) to the opencv build install directory.

Windows example

cmake -A x64 -D CV4_DIR:PATH="D:/Downloads/opencv-4.0.1/build/install" ../ cmake --build . --config Release

THANKS

This project was bootstrapped by pilfering parts of the GoCV project. https://github.com/hybridgroup/gocv/blob/master/README.md

License

Licensed under the Apache 2.0 license.

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.