jimmy43333 / GPU_Fractal_Image_Compression

This is the cuda implementation of fractal image compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU Fractal Image Compression

Program

Encode512

Compression Image Size : 512 * 512
Range block and Domain block size : 8 & 16
The numbers of thread run on GPU : 248 * 248
Output : 512Outcode / 512RGBOutcode
  • FE512APCC.cu
  • FE512Baseline.cu
  • FE512Classify.cu
  • FE512RGBClassify.cu

About

This is the cuda implementation of fractal image compression


Languages

Language:Cuda 80.3%Language:C++ 19.7%