Code Monkey home page Code Monkey logo

cvfunhouse's Introduction

This project should contain everything you need to build and run CVFunhouse under Xcode 4.5.2. If you run into any problems building or running, please file a bug.

To get started writing your own OpenCV code, try modifying the CVFPassThru example. It contains thorough comments explaining exactly what you need to do. Plus it starts out working, so you can easily tell if you break anything as you hack.

NOTE: CVFunhouse includes a copy of the OpenCV library built as an iOS framework. OpenCV is licensed separately under similar terms. See the file "OpenCV license.txt" for details. For more information on OpenCV (including full source code to the library), see the OpenCV website.

Augmented Reality

The augmented reality demo is currently checked into a separate branch. To use it, enter git checkout augmented-reality on the command line.

Rebasing

If you forked or cloned before 12-Jan-2013, you'll need to rebase your code to have your changes fit into the history properly. To do this:

  • Enter git fetch (Do not use git pull)
  • Enter git rebase -i
  • An editor window will appear.
    • Delete the line that starts: pick 2a02f2a
    • Delete the line that starts: pick 429b656
  • Save the file and close the editor.
  • That's it! You should be good to go from now on.

Sorry for the inconvenience. This should be a one-time occurrence.

cvfunhouse's People

Contributors

jeradesign avatar mshopsin avatar

Watchers

 avatar  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.