Changeset 855 for trunk/src/mouse_motion.m
- Timestamp:
- Jan 23, 2015, 9:48:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r837 r855 240 240 xround=Field.X(ind_pt); 241 241 yround=Field.Y(ind_pt); 242 % par.Grid=[xround size(Field.A,1)-yround+1];243 242 par.Grid=[xround yround]; 244 243 % mark the correlation box with a rectangle … … 247 246 par.ImageHeight=size(par.ImageA,1); 248 247 par.ImageWidth=size(par.ImageA,2); 249 Param. Civ1=par;248 Param.ActionInput.Civ1=par; 250 249 ibx2=floor((par.CorrBoxSize(1)-1)/2); 251 250 iby2=floor((par.CorrBoxSize(2)-1)/2); … … 269 268 set(hhhh,'Position',[xround-isx2+shiftx yround-isy2+shifty 2*isx2 2*isy2]) 270 269 end 271 [Data,errormsg,result_conv]= civ_matlab(Param); 270 Param.Action.RUN=1; 271 Param.ActionInput.ListCompareMode='PIV'; 272 [Data,errormsg,result_conv]= civ_series(Param); 272 273 if ~isempty(errormsg) 273 274 text_displ_5=errormsg;
Note: See TracChangeset
for help on using the changeset viewer.