10000 GitHub - wjkaufman/cv-tracking: Java implementation of the opencv library, used to track the trajectory of a basketball.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wjkaufman/cv-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Tracking

Java implementation of the opencv library. Trying to learn by messing around, so this is what it is!

These java classes use opencv (http://opencv.org/).

The end goal of this project is to create an application that will be able to accurately measure the trajectory of a basketball shot. I've experimented with motion tracking, color tracking, and a little bit of face detection (because why not?!).

Object Tracking

This is what I'm really after. The following tutorial (originally written in C++) really helped me understand how opencv worked:

Currently trying to blend two different methods of object tracking, color tracking and motion tracking.

Face Detection

I'm currently looking at some face-detection example code that I found from this video:

This video was very helpful, especially with seeing how to use opencv in Java.

To Do

  • work on the ball class, actually tracking a ball (end end goal)
  • add superclass for trackers (including thresholds, contours, objs, etc.)

About

Java implementation of the opencv library, used to track the trajectory of a basketball.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0