Giter Club home page Giter Club logo

ball-tracking's Introduction

Ball-Tracking

Experimental Object Tracking Program Designed for a computer vision class at Portland State University

For this project, I used:

If you want or need to build a VS project and simply use these .cpp files then you'll need to make the take these steps:

  • Make a new, project

    • Choose Visual C++ from Templates
    • Choose Empty Project
    • Name it what you want
  • Right-click on project name in Solution Explorer window, select properties

  • Add these fields to the entries shown here:

    • Properties
      • VC++ Directories
        • Include Directories
          • C:\opencv\build\x86\vc12\lib;C:\opencv\build\include
          • C:\Program Files (x86)\Intel\RSSDK\lib\Win32;C:\Program Files (x86)\Intel\RSSDK\include
        • Library Directories
          • C:\opencv\build\x86\vc12\lib;C:\opencv\build\include
          • C:\Program Files (x86)\Intel\RSSDK\lib\Win32;C:\Program Files (x86)\Intel\RSSDK\include
      • Linker
        • General
          • Additional Library Directories
            • C:\opencv\build\x86\vc12\lib;C:\opencv\build\include
            • C:\Program Files (x86)\Intel\RSSDK\lib\Win32;C:\Program Files (x86)\Intel\RSSDK\include
          • Use Library Dependency Inputs
            • YES
        • Input
          • Additional Depenencies
            • libpxc.lib;libpxc_d.lib;libpxcmd.lib;libpxcmd_d.lib
            • opencv_calib3d2413d.lib;opencv_contrib2413d.lib;opencv_core2413d.lib;opencv_features2d2413d.lib;opencv_flann2413d.lib;opencv_gpu2413d.lib;opencv_highgui2413d.lib;opencv_imgproc2413d.lib;opencv_legacy2413d.lib;opencv_ml2413d.lib;opencv_nonfree2413d.lib;opencv_objdetect2413d.lib;opencv_ocl2413d.lib;opencv_photo2413d.lib;opencv_stitching2413d.lib;opencv_superres2413d.lib;opencv_ts2413d.lib;opencv_video2413d.lib;opencv_videostab2413d.lib

ball-tracking's People

Contributors

casimirsowinski avatar

Watchers

James Cloos 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.