Skip to content

Object tracking with OpenCV based on stereo camera images

License

Notifications You must be signed in to change notification settings

rpatrik96/3d-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a5f881 · Aug 21, 2018

History

31 Commits
May 7, 2018
May 19, 2018
Apr 1, 2018
May 19, 2018
Aug 21, 2018
May 30, 2018

Repository files navigation

3d-tracking

Author: Patrik Reizinger

General Description:

This project is set up to estimation 3D position and orientation based on 2 webcameras, based on the OpenCV wrapper for Python. The code contains parts for camera calibration (with the standard OpenCV chessboard pattern), rectification and currently disparity map calculation. Other feature included is object tracking - implemented with morphology and HSL-based segmentation.

Todo list:

  • Replace diparity based z-coordinate estimation with geometric calculations