Expand description
§silhouette based 3D object tracking
implements “RAPID-a video rate object tracker” harris1990rapid with the dynamic control point extraction of drummond2002real
Modules§
Structs§
- Rapid_
GOSTracker - implements “Global optimal searching for textureless 3D object tracking” wang2015global
- Rapid_
OLSTracker - implements “Optimal local searching for fast and robust textureless 3D object tracking in highly cluttered backgrounds” seo2013optimal
- Rapid_
Rapid - wrapper around rapid function for uniform access
- Rapid_
Tracker - Abstract base class for stateful silhouette trackers
Traits§
- Rapid_
GOSTracker Trait - Mutable methods for crate::rapid::Rapid_GOSTracker
- Rapid_
GOSTracker Trait Const - Constant methods for crate::rapid::Rapid_GOSTracker
- Rapid_
OLSTracker Trait - Mutable methods for crate::rapid::Rapid_OLSTracker
- Rapid_
OLSTracker Trait Const - Constant methods for crate::rapid::Rapid_OLSTracker
- Rapid_
Rapid Trait - Mutable methods for crate::rapid::Rapid_Rapid
- Rapid_
Rapid Trait Const - Constant methods for crate::rapid::Rapid_Rapid
- Rapid_
Tracker Trait - Mutable methods for crate::rapid::Rapid_Tracker
- Rapid_
Tracker Trait Const - Constant methods for crate::rapid::Rapid_Tracker
Functions§
- convert_
correspondencies - Collect corresponding 2d and 3d points based on correspondencies and mask
- convert_
correspondencies_ def - Collect corresponding 2d and 3d points based on correspondencies and mask
- draw_
correspondencies - Debug draw markers of matched correspondences onto a lineBundle
- draw_
correspondencies_ def - Debug draw markers of matched correspondences onto a lineBundle
- draw_
search_ lines - Debug draw search lines onto an image
- draw_
wireframe - Draw a wireframe of a triangle mesh
- draw_
wireframe_ def - Draw a wireframe of a triangle mesh
- extract_
control_ points - Extract control points from the projected silhouette of a mesh
- extract_
line_ bundle - Extract the line bundle from an image
- find_
correspondencies - Find corresponding image locations by searching for a maximal sobel edge along the search line (a single row in the bundle)
- find_
correspondencies_ def - Find corresponding image locations by searching for a maximal sobel edge along the search line (a single row in the bundle)
- rapid
- High level function to execute a single rapid harris1990rapid iteration
- rapid_
def - High level function to execute a single rapid harris1990rapid iteration