Functions | |
PinholeCamera< Cal3Bundler > | camera2 (data.cameras[1].pose(), trueK) |
Point2 | pA (size_t i) |
Point2 | pB (size_t i) |
TEST (EssentialMatrixFactor, extraMinimization) | |
TEST (EssentialMatrixFactor2, extraMinimization) | |
TEST (EssentialMatrixFactor2, extraTest) | |
TEST (EssentialMatrixFactor3, extraTest) | |
Vector | vA (size_t i) |
Vector | vB (size_t i) |
Variables | |
Rot3 | aRb = data.cameras[1].pose().rotation() |
Point3 | aTb = data.cameras[1].pose().translation() |
double | baseline = 10 |
SfmData | data = SfmData::FromBalFile(filename) |
const string | filename = findExampleDataFile("5pointExample2.txt") |
std::shared_ptr< Cal3Bundler > | K = std::make_shared<Cal3Bundler>(trueK) |
EssentialMatrix | trueE (aRb, Unit3(aTb)) |
Cal3Bundler | trueK = Cal3Bundler(500, 0, 0) |
PinholeCamera<Cal3Bundler> example2::camera2 | ( | data.cameras. | pose()[1], |
trueK | |||
) |
Definition at line 590 of file testEssentialMatrixFactor.cpp.
Definition at line 591 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor | , |
extraMinimization | |||
) |
Definition at line 607 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor2 | , |
extraMinimization | |||
) |
Definition at line 670 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor2 | , |
extraTest | |||
) |
Definition at line 649 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor3 | , |
extraTest | |||
) |
Definition at line 706 of file testEssentialMatrixFactor.cpp.
Definition at line 597 of file testEssentialMatrixFactor.cpp.
Definition at line 601 of file testEssentialMatrixFactor.cpp.
Definition at line 584 of file testEssentialMatrixFactor.cpp.
Definition at line 585 of file testEssentialMatrixFactor.cpp.
double example2::baseline = 10 |
Definition at line 588 of file testEssentialMatrixFactor.cpp.
Definition at line 583 of file testEssentialMatrixFactor.cpp.
const string example2::filename = findExampleDataFile("5pointExample2.txt") |
Definition at line 582 of file testEssentialMatrixFactor.cpp.
std::shared_ptr<Cal3Bundler> example2::K = std::make_shared<Cal3Bundler>(trueK) |
Definition at line 594 of file testEssentialMatrixFactor.cpp.
EssentialMatrix example2::trueE(aRb, Unit3(aTb)) |
Cal3Bundler example2::trueK = Cal3Bundler(500, 0, 0) |
Definition at line 593 of file testEssentialMatrixFactor.cpp.