-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Following the idea you have submitted in the "demonstration proposal" thread, I propose that we try to define together more precisely the perimeter of this demo you are thinking about.
As a beginning:
- This demo should open 2 cameras (needs some update in the common engine)
- Would we include stereo camera calibration ? Or maybe we can make a separate demo for stereo calibration, and this demo would only retrieve the results of previous calibration ?
- We could also include in the stereo calibration demo the computing of the 2 rectification maps
- Then the stereo vision demo would compute (in real time) the disparity map, and optionnaly the depth (e.g. Z = f(X,Y))
So we may have at least 2 démos to specify : the stereo calibration, and the rectification demo.
And from that point surely we can do many more things with reprojected video:
- incrustation of virtual 3d objects
- localization in space (e.g. X,Y,Z) of a specific object, detected through interest points (for instance, it could be very usefull to track precisely the position of a robot / ball / something in real time)
- any other ideas welcome...
What do you think about it? I am sure you have other ideas, please feel free to say!
Also, maybe you have already written some code about thèse subjects?