From 6c16e89202f9e1a867d7b52f8935d0fe95de59ff Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 4 Jan 2019 10:59:40 +0000 Subject: [PATCH] typo: rename sfm sample --- ...jectory_reconstruccion.cpp => trajectory_reconstruction.cpp} | 0 .../sfm_trajectory_estimation.markdown | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/sfm/samples/{trajectory_reconstruccion.cpp => trajectory_reconstruction.cpp} (100%) diff --git a/modules/sfm/samples/trajectory_reconstruccion.cpp b/modules/sfm/samples/trajectory_reconstruction.cpp similarity index 100% rename from modules/sfm/samples/trajectory_reconstruccion.cpp rename to modules/sfm/samples/trajectory_reconstruction.cpp diff --git a/modules/sfm/tutorials/sfm_trajectory_estimation/sfm_trajectory_estimation.markdown b/modules/sfm/tutorials/sfm_trajectory_estimation/sfm_trajectory_estimation.markdown index e01373483..beca4c4df 100644 --- a/modules/sfm/tutorials/sfm_trajectory_estimation/sfm_trajectory_estimation.markdown +++ b/modules/sfm/tutorials/sfm_trajectory_estimation/sfm_trajectory_estimation.markdown @@ -14,7 +14,7 @@ In this tutorial you will learn how to use the reconstruction api for camera mot Code ---- -@include sfm/samples/trajectory_reconstruccion.cpp +@include sfm/samples/trajectory_reconstruction.cpp Explanation -----------