Player_Neo
Player_Neo

Reputation: 1675

API availability to track other objects apart from human gesture for Windows Kinect

APIs shipped with MS Windows Kinect SDK is all about program around Voice, Movement and Gesture Recognition related to humans.

Is there any open source or commercial APIs for tracking & recognizing dynamically moving objects like vehicles for its classification.

  1. Is it feasible and good approach of employee Kinect for Automated vehicle classification than traditional image processing approaches
  2. Even image processing technologies have made remarkable innovations, why fully automated vehicle classification is not used at Most of the toll collection.
  3. why existing technologies (except RFID approach) failing to classify the vehicle (i.e, they are not yet 100% accurate in classifying) or is there any other reasons apart from image processing.

Upvotes: 1

Views: 358

Answers (1)

Nicholas Pappas
Nicholas Pappas

Reputation: 10624

You will need to use a regular image processing suite to track objects that are not supported by the Kinect API. A few being:

There is no library that directly supports the depth capabilities of the Kinect, to my knowledge. As a result, using the Kinect over a regular camera would be of no benefit.

Upvotes: 1

Related Questions