4 projects
reissvd-imgcompress
Image compression using REIS-SVD with evaluation metrics like MSE, PSNR, and SSIM.
imagecompress-svd
A Python package for image compression using Singular Value Decomposition (SVD).
imagecompression8
It is an image compression Python package based on Singular Value Decomposition (SVD) technology. This tool offers an efficient block-based image compression method, reducing the storage requirements of images by dividing them into blocks and applying SVD, while retaining as much visual information as possible.
svdcompressionimage
A Python package for image compression using Singular Value Decomposition (SVD), applying an efficient block-based method to reduce storage while retaining visual quality.