Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
- GitHub: https://github.com/topics/image-processing
- Wikipedia: https://en.wikipedia.org/wiki/Digital_image_processing
- Related Topics: computer-vision, vision, deep-learning, opencv,
- Aliases: digital-image-processing,
- Last updated: 2026-07-05 00:11:41 UTC
- JSON Representation
https://github.com/jayantita/opencv-image-processing
Color Detection using OpenCV Python
image-processing opencv python
Last synced: 29 Apr 2026
https://github.com/rudra-mondal/batch-image-cropper
A desktop batch image cropping tool for quickly preparing multiple images at a consistent size and aspect ratio.
gui image-cropper image-processing pillow pyside6 python
Last synced: 22 Jun 2026
https://github.com/donaldte/remove-bg-app
Remove BG App is a Django-based web application that removes image backgrounds and allows background customization with selected colors.
background-removal django image-processing media-customization python rembg
Last synced: 29 Apr 2026
https://github.com/thaivincent/fft_image_compression
A simple image compression program using FFT and numPy
Last synced: 29 Apr 2026
https://github.com/aniketparate/surface-thermal-temp-prediction
Surface Temperature Prediction using Thermal Images
extraction image-processing ml python
Last synced: 02 May 2026
https://github.com/sumedhe/play-with-opencv
Few image processing samples using OpenCV
cpp image image-processing opencv
Last synced: 02 May 2026
https://github.com/magliaral/railshot
Prepare model railway photos for digital control software (Rocrail, etc). Background removal, scale-accurate sizing, optional rail underlay.
background-removal image-processing model-railway n-scale rembg rocrail
Last synced: 08 Jun 2026
https://github.com/trossr32/ps-image-data-uri-converter
A Powershell module for data URI to/from image file conversion.
cmdlet cmdlets image-processing net6 powershell powershell-module powershell-modules
Last synced: 02 May 2026
https://github.com/giog97/mean_shift_image_segmentation_openmp
Performance comparison of sequential and parallel OpenMP MeanShift for image segmentation.
image-processing mean-shift opencv openmp parallel-computing parallel-programming
Last synced: 08 Jun 2026
https://github.com/blueskyson/image-blending-opencv
A simple example of blending 2 images with OpenCV
image-blending image-processing opencv python
Last synced: 02 May 2026
https://github.com/anas-shakeel/go-bmp
go-bmp implements a bitmap reader in golang.
bitmaps golang image-processing learning-by-doing
Last synced: 22 Jun 2026
https://github.com/the-pinbo/image-denoising
The standard approach to image reconstruction using deep learning is to use clean image priors for training purposes. In this project, we attempt to achieve denoising without using a clean image prior and yet, achieving a performance comparable to, or sometimes, even better than that obtained using the conventional approach.
autoencoder bsd500 dataset denoising denoising-autoencoders gaussian-noise image-data-generator image-processing image-restoration noise2noise rednet tensorflow unet
Last synced: 02 May 2026
https://github.com/fentas/mips-pgm-image-processing
Rechnerorganisation: Hausaufgabe MIPS-Assembler (PGM processing)
image-processing mips pgm rechnerorganisation tu-berlin
Last synced: 27 Jun 2026
https://github.com/veresdavid/imgproc-task3
Discrete Fourier transformation implemented manually with the help of C++ and OpenCV.
cpp fourier-transform image-processing opencv
Last synced: 02 May 2026
https://github.com/ladbaby/image2sketch
๐ผ๏ธ A simple program that converts the input image into sketch, written in Python and use Kivy as frontend.
android buildozer image-processing kivy opencv scut sketch windows
Last synced: 02 May 2026
https://github.com/snigdho8869/computer-vision-projects
Explore diverse computer vision projects using Transfer Learning(TL), Convolutional Neural Networks (CNN), Autoencoder and more in this collaborative repository
autoencoder cnn cnn-classification cnn-model computer-vision convolutional-neural-networks deep-learning detection encoder-decoder-model image-classification image-processing inception-resnet-v2 inceptionv3 keras mobilenetv2 opencv recognition tensorflow transfer-learning yolov3
Last synced: 02 May 2026
https://github.com/sccanright/varifocal_pix2pix
Binocular imaging system using EDoF and varifocal lenses with a modified Pix2Pix model to generate synthetic focal stacks.
computer-vision deep-learning edof focal-stack generative-adversarial-network image-generation image-processing pix2pix python3 pytorch
Last synced: 29 Apr 2026
https://github.com/dho-rae/emotion-detector
A facial expression recognition system that identifies emotions in real-time video and images using deep learning. Trained on the FER-2013 dataset, this program utilizes TensorFlow/Keras to classify emotions into Angry, Disgust, Fear, Happy, Sad, Surprise, and Neutral. It features OpenCV for face detection and a Tkinter GUI for easy interaction.
artificial-intelligence computer-vision deep-learning emotion-detection facial-recognition gui-application image-processing machine-learning python real-time-processing
Last synced: 02 May 2026
https://github.com/sergeipapina/searchsmd
opencv python base utility, search an component image in PCB image with rotation and scale
image-classification image-processing opencv python3
Last synced: 29 Apr 2026
https://github.com/opifexm/converter-to-text
The program image-to-text conversion
image-processing java webserver
Last synced: 09 Jun 2026
https://github.com/amira921/filters-image-processing
Applying digital image processing techniques to enhance images.
arithmatic-functions averaging-filter filters histogram-equalization histogram-processing-techniques image-processing intensity-transform laplace-transform max-filter median-filter min-filter sharpening-filters smoothing-filters weighted-average-filter
Last synced: 14 Jun 2026
https://github.com/bishwas-py/save-generated-image-django
This is a quick simple Django app that allows you to programatically save a generated image in Django.
django django-application image-processing save save-image
Last synced: 03 May 2026
https://github.com/mattravenhall/customcam
Extendable webcam customisation in Python.
face-detection image-processing mediapipe opencv-python v4l2loopback webcam webcam-background
Last synced: 29 Apr 2026
https://github.com/jimmysoda/imgrectifier
A collection of MATLAB/Octave functions for affine and metric rectification of images.
image-processing image-rectification matlab octave
Last synced: 14 Jun 2026
https://github.com/dabirdwell/gifio
Gifio โ a free, private GIF maker that runs entirely in your browser. No uploads, no servers, no accounts.
browser-based creative-tools gif gif-maker image-processing javascript no-dependencies privacy
Last synced: 14 Jun 2026
https://github.com/caiotaavares/painter
Simple image editor and raster graphics editor with Qt6 and c++
Last synced: 03 May 2026
https://github.com/filiprokita/fclick
FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.
automation gui image-processing keyboard-input mosue-click mouse mouse-automation python python3 useful utilities windows
Last synced: 29 Apr 2026
https://github.com/himalayaashish/cloaktrick
This project demonstrates the use of OpenCV and computer vision techniques to create a "cloak effect," similar to the invisibility cloak from Harry Potter. The system captures live video using a webcam and detects a specific color range to create the illusion of making the person wearing that color invisible.
computer-vision image-processing opencv
Last synced: 29 Apr 2026
https://github.com/lnardon/warhol
An image processing and optimization micro service
docker image-processing microservice multer nodejs sharp typescript
Last synced: 03 May 2026
https://github.com/iterationlayer/sdk-node
Official Node.js/TypeScript SDK for the Iteration Layer API โ document extraction, image transformation, image generation, document generation, and sheet generation.
api document-extraction document-generation image-generation image-processing image-transformation iteration-layer javascript mcp nodejs pdf-extraction pdf-generation sdk sheet-generation spreadsheet typescript
Last synced: 23 Jun 2026
https://github.com/necat101/pixtess
PIXel TESSellator convert your pictures to text and back semi-losslessly! great for training AI
format image image-processing imagetotext
Last synced: 03 May 2026
https://github.com/dilumdesilva/imagelab-initial
ImageLab is a standalone tool that lets the user play with OpenCV using its GUI.
gsoc-2020 image-processing imagelab opencv scorelab
Last synced: 03 May 2026
https://github.com/pialghosh2233/finetune-light-weight-stablediffusion-imagetoimage
Grayscale image colorization using Light weight stable diffusion
artificial-intelligence compression distillation generative-ai huggingface huggingface-diffusers image-processing lightweight lightweight-stable-diffusion pytorch stable-diffusion
Last synced: 03 May 2026
https://github.com/m-rishab/ai-image-editor
A powerful web-based image editing tool that combines the capabilities of background removal and DALL-E image transformation in one intuitive interface.
computer-vision deep-learning deeplabv3 flask image-manipulation image-processing machine-learning openai-api opencv python3 pytorch pytorch-implementation semantic-segmentation
Last synced: 03 May 2026
https://github.com/gsaini/opencv-use-cases
A Python-based project for removing image backgrounds using OpenCV, featuring both simple threshold-based and advanced GrabCut algorithms. Includes a user-friendly Streamlit web interface for interactive processing.
computer-vision image-processing opencv pillow pillow-library python straml
Last synced: 14 Jun 2026
https://github.com/halimdakir/serverless-image-processing-on-aws
A fully containerized, event-driven image processing pipeline built with Go, AWS Lambda, and Amazon Rekognition.
amazon-rekognition amazon-s3 api-gateway aws aws-lambda benchmark cloudwatch docker event-driven golang image-processing serverless
Last synced: 03 May 2026
https://github.com/zikwall/imgdiff
:triangular_ruler: imgdiff - like as ODIFF, only for Rust!
image-diff image-processing odiff rust
Last synced: 15 Jun 2026
https://github.com/carry0987/php-image-processor
An image processing library
composer gd image-processing imagick php8
Last synced: 29 Apr 2026
https://github.com/bhojpur/image
The Bhojpur Image is a software-as-a-service product used as a Image Processing Engine based on Bhojpur.NET Platform for application delivery.
Last synced: 29 Oct 2025
https://github.com/andrewdarnall/srm-benchmark
A benchmark work between the C++, Rust and Python implementations of the SRM algorithm
computer-vision cpp image-processing python rust statistical-region-merging
Last synced: 30 Apr 2025
https://github.com/anras5/tomograf
Application that simulates a CT scanner
flask image-processing medical python
Last synced: 20 May 2026
https://github.com/cadu-leite/imagetreat_mark
Read a bunch of images inside a directory, apply some PIL Enhancements and add a Water Mark. using Python / PIL
image image-processing picture-gallery python3
Last synced: 09 Jul 2025
https://github.com/sebastijo/inpainting-de-imagenes-usando-ecuaciones-en-derivadas-parciales
Completaciรณn de Imรกgenes mediante mรฉtodos de EDP numรฉrico.
image-processing inpainting numerical-analysis partial-differential-equations
Last synced: 20 Mar 2025
https://github.com/ericsnekbytes/batch_image_converter
Mass convert images to different formats!
image-processing photography python qt
Last synced: 03 May 2026
https://github.com/sanjayengineer121/flask-image-template
Create various icon masks and shading effects with the imageedit library. Five example files under main: round.py, makeProjIcons.py, makePWAImages.py, getPWAScreenshots.py and readWriteLayered.py. python image-processing pillow python3 trace image-manipulation mask-image blendmodes icon-masks trace-svg shading-effects layeredimage svgtrace.
flask flask-application image-processing image-recognition mask
Last synced: 03 Apr 2025
https://github.com/peeepca/image-to-text
Read text from images
image-processing python python3 text-mining
Last synced: 22 Jul 2025
https://github.com/farzanmrz/matlab-seam-carving
MATLAB project implementing seam carving for image resizing and energy optimization using neural network-inspired bilinear transformations
computer-vision image-processing matlab neural-networks seam-carving
Last synced: 26 Mar 2025
https://github.com/catdad-experiments/share-edit
๐ PWA for editing images that shows up in the share sheet
hacktoberfest image image-processing pwa share share-sheet
Last synced: 07 Jul 2025
https://github.com/mokira3d48/cvm
This repository contents different scripts for different models to allow you to train a model of images classification.
deep-learning-algorithms image-classification image-processing object-recognition
Last synced: 29 Mar 2025
https://github.com/mokira3d48/imagefixer
Image Fixer is a simple application that allows users to clean a corrupted image.
image-cleaning image-processing
Last synced: 29 Mar 2025
https://github.com/ashkan1997/openmv_image_classification
image classification using Openmv H7plus camera
embedded-systems image-classification image-processing micro-python openmv-cam-h7 openmv-camera
Last synced: 25 Jan 2026
https://github.com/caiocarneloz/imgnp
Digital image manipulation using Numpy
histogram-equalization image-preprocessing image-processing linear-algebra linear-transformations
Last synced: 16 May 2026
https://github.com/jakubriegel/convolution_filter
Concurrent implementation of image convolution filter using Python's multiprocessing
concurrency image-filtering image-processing multiprocessing python-multiprocessing
Last synced: 19 Jun 2025
https://github.com/jwhittle933/metallurgygo
Golang Image Conversion CLI
cli go golang image image-processing
Last synced: 01 Jul 2026
https://github.com/nathanfaucett/svelte-image-editor
svelte image editor
image image-processing svelte sveltejs sveltekit
Last synced: 27 Mar 2025
https://github.com/szymonrucinski/paper-scanner
Program written in python to extract piece of paper from an image, straighten and detect numbers written on it.
computer-vision image-processing machine-learning
Last synced: 22 Jul 2025
https://github.com/ojaswithag/opencv-doc
OpenCV ile gรถrรผntรผ ve video iลleme, makine รถฤrenmesi ve proje uygulamalarฤฑ iรงin Tรผrkรงe kapsamlฤฑ bir rehber. ๐ Adฤฑm adฤฑm kod รถrnekleriyle รถฤrenin ve projeler geliลtirin.
arm-architecture cuda cuda-support deployment django docker-image docker-images heroku image-processing javascript nodejs nvidia opencv-contrib opencv3 production python scanner tutorial
Last synced: 08 Apr 2026
https://github.com/agarnung/image-denoising-taxonomy
A web dedicated to the taxonomy of image denoising methods
2d-denoising denoising image-processing taxonomic-classification website
Last synced: 13 May 2026
https://github.com/bigreja/watermarkimage
adds watermark to silverstripe images
extension image image-processing module silverstripe
Last synced: 16 Jan 2026
https://github.com/moesay/hyperisp
A GPU-accelerated ISP succeeding the fast-openISP, which is a successor to the openISP
image-processing image-quality image-signal-processing isp
Last synced: 05 Jul 2026
https://github.com/delosreyesjohnpaul/image-enhancer
The Image Enhancer project aims to improve the quality of images using various enhancement techniques. This repository contains the code to enhance images through sharpening, denoising, and other image processing methods.
image-processing imageenhancement python
Last synced: 20 Mar 2025
https://github.com/abendrothj/image-steganography
Python implementation of an image steganography LSB encoder/decoder
image-processing python3 steganography
Last synced: 20 Mar 2025
https://github.com/cserajdeep/background-replacement-mediapipe
An easy python code for replacing the background using mediapipe and cvzone packages
background cvzone deep-learning image-processing mediapipe opencv python
Last synced: 05 May 2026
https://github.com/zahidhasann88/go-image-processing
This is provides a set of image processing functions with a RESTful API interface.
gin golang image-processing rate-limiter
Last synced: 27 Mar 2025
https://github.com/aschaeffer/inexor-rgf-plugin-image-processing
Inexor - Reactive Graph Flow - Plugin - Image Processing
flow-control image-processing inexor
Last synced: 27 Mar 2025
https://github.com/falsedev/api-config
The configuration and raw assets for FalseDev API
image-processing meme-generator
Last synced: 27 Mar 2025
https://github.com/anas436/image-to-audio-app
Image Captioning and Text-to-Speech
audio-generation image-processing text-to-speech
Last synced: 27 Mar 2025
https://github.com/gilzoide/processamento-imagens
Repositรณrio de Processamento de Imagens - SCC0251, turma 2017-1
image-processing opencv opencv-python
Last synced: 16 May 2026
https://github.com/parzibyte/floyd-steinberg-dithering-golang
Implementaciรณn de algoritmo Floyd-Steinberg Dithering con Go
dithering floyd-steinberg image-processing
Last synced: 27 Jun 2025
https://github.com/srcemre/videohakemegitimiuygulamasi
This project is developed to analyze referees' performance during matches and improve their training processes. Using Python and OpenCV, image processing techniques are applied to analyze the refereeโs position, speed, and decision accuracy.
image-processing object-detection object-tracking opencv python
Last synced: 20 May 2026
https://github.com/iroyalx/pca
UNI S3: PCA training on OLLVETTI-FACES dataset / image size reduction.
face-recognition image-processing linear-algebra linear-regression machine-learning olivetti-dataset pca python size-reduction training
Last synced: 20 May 2026
https://github.com/dawnpaladin/batch-vision
Have an LLM extract information from a large number of images.
deno deno-fresh image-processing llm
Last synced: 01 Jul 2025
https://github.com/shakurt/alarm-cam
A lightweight browser-based motion detection system that uses your webcam to trigger an alarm on movement.
ai-project alarm-system canvas computer-vision educational image-processing javascript motion-detection pixel-analysis real-time university-project web-audio-api webcam
Last synced: 08 Apr 2026
https://github.com/tdiprima/dicom-utils
Decompressing, converting, extracting metadata, and processing DICOM medical imaging files.
automation decompression dicom image-processing jpg-conversion medical-imaging metadata-extraction multiprocessing pydicom
Last synced: 01 Nov 2025
https://github.com/sciviews/zooimagej
Image analysis part of ZooImage, with interface to ImageJ through RImageJ
image-processing plankton r r-package
Last synced: 11 Jun 2025
https://github.com/lauraluebbert/thorimage-sync_2p-analysis
Notebook to analyze ThorImage + ThorSync 2-photon data with light stimulation.
2-photon calcium-imaging image-processing thorimage thorsync
Last synced: 27 Mar 2025
https://github.com/carson2222/image-merger
A scalable Node.js server for merging multiple images into a single image. Built to handle image processing tasks that are difficult to execute in AWS Lambda due to memory, time, and binary dependency constraints. Features a queue system for handling concurrent requests, watermark support, and flexible output options (Buffer or Base64).
api aws-lambda backend expressjs image-manipulation image-merging image-processing javascript nodejs queue-system scalable server sharp watermark
Last synced: 08 Apr 2026
https://github.com/koharakazuya/webgl-image-diff
WebGL ใง 2 ็ปๅใๆฏ่ผใใฆใใฏใปใซๅไฝใฎๅทฎๅใ่กจ็คบใใๅฎ่ฃ ไพ
Last synced: 01 Nov 2025
https://github.com/abrahamkoloboe27/fruits-recognition-streamlit-app
๐ Fruits Classification App (Streamlit) ๐
convolutional-neural-networks deep-learning image-classification image-processing keras logging machine-learning machine-learning-engineering mlops numpy pandas plotly prototype python streamlit streamlit-application tensorflow
Last synced: 08 Apr 2026
https://github.com/arpan-saha-25/image-processing
Digital Image Processing Assignments
digitalimageproccessing image-processing practicals
Last synced: 04 Oct 2025
https://github.com/shinkansan/nn_image_training_tool
python based simple Tools for Neural network training for image classifier, (dir based image converter, Normalization, Blur Augmentation, Multiple Model Evaluate )
augmentation blur-image blurred-images converter fspecial image-processing normalization standardization
Last synced: 23 Jun 2025
https://github.com/eve-ning/frmodel
Forest Recovery Model Research Project
image-processing library machine-learning opencv
Last synced: 18 Mar 2025
https://github.com/mamello-justice/cv-rs
Computer Vision algorithms in Rust
computer-vision image-processing rust
Last synced: 02 Nov 2025
https://github.com/jlehrer1/quick_model
Output a .tf model trained to detect images of the object of your choice
classification deep-learning image-classification image-processing python
Last synced: 25 Jun 2026
https://github.com/sean1832/pix
a simple image manipulation cli for the terminal
Last synced: 17 Jan 2026
https://github.com/nikkiaung/ml-in-prod
Exploring around with ML/AI tool, implementing mini side projects like classifying fruit type and extracting text in index. ๐ง๐ปโ๐ง
google-cloud image-processing jupyter-notebook matplotlib numpy pandas python
Last synced: 16 Jun 2025
https://github.com/k5924/imageprocessor
An ImageProcessor app made in Java for CSI_5_OOP_2021
image-processing java swing-gui
Last synced: 22 Jul 2025
https://github.com/ahmedukamel/cs352-image-processing
Repository contains solutions of sections for Image Processing course in Beni Suef University
image-processing jupyter-notebook opencv python
Last synced: 09 May 2026
https://github.com/vididvidid/walmartsparkathon
Select to search feature in the walmart website making customers easily find any product or similar product on the website without using their search engine.
android aws image-processing java js kotlin reactjs tensorflow typescript
Last synced: 24 Jan 2026
https://github.com/bouvens/rgb-filter
Image processing and GIF generator in a browser for old fashion stylizing
filter gif image-filtering image-processing javascript pixelate react
Last synced: 29 Apr 2026
https://github.com/yc-cui/sdcs
[JSTARS 2024] Semi-blind Compressed Sensing: A Quantitatively Descriptive Framework for Spatiotemporal Fusion of Remote Sensing Images
compressed-sensing deep-learning image-fusion image-processing neural-network remote-sensing spatiotemporal
Last synced: 27 Mar 2025
https://github.com/sraashis/imgcommons
Very useful image related utilities
accuracy connected-components f1-score graphical-scores image-processing precision recall
Last synced: 17 Mar 2025
https://github.com/tirendazacademy/lightly-train-tutorials
This repo shows how to use the LightlyTrain framework
ai computer-vision data-science deep-learning fine-tuning generative-ai image-classification image-processing lightly-train machine-learning object-detection self-supervised-learning
Last synced: 27 Jun 2025
https://github.com/asukiaaa/rust_opencl_block_matching_practice
block-matching-algorithm image-processing ocl opencl rust
Last synced: 17 Mar 2025