Changeset 444 for trunk/src/civ.m
- Timestamp:
- Jun 7, 2012, 9:56:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r441 r444 3958 3958 Data.ListVarName={'ny','nx','A'}; 3959 3959 Data.VarDimName= {'ny','nx',{'ny','nx'}}; 3960 3960 3961 Data.A=imread(filecell.ima1.civ1{1}); % read the first image 3961 3962 if ndims(Data.A)==3 %case of color image … … 3966 3967 Data.CoordUnit='pixel';% used to set equal scaling for x and y in image dispaly 3967 3968 par_civ1=read_GUI(handles.Civ1); 3969 par_civ1.FileTypeA=get_file_type(filecell.ima1.civ1{1}); 3968 3970 par_civ1.ImageWidth=size(Data.A,2); 3969 3971 par_civ1.ImageHeight=size(Data.A,1);
Note: See TracChangeset
for help on using the changeset viewer.