Public Member Functions | |
def | test_all (self) |
def | test_sets (self) |
Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
def | assertEqualityOnPickleRoundtrip |
def | gtsamAssertEquals (self, actual, expected, tol=1e-9) |
Tests for DSFMap.
Definition at line 22 of file test_DSFMap.py.
def test_DSFMap.TestDSFMap.test_all | ( | self, | |
None | |||
) |
Test everything in DFSMap.
Definition at line 25 of file test_DSFMap.py.
def test_DSFMap.TestDSFMap.test_sets | ( | self, | |
None | |||
) |
Ensure that pairs are merged correctly during Union-Find. An IndexPair (i,k) representing a unique key might represent the k'th detected keypoint in image i. For the data below, merging such measurements into feature tracks across frames should create 2 distinct sets.
Definition at line 40 of file test_DSFMap.py.