Giter Site home page Giter Site logo

opencv-projects's Introduction

This repo has the OpenCV Repo in it as a Submodule. I'm going to use this repo as a way to store all the various builds of opencv I make over time.

I'm going to be building these for Mac, Windows, and Linux as a I need them.I'm going to follow the same pattern every time and basically make a file build_version.sh for Mac and Linux, and build_version.bat for Windows.

At this time, I am building 4.6.0, so the build script will step into the opencv submodule, checkout the 4.6.0 tag, and then start building.

On Cloning this Repo

If you're not familiar with Git Submodules you can brush up on them here.

Cloning Instructions

# note the extra flag before the repo url
git clone --recurse-submodules https://github.com/sitting-duck/opencv-projects.git

# If you forget to pass --recurse-submodules you can do these two commands
# inside your project after the fact
# your submodules will be empty folders until you do this
git submodule init
git submodule update

Videos

# me exploring building opencv on MacOS with Cuda support
https://www.youtube.com/watch?v=3q81_YBGq10

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.