Changeset 1081 for trunk/src/transform_field/phys_polar.m
- Timestamp:
- May 28, 2020, 5:30:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/phys_polar.m
r1078 r1081 444 444 siz=size(A{icell}); 445 445 checkuint8=isa(A{icell},'uint8');%check for image input with 8 bits 446 checkuint16=isa(A{icell},'uint 8');%check for image input with 16 bits446 checkuint16=isa(A{icell},'uint16');%check for image input with 16 bits 447 447 A{icell}=double(A{icell}); 448 448 if numel(siz)==2 %(B/W images)
Note: See TracChangeset
for help on using the changeset viewer.