File tree Expand file tree Collapse file tree 6 files changed +0
-10
lines changed
Expand file tree Collapse file tree 6 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 11#include < features/hahog.h>
22
3- #include < iostream>
43#include < vector>
54
65extern " C" {
Original file line number Diff line number Diff line change 11#include < features/matching.h>
2- #include < foundation/optional.h>
32#include < foundation/python_types.h>
43#include < foundation/types.h>
54#include < pybind11/pybind11.h>
65
7- #include < cassert>
86#include < limits>
97#include < map>
108#include < opencv2/core/core.hpp>
Original file line number Diff line number Diff line change 11#include < foundation/newton_raphson.h>
22#include < foundation/numeric.h>
33
4- #include < iostream>
5-
64namespace foundation {
75Eigen::Matrix3d SkewMatrix (const Eigen::Vector3d& v) {
86 Eigen::Matrix3d m;
Original file line number Diff line number Diff line change 11#include < geometry/camera.h>
22
3- #include < iostream>
4-
53namespace geometry {
64Camera::Camera (const ProjectionType& type,
75 const std::vector<Camera::Parameters>& types,
Original file line number Diff line number Diff line change 1515#include < pybind11/pybind11.h>
1616#include < pybind11/stl.h>
1717
18- #include < iostream>
19- #include < typeinfo>
2018namespace py = pybind11;
2119
2220template <typename T>
Original file line number Diff line number Diff line change 88#include < cmath>
99#include < memory>
1010#include < stdexcept>
11- #include < unordered_set>
1211
1312namespace {
1413void AssignShot (map::Shot& to, const map::Shot& from) {
You can’t perform that action at this time.
0 commit comments