39 skills found · Page 2 of 2
Karanraj06 / Image CompressionJPEG and LZW compression algorithms for color / grayscale images
polimi-ispl / Jpeg EigenJPEG Eigen-algorithm features extractor
chuhaojin / RC4 Image Encryption Based On JPEGWhile implementing JPEG compression, RC4 algorithm is used to encrypt quantization matrix.
medhini / Parallel Image CompressionJPEG image compression algorithm parallelized
friendlymatthew / JpegImplements jpeg algorithms using portable SIMD.
cucrui / Point Cloud Real Time Compression Using ZFP And JPEG This repository is about my graduation project.I try to use ZFP(a float-point array compression algorithm) and JPEG still-image compression algorithm for point cloud real-time compression.
gjain307 / Image CompressionLossy Image compression algorithm using JPEG, otsu thresholding, chroma subsampling, Humffman Encoding.
cansik / Processing ImageglitchProcessing image glitch is a small library to add glitch to a PImage. The algorithm uses the singularity of jpeg compression, which allows to display even an corrupted image.
FN90 / Jpeg Compression Detailed JavaJPEG compression algorithm steps using Java
ali-rasteh / JPEG Algorithm FPGAJPEG Algorithm Implementation on FPGA
digitnet / M4jpegA JPEG-Based Steganography Tool: The Mod4 Algorithm.
yingqichao / JPEG Image Data Hiding Using DCT LSB ShiftingA simple Java JPEG Data hiding algorithm that hides data in to LSB of DCT coefficients.
Dominate-color / Dominate Color Js🔎 dominate-color-js is a library for finding the dominant color in PNG, JPEG and WEBP images using the KMeans++ algorithm. It can extract the primary color and its hue in RGBA format and convert it.
MuonRay / Drone Image Editing In Python Coding RepositoryA selection of custom developed python codes for use in various drone imaging applications, such as batch conversion of DNG (RAW) drone images to JPEG or PNG, use of the rawpy library features of demosaicing, gamma factor correction and use of skimage library to demonstrate histogram histogram equalization in colour images to create better contrast and depth. This repository also increases coding developed for use in generating panorama composite images both in JPG and DNG format, a very useful technique in high definition aerial imagery and makes use of the SIFT algorithm in Python's OpenCV image stitcher function. These codes are open for use in educational and demonstration uses and for non-profit organisations.
vimal97 / Jpeg Compression Algorithm C No description available
parsingdata / Jpeg FragmentsImplementation of jpeg fragmentation point detection algorithm
dahmadjid / JPEG FPGAJPEG Compression algorithm implemented in FPGA with VHDL. SPI Master was also implemented in VHDL to extract result
DalenWBrauner / Parallel Image CompressionTo study and practice code "in parallel." This is to be done by rewriting parts of JPEG's compression algorithm in parallel through CUDA.
Rinovative / Alaska2 SteganalysisThis project focuses on steganalysis using the ALASKA2 dataset to detect steganographic manipulations in JPEG images with deep learning. In cases where the ALASKA2 dataset is unavailable, synthetic stego-variants that mimic the algorithms used in ALASKA2 (JMiPOD, JUNIWARD, UERD) are generated using the PD12M dataset.