|
Swarm-SLAM
1.0.0
C-SLAM Framework
|
Public Member Functions | |
| def | __init__ (self, params, node) |
| def | compute_embedding (self, keyframe) |
Public Attributes | |
| node | |
| params | |
| shape | |
| max_length | |
Scan Context descriptor for point clouds From: https://github.com/irapkaist/scancontext
Definition at line 3 of file scancontext.py.
| def scancontext.ScanContext.__init__ | ( | self, | |
| params, | |||
| node | |||
| ) |
Definition at line 8 of file scancontext.py.
| def scancontext.ScanContext.compute_embedding | ( | self, | |
| keyframe | |||
| ) |
Definition at line 14 of file scancontext.py.
| scancontext.ScanContext.max_length |
Definition at line 12 of file scancontext.py.
| scancontext.ScanContext.node |
Definition at line 9 of file scancontext.py.
| scancontext.ScanContext.params |
Definition at line 10 of file scancontext.py.
| scancontext.ScanContext.shape |
Definition at line 11 of file scancontext.py.