README 543 B

12345678910111213141516171819202122
  1. //DESCRITPTION
  2. This is the OpenCL version of the code.
  3. The JPEG2000 standard uses 2D Discrete Wavelet Transform (2D DWT), which consumes a significant part of the total encoding time
  4. // USE
  5. **************OUTPUT********************
  6. USAGE:
  7. make clean
  8. make OUTPUT=Y
  9. **************PARAMETERS*****************
  10. USEAGE:
  11. ./dwt2d [otpions] src_img.rgb <out_img.dwt>
  12. -d, --dimension dimensions of src img, e.g. 1920x1080
  13. -l, --level DWT level, default 3
  14. -f, --forward forward transform
  15. -5, --53 5/3 transform