There are 1 repository under dct-coefficients topic.
Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.
A python package for accessing the internal variables of JPEG file format such as DCT coefficients and quantization tables
Implementation of Image compression using DCT
Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!
Implementation and Performance Analysis of DCT Steganography Algorithm. Tests found that it has excellent imperceptibility (PSNR all above 40). When encountering noised images, the error rate of watermark extraction is low, indicating certain robustness. By introducing the scaling factor, the best embedding effect can be obtained for the specific carrier and watermark.
Steganography using Huffmann Coding and 2d - Block DCT
Image Invisible Fingerprint/Watermark Library
Deals with Feature engineering and applying various Image Processing Techniques on the MNIST dataset.
Implementing Copy Move Forgery Detection using DCT or SVD transformations. Also, a clear explanation is provided in the READme section
Code for the attack multiplicative filter attack MUFIA, from the paper "Frequency-based vulnerability analysis of deep learning models against image corruptions".
Extracting features using PCA, DCT, Centroid features and Auto encoder of 1 hidden-layer then classifying using K-means, GMM, SVM
The algorithm in this repository embeds data into DCT coefficient using genetic algorithm.
DCT-based lossy image compression codec (similar to a JPEG codec)
Discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies. This project makes data compression with digital image
EE 338 (Digital Signal Processing) - Application Assignment