Renamed VisualSLAM to SFM example (as no dometry, and to sync with manual)

release/4.3a0
Frank Dellaert 2012-06-13 12:14:50 +00:00
parent 0724bd73f3
commit 89d5f2c4ec
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
% %
% See LICENSE for the license information % See LICENSE for the license information
% %
% @brief A simple visual SLAM example for structure from motion % @brief A structure from motion example
% @author Duy-Nguyen Ta % @author Duy-Nguyen Ta
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Binary file not shown.

View File

@ -22,7 +22,7 @@ function varargout = gtsamExamples(varargin)
% Edit the above text to modify the response to help gtsamExamples % Edit the above text to modify the response to help gtsamExamples
% Last Modified by GUIDE v2.5 12-Jun-2012 00:27:03 % Last Modified by GUIDE v2.5 13-Jun-2012 08:13:23
% Begin initialization code - DO NOT EDIT % Begin initialization code - DO NOT EDIT
gui_Singleton = 1; gui_Singleton = 1;
@ -117,11 +117,11 @@ echo on
PlanarSLAMExample PlanarSLAMExample
echo off echo off
% --- Executes on button press in VisualSLAM. % --- Executes on button press in SFM.
function VisualSLAM_Callback(hObject, eventdata, handles) function SFM_Callback(hObject, eventdata, handles)
axes(handles.axes3); axes(handles.axes3);
echo on echo on
VisualSLAMExample SFMExample
echo off echo off
% --- Executes on button press in VisualISAM. % --- Executes on button press in VisualISAM.