add tooltips for VisualISAM_gui in matlab. Known bug: Figure won't update when run with "Save Figures" enabled.
parent
2b4c0e1b14
commit
0f6ffcd4b2
Binary file not shown.
|
@ -82,7 +82,7 @@ options.showImages = get(handles.showImagesCB,'Value');
|
|||
options.hardConstraint = get(handles.hardConstraintCB,'Value');
|
||||
options.pointPriors = get(handles.pointPriorsCB,'Value');
|
||||
options.batchInitialization = get(handles.batchInitCB,'Value');
|
||||
options.reorderInterval = str2num(get(handles.reorderIntervalEdit,'String'));
|
||||
%options.reorderInterval = str2num(get(handles.reorderIntervalEdit,'String'));
|
||||
options.alwaysRelinearize = get(handles.alwaysRelinearizeCB,'Value');
|
||||
|
||||
% Display Options
|
||||
|
|
Loading…
Reference in New Issue