Changeset 548 for trunk/src/civ.m
- Timestamp:
- Oct 10, 2012, 11:25:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r547 r548 3776 3776 set(0,'CurrentFigure',hview_field) 3777 3777 hhview_field=guihandles(hview_field); 3778 set(hview_field,'CurrentAxes',hhview_field. axes3)3778 set(hview_field,'CurrentAxes',hhview_field.PlotAxes) 3779 3779 ViewData=get(hview_field,'UserData'); 3780 3780 ViewData.CivHandle=handles.civ;% indicate the handle of the civ GUI in view_field 3781 ViewData. axes3.B=imread(filecell.ima2.civ1{1});%store the second image in the UserData of the GUI view_field3782 ViewData. axes3.X=Grid.Civ1_X; %keep the set of points in memeory3783 ViewData. axes3.Y=Grid.Civ1_Y;3781 ViewData.PlotAxes.B=imread(filecell.ima2.civ1{1});%store the second image in the UserData of the GUI view_field 3782 ViewData.PlotAxes.X=Grid.Civ1_X; %keep the set of points in memeory 3783 ViewData.PlotAxes.Y=Grid.Civ1_Y; 3784 3784 set(hview_field,'UserData',ViewData) 3785 3785 corrfig=findobj(allchild(0),'tag','corrfig');% look for a current figure for image correlation display
Note: See TracChangeset
for help on using the changeset viewer.