source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/qtfm/@quaternion/uint8.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 523 bytes
Line 
1function d = uint8(q)
2% UINT8 Convert to unsigned 8-bit integer (obsolete).
3% (Quaternion overloading of standard Matlab function.)
4
5% Copyright © 2006 Stephen J. Sangwine and Nicolas Le Bihan.
6% See the file : Copyright.m for further details.
7
8error(['Conversion to uint8 from quaternion is not possible. ',...
9       'Try convert(q, ''uint8'')'])
10
11% Note: this function was replaced from version 0.9 with the convert
12% function, because it is incorrect to provide a conversion function
13% that returns a quaternion result.
Note: See TracBrowser for help on using the repository browser.