This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
dwt2d
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
// DESCRIPTION This is the CUDA version of the code. The JPEG2000 standard uses 2D Discrete Wavelet Transform (2D DWT), which consumes a significant part of the total encoding time // USE **************OUTPUT******************** USAGE: make clean make OUTPUT=Y **************PARAMETERS***************** USEAGE: ./dwt2d [otpions] src_img.rgb <out_img.dwt> -d, --dimension dimensions of src img, e.g. 1920x1080 -c, --components number of color components, default 3 -l, --level DWT level, default 3 -f, --forward forward transform -5, --53 5/3 transform