Shy
Shy

Reputation: 401

Professional Object Tracking Solution

I want to build a video based tracking software. I can manage the control and display quite easily but the actual object tracking in a video stream is very difficult (color tracking is not an option). Solutions like openCV would probably require a very long learning curve which I can't afford ATM. Are there professional packages which expose a simple API for object tracking? C# and C++ are the preferred languages but other would be fine as well. Price is also less of an issue.

Upvotes: 1

Views: 496

Answers (2)

Dima
Dima

Reputation: 39419

Computer Vision System Toolbox for MATLAB provides tracking functionality. Please check out the following examples:

Generally, a lot depends on the specific problem you are trying to solve. Is the camera moving or stationary? Do you need to track a single object or multiple objects? Does your object have a distinctive color or texture? Does your object move in some predictable way?

Upvotes: 1

Abid Rahman K
Abid Rahman K

Reputation: 52646

Use OpenTLD. It tracks almost anything, but at a time, track only one thing. And code is in matlab.

Upvotes: 0

Related Questions