/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to automate_image.m

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-12 14:31:16 UTC
  • Revision ID: csa@dside.dyndns.org-20100812143116-4fy9kj5x4tlcgead
Few more fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    % Start image correlation using cpcorr.m
122
122
    g = waitbar(0,sprintf('Processing images'));        % initialize the waitbar
123
123
    set(g,'Position',[275,50,275,50])                   % set the position of the waitbar [left bottom width height]
 
124
    
 
125
    [row,col]=size(grid_x);
124
126
end
125
127
 
126
128
firstimage=1;