|
|
| File Information |
| Description |
This package contains the C source code and MEXW32 files for LZW encoder/decoder functions that can be used in Matlab. Just use mex to compile. The encoding/decoding is compatible with TIFF6 specification.
Input to encoder/decoder must be a column vector of doubles, the output will be in int8 format. See the Example.m file in the package on how one can use the encoder/decoder. |
| MATLAB release |
MATLAB 7.1.0 (R14SP3)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 21 Jun 2008 |
rain he
|
|
|
| 15 Jul 2009 |
Sundaresh
|
|
|
| Updates |
| 12 Feb 2008 |
Updated memory allocation mode using calloc rather than malloc. The latter seemed to crash Matlab upon large number of calls of either encoding or decoding mex from a m-file. |
|
Contact us at files@mathworks.com