Changeset 244 for trunk/src/pivlab.m


Ignore:
Timestamp:
Apr 20, 2011, 12:51:29 PM (13 years ago)
Author:
sommeria
Message:

various bug repair, improved display of msgbox_uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pivlab.m

    r243 r244  
    9191        %Find the correlation max, at 255
    9292        [y,x] = find(result_conv==255,1);
    93         if ~isnan(y) && ~isnan(x)
     93        if ~isempty(y) && ~isempty(x)
    9494            try
    9595                if subpixfinder==1
Note: See TracChangeset for help on using the changeset viewer.