-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More improvements to occlusion estimation for point tracking (#285)
* Fix half-pixel error in query points for point tracking * More improvements to occlusion estimation. Depth map interpolation used raster coordinates rather than pixel. We also detect occlusions by detecting when the point appears on the wrong segment in 2D, and when its surface normal faces away from the camera. This helps deal with very thin objects, where the depth map alone is unreliable.
- Loading branch information
Showing
1 changed file
with
175 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters