Functions | |
PinholeCamera< Cal3Bundler > | camera2 (data.cameras[1].pose(),*K) |
Point2 | pA (size_t i) |
Point2 | pB (size_t i) |
TEST (EssentialMatrixFactor, extraMinimization) | |
TEST (EssentialMatrixFactor2, extraTest) | |
TEST (EssentialMatrixFactor2, extraMinimization) | |
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 |
const string | filename = findExampleDataFile("5pointExample2.txt") |
boost::shared_ptr< Cal3Bundler > | K = boost::make_shared<Cal3Bundler>(500, 0, 0) |
bool | readOK = readBAL(filename, data) |
EssentialMatrix | trueE (aRb, Unit3(aTb)) |
PinholeCamera<Cal3Bundler> example2::camera2 | ( | data.cameras. | pose()[1], |
* | K | ||
) |
Definition at line 369 of file testEssentialMatrixFactor.cpp.
Definition at line 372 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor | , |
extraMinimization | |||
) |
Definition at line 390 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor2 | , |
extraTest | |||
) |
Definition at line 433 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor2 | , |
extraMinimization | |||
) |
Definition at line 462 of file testEssentialMatrixFactor.cpp.
example2::TEST | ( | EssentialMatrixFactor3 | , |
extraTest | |||
) |
Definition at line 497 of file testEssentialMatrixFactor.cpp.
Definition at line 380 of file testEssentialMatrixFactor.cpp.
Definition at line 384 of file testEssentialMatrixFactor.cpp.
Definition at line 363 of file testEssentialMatrixFactor.cpp.
Definition at line 364 of file testEssentialMatrixFactor.cpp.
double example2::baseline = 10 |
Definition at line 367 of file testEssentialMatrixFactor.cpp.
SfmData example2::data |
Definition at line 361 of file testEssentialMatrixFactor.cpp.
const string example2::filename = findExampleDataFile("5pointExample2.txt") |
Definition at line 360 of file testEssentialMatrixFactor.cpp.
boost::shared_ptr<Cal3Bundler> example2::K = boost::make_shared<Cal3Bundler>(500, 0, 0) |
Definition at line 377 of file testEssentialMatrixFactor.cpp.
Definition at line 362 of file testEssentialMatrixFactor.cpp.
EssentialMatrix example2::trueE(aRb, Unit3(aTb)) |