Groupview stereo images and multiple frames
Compare changes
+ 184
− 10
@@ -13,7 +13,11 @@
@@ -13,7 +13,11 @@
@@ -23,6 +27,7 @@ static void from_json(nlohmann::json &json, map<string, Matrix4d> &transformatio
@@ -23,6 +27,7 @@ static void from_json(nlohmann::json &json, map<string, Matrix4d> &transformatio
@@ -36,8 +41,105 @@ static bool loadTransformations(const string &path, map<string, Matrix4d> &data)
@@ -36,8 +41,105 @@ static bool loadTransformations(const string &path, map<string, Matrix4d> &data)
@@ -66,10 +168,11 @@ int main(int argc, char **argv) {
@@ -66,10 +168,11 @@ int main(int argc, char **argv) {
@@ -89,20 +192,91 @@ int main(int argc, char **argv) {
@@ -89,20 +192,91 @@ int main(int argc, char **argv) {