Swarm-SLAM
1.0.0
C-SLAM Framework
|
Public Member Functions | |
def | test_add_local_global_descriptor (self) |
def | test_add_other_robot_global_descriptor (self) |
def | test_similarity (self) |
def | test_matches (self) |
def | test_select_candidates0 (self) |
def | test_select_candidates1 (self) |
def | test_select_candidates2 (self) |
Unit tests for sparse matching
Definition at line 23 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_add_local_global_descriptor | ( | self | ) |
Add local keyframe
Definition at line 27 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_add_other_robot_global_descriptor | ( | self | ) |
Add other robot keyframe
Definition at line 38 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_matches | ( | self | ) |
Matches between descriptors
Definition at line 83 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_select_candidates0 | ( | self | ) |
Select candidates
Definition at line 110 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_select_candidates1 | ( | self | ) |
Select candidates No robot 1 in range
Definition at line 141 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_select_candidates2 | ( | self | ) |
Select candidates No robot 0 in range
Definition at line 174 of file test_sparse_matching.py.
def test_sparse_matching.TestSparseMatching.test_similarity | ( | self | ) |
Test that cosine similarity matching gives the same ordering as euclidean distance
Definition at line 51 of file test_sparse_matching.py.