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-06-29 00:15:12 UTC
- JSON Representation
https://github.com/janczer/mirror
Very simple function for mirroring images in Go
Last synced: 16 Jan 2026
https://github.com/shane-staret/image-processing-tool-bucknell-csci-479
Bucknell CSCI 479: A Python tool used to take a screenshot of an image, perform image processing on it, and generate an HTML <img> tag to uniquely identify it. The program can also extract text.
fuzzy-matching html image-comparison image-processing ocr python text-extraction
Last synced: 20 Jul 2025
https://github.com/d-dawg78/mva_imanum
Master MVA - Digital Imaging project
color-correction convolutional-neural-networks image-processing underwater-image
Last synced: 04 Apr 2025
https://github.com/macabdul9/image-segmentation
image segmentation using K-means and K-means++ algorithm.
image-processing k-means-clustering kmeans-algorithm machine-learning-algorithms unsupervised-machine-learning
Last synced: 03 Jul 2025
https://github.com/hosmelq/laravel-imgproxy
Build imgproxy URLs in Laravel with optional encryption and signing.
encryption image-processing image-transforms imgproxy imgproxy-php laravel laravel-imgproxy php signed-urls url-builder
Last synced: 13 Jan 2026
https://github.com/moussaidhicham/detection-des-objets
Le projet **Détection et Segmentation d'Images** consiste à développer une **application interactive** dédiée à la détection et à la segmentation d'images en utilisant deux algorithmes complémentaires et performants : **Contours Actifs (Active Contour)** et **Transformée de Hough**. L'application permet de détecter des objets, des contour
chan-vese contours-actifs countour-tracing countours-opencv detection-object hough-lines hough-transform image-processing object-detection python snake-contour transfome
Last synced: 14 Mar 2025
https://github.com/jluispcardenas/image2geojson
Image 2 GeoJSON
geojson image-processing opencv opencv-python python3
Last synced: 27 Apr 2026
https://github.com/zoni123/image-compressor
An image compressor written in C.
bmp-image c c-programming c-programming-language c-project compression-algorithm image-compression image-processing linear-algebra ppm-image singular-value-decomposition work-in-progress
Last synced: 09 Aug 2025
https://github.com/yunusemrejr/style_transfer_webcam_tf
A Python-based GUI application that uses TensorFlow Hub to apply real-time artistic style transfer to webcam video feeds, allowing users to load custom style images and view the transformed output instantly.
ai image-processing ml python style-transfer tensorflow video-processing
Last synced: 03 May 2026
https://github.com/aniike-t/image-processsing-filters
Small project protraying use of edge detection prewitt, sobel, median filter and guassian blur
guassianblur image-processing median-filter prewitt-filter sobel-filter
Last synced: 30 Jul 2025
https://github.com/prgermux/image-scrapper
"Image Scrapper" is a Python application that recursively scrapes images from directories and displays them on an interactive, zoomable, and scrollable canvas. Ideal for organizing and navigating large image datasets.
data-visualization desktop-application file-explorer graphics-view gui-tool image-organization image-processing image-scraper image-viewer interactive-visualization pyqt5 python recursive-directory zoom-and-pan
Last synced: 24 Mar 2025
https://github.com/lukluk/image-server-onfly
Real-time image processing and image CDN
image-processing image-server imagemagick
Last synced: 23 Aug 2025
https://github.com/horvatic/vaticwella
A service to process images using image processing techniques, and return the edited image.
docker-image filter golang image-processing microservice restful-api
Last synced: 02 Oct 2025
https://github.com/nushrat-tarmin-meem/flowers_counting_detection
On field or forest flowers counting and detection with colors using image processing techniques.
classification counting detection image-classification image-processing
Last synced: 30 Mar 2025
https://github.com/muonray/matlabndvi
MATLAB Program that takes images acquired using a Near-Infrared (NIR) converted camera and generates a modified Normalized Differential Vegetation Index (NDVI). There are 2 versions: A Standalone version for JPEG Files and 2 Codes (a main and function file) version for DNG (RAW) file format. These versions are useful for NIR Drone Imaging to generate NDVI.
dng-files dng-format drone image-processing infrared infrared-images jpg matlab ndvi
Last synced: 24 Mar 2025
https://github.com/bilalhameed248/employees-and-workstation-monitoring-using-yolo-object-detection
Fine Tuned YoloV4 To Monitor Employees And Workstations.
cv2 darknet employee-monitoring fine-tuning image-processing opencv python transfer-learning workstation yolo yolov4
Last synced: 11 Apr 2026
https://github.com/hayatiyrtgl/julia-image-classification-svm
The code loads dog and cat images, extracts HOG descriptors, labels them, splits the data into training and test sets, trains an SVM model, and predicts a test image.
binary-classification image-processing juli julia-language
Last synced: 17 Mar 2026
https://github.com/addsarah/image-classification-intermediate
Applied Machine Learning Intermediate Dicoding, last update 24 March 2025
convolutional-neural-networks dicoding image-classification image-processing keras machine-learning python tensorflow tflite
Last synced: 11 Apr 2026
https://github.com/sripwoud/image-processing
In browser image processing with Rust/WASM
browser image-processing rust wasm
Last synced: 28 Apr 2026
https://github.com/zotho/tg_tenet_bot
Bot for convert media to tenet poster
asyncio image-processing python telegram-bot telethon video-processing
Last synced: 26 May 2026
https://github.com/michaelrutherford/silvalide
A program to emulate the effects of analog film on digital images.
analog analog-photography film film-grain image-processing photography pyside6 python python3
Last synced: 09 Aug 2025
https://github.com/backdrop-contrib/autoherocolors
Backdrop CMS module that automatically sets the text color for hero blocks based on average background image color
backdropcms contrast image-processing
Last synced: 07 Jul 2025
https://github.com/andre-marcos-perez/sel0373_digitalsystemsprojects
Algorithms for the course Digital Systems Projects - SEL | EESC | USP
android bash beaglebone-black css debian-jessie embedded flask html image-processing ip-camera mqtt python security wifi
Last synced: 11 Apr 2026
https://github.com/skwzrd/imagesearch
OCR, EXIF, CLIP, ImageHash processing and search.
clip embedding exif exif-data-extraction flask image-processing image-recognition ocr ocr-recognition python search
Last synced: 21 Jan 2026
https://github.com/filiprokita/qrcreator
QRCREATOR is a simple Python project that generates QR codes based on user input. It uses the qrcode and PIL libraries for image processing, and tkinter for creating a basic GUI. This project is a great introduction to image processing, GUI programming, and can be used as a beginner-friendly project for anyone interested in learning Python.
beginner-friendly graphic-user-interface gui image-processing pil python qr-code-generator qr-generator qrcode qrcode-generator simple-project tkinter
Last synced: 24 Mar 2025
https://github.com/ysl1016/cudadigitfilter
CUDA-based parallel image filtering system for MNIST dataset
computer-vision cuda deep-learning gpu-acceleration image-processing mnist parallel-computing
Last synced: 28 Mar 2025
https://github.com/hamolicious/image-to-ascii
Generate ASCII-art from images using python
ascii ascii-art console console-art cv2 cv2-image image image-processing python
Last synced: 23 Apr 2025
https://github.com/ashithapallath/image-processing
The Image Processing Lab repository showcases a variety of image processing techniques using Python. It covers essential concepts such as image manipulation (resizing, cropping), enhancement (adjusting brightness/contrast), analysis (edge detection, contours), color space conversions, and noise reduction.
color-space-conversion image-analysis image-enhancement image-manipulation image-processing noise-reduction numpy opencv python
Last synced: 03 Oct 2025
https://github.com/nstechbytes/mini-gradient
Mini Gradient is a GUI application built with PyQt5 that allows users to apply linear gradients to multiple PNG images. Users can select gradient colors, adjust image resolution, and save the modified images in a specified output folder.
color-picker graphics gui image-conversion image-editting image-processing png-conversion pyqt python
Last synced: 23 Mar 2025
https://github.com/geekquad/canny-edge-detection
A basic program that performs edge detection of images in real-time.
canny-edge-detection edge-detection image-processing opencv python real-time
Last synced: 13 Apr 2026
https://github.com/gaurav0502/cell-type-classification
Exploration of different ML models on the peripherial cell images dataset.
computer-vision image-processing multiclass-classification
Last synced: 06 Apr 2025
https://github.com/speakeasy-sdks/leonardo-ts-sdk
Typescript SDK for the Leonardo AI
ai api image-processing sdk ts
Last synced: 11 Apr 2025
https://github.com/iteranya/captioner
Image To Text with Florence 2
ai batch-processing caption-generation florence image-processing image-recognition img2txt
Last synced: 11 Dec 2025
https://github.com/prajeetguha/imageprocessing
Programming for Image Processing
Last synced: 02 Sep 2025
https://github.com/namansnghl/cifar-100
Multiclass Image Classification
cnn-model image-processing svm-classifier
Last synced: 16 Jun 2025
https://github.com/adamisntdead/gulp-inline-imagesize
A Gulp Task To Add Image Size Comments To Your HTML
gulp gulp-plugin gulp-tasks image-processing
Last synced: 19 May 2026
https://github.com/thasophearak/moul
Opinionated image resizing library
elixir elixir-library elixir-package image-processing image-resizing
Last synced: 21 Feb 2026
https://github.com/dynle/python-opencv
deep-learning image-processing keras opencv
Last synced: 31 Mar 2025
https://github.com/lotfiferaga/image_classification
image classification with the famous cifar dataset
cifar10 cnn deep-learning image-classification image-processing neural-network python3
Last synced: 18 Jun 2026
https://github.com/ayushivashisth/select-country-and-state
This project provides a simple interface for selecting a country and its corresponding states. It includes both a web version built with React and a mobile version built with React Native. Users can choose a country from a dropdown list, which dynamically populates another dropdown with states from the selected country.
css figma image-processing npm react
Last synced: 12 Apr 2026
https://github.com/kekkodance/cropper
A tool to easily create cropped or blurred/pixelated versions of your artwork.
crop cropping-images image-processing images resize resize-image resize-images
Last synced: 13 Jan 2026
https://github.com/mateuszk098/image-processing
Image Processing Notes
image-processing opencv python
Last synced: 05 May 2026
https://github.com/hpw-dev/pdn-plugins-by-hpw-dev
Плагины для Paint.net от HPW-Dev
2d-graphics csharp image-processing paintdotnet paintdotnet-plugin paintdotnnet plugin
Last synced: 05 Oct 2025
https://github.com/jason-cky/mosaic-py
Generating simple mosaics in python
image-processing mosaic python
Last synced: 14 Mar 2025
https://github.com/rdjarbeng/remove_background
Script to remove background from an image. Uses rembg package.
image-processing open-source python
Last synced: 09 Aug 2025
https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal
Custom node for ComfyUI that integrates lllyasviel's IC-Light V2 model into your workflows using the fal.ai API.
comfyui comfyui-nodes fal-ai generative-ai ic-light image-processing
Last synced: 29 Apr 2025
https://github.com/ryuzen6/sports-celebrity-image-classification
This is a Machine Learning Project which Classifies the Image of Sports Celebrities. Requirements: Jupyter Notebook (for Data Cleaning and Image Classifying using various python libraries) , Pycharm (python IDE for creating Python Flask Server), Visual Studio Code (to create the UI with HTML, CSS and Javascript).
artificial-intelligence css3 html5 image-classification image-processing image-recognition javascript jupyter-notebook opencv python3
Last synced: 11 Apr 2026
https://github.com/aurcode/sunglass-cli
Convert an image to a given color palette using Python. This script allows you to transform images by mapping their colors to a specified palette. The color distance is calculated using the CIEDE2000 algorithm.
Last synced: 18 Oct 2025
https://github.com/nkg447/img-to-char-img
Convert an Image to a character Image
abstract image-processing javascript
Last synced: 28 May 2026
https://github.com/apahl/plate-inspector
quickly generate overviews of Cell Painting image plates
cell-painting image-processing
Last synced: 01 Apr 2025
https://github.com/piraytekinz/array
An app which adds awesome filters to images easily, using opencv and python.
cloudinary css html huggingface image image-processing javascript nodejs opencv python react supabase typescript
Last synced: 11 Apr 2026
https://github.com/waikato-datamining/simple-image-ops
Python3 library for resizing images either using OpenCV or Pillow.
image-processing opencv-python pillow python3
Last synced: 10 Mar 2026
https://github.com/elarsaks/resize-rs
A fast, Rust-powered GitHub Action to batch-resize images by width while preserving aspect ratio.
github-actions image-processing rust
Last synced: 18 Jan 2026
https://github.com/zaber-dev/easy-image-watermark
This tool automatically applies a watermark to images in the raw_images folder. The watermarked images are saved in the copyrighted_images folder.
batch-script image image-processing image-watermark image-watermark-adder image-watermarking-python learn python python-image python-script student-vscode watermark watermark-image
Last synced: 29 May 2026
https://github.com/krishnaura45/memeshield
Proactive Content Moderation Using LLMs and VLMs
ai-driven computer-vision content-moderation gen-ai image-processing llms social-intervention vlms
Last synced: 30 Mar 2025
https://github.com/utkarsh251106/handwritten-text-recognition-and-processing
Utilizes PyTesseract for OCR and a pre-trained VLM (Hugging Face Transformers) to extract and summarize text from images.
computer-vision image-processing machine-learning text-extraction-from-image vlm
Last synced: 30 Mar 2025
https://github.com/ddz16/uiedp
This repository provides offical Pytorch implementation of the paper "UIEDP: Boosting underwater image enhancement with diffusion prior".
diffusion-models image-processing underwater-image-enhancement underwater-image-restoration underwater-images
Last synced: 15 May 2025
https://github.com/dxtaner/faceimageclaassification
Age, Gender, and Race Classification with Convolutional Neural Networks
age-classification cnn-classification cnn-keras dataset gender-classification image-classification image-processing image-recognition race-classification
Last synced: 11 Jun 2025
https://github.com/josttim/pymustache
Python 3.5 wrapper for whisk, the famous rodent whisker tracking library.
Last synced: 23 Mar 2025
https://github.com/brazer27/3d-scanner
3D scanning software designed to convert real-world objects into detailed 3D models using low-cost depth sensors, such as the Kinect or other similar devices. The software captures the geometry and texture of objects or environments by creating a point cloud, which can then be processed into a mesh.
3d-model depth-sensing image-processing interactive sensor-fusion
Last synced: 22 Jun 2025
https://github.com/lintenn/age_detector
An age detector of a person in a photo
age-detection computer-vision image-processing image-segmentation neural-network
Last synced: 11 Jun 2025
https://github.com/moalshafii/imagine
IMAGINE - Text to Image Generator
automation canvas go golang image-processing texttoimage
Last synced: 30 Mar 2025
https://github.com/suraj5424/yolov8-video-object-detection
Complete 🎥 YOLOv8-based pipeline for video frame extraction, 🖼️ custom dataset annotation, ⚙️ model training, and real-time 🎯 object detection with visualization — in a 📓 Jupyter Notebook for seamless computer vision workflows.
data-annotation-tools image-processing object-detection opencv video-processing yolov8
Last synced: 18 Apr 2026
https://github.com/veikkosuhonen/astro_stacking
Simple alignment and stacking of night sky images
astrophotography image-processing matlab
Last synced: 08 Apr 2025
https://github.com/petals-of-white/omz-lab1
haskell image-processing medical-image-processing university-assignment
Last synced: 08 Aug 2025
https://github.com/enindu/crop
A simple command-line application for cropping images
cli go go-cli golang image image-cropping image-processing
Last synced: 04 Apr 2026
https://github.com/mjczone/mediamatic
File storage and media processing library that combines the power of multiple best-in-class .NET libraries.
api aspnetcore csharp dotnet files image-processing s3 sftp video-processing
Last synced: 13 Jan 2026
https://github.com/coolashishpt/computer-vision
Contain all projects and papper related to Computer Vision which is based on my research.
cnn-keras computer-vision image-classification image-processing keras object-detection tensorflow yolov3
Last synced: 10 Apr 2026
https://github.com/rahulpatel2002/imageprocessing-edgedetection
MATLAB implementation of edge detection using Laplacian operators, unsharp masking, and highboost filtering. This lab explores various filtering techniques to enhance image features.
convolution-filter edge-detection highboost-filter image-processing laplacian-filter matlab unsharp-masking
Last synced: 11 Jun 2025
https://github.com/anu-gtb/diabetic_retinopathy_stage_prediction
Diabetic Retinopathy stage prediction model - A Convulational Neural Network trained and fine-tuned on large human eye image dataset containing images and corresponding labels representing 5 levels of diabetic retinopathy.
classification cnn-classification computer-vision data-science image-classification image-processing image-recognition keras-tensorflow machine-learning neural-networks predictive-modeling python3 tensorflow training
Last synced: 10 Apr 2026
https://github.com/imrane-98/licenseplatedetection
A Python-based vehicle license plate recognition system using OpenCV, contour detection, and EasyOCR. This project detects and extracts license plates from images and reads the plate numbers with high accuracy using deep learning-based OCR.
ai-project computer-vision contour-detection deep-learning easyocr image-processing license-plate-recognition object-detection ocr opencv python real-world-projects vehicle-detection
Last synced: 31 Jul 2025
https://github.com/andresmorales08/recolor-app-icons
这是一个 Python 脚本,用于批量将应用程序图标重新着色为具有特定基础色调的极简、海报化风格。
batch-processing icons image-manipulation image-processing pillow png posterization python recolor script webp
Last synced: 15 Apr 2025
https://github.com/ysskrishna/insightx
A powerful image analysis platform that provides automated insights through advanced computer vision and machine learning capabilities.
aws-s3 computer-vision distributed-systems docker docker-compose fastapi image-classification image-processing machine-learning microservice nextjs nsfw-detection object-detection rabbitmq s3 yolo ysskrishna
Last synced: 11 Apr 2026
https://github.com/madhurjain/carnd-lane-lines-project-1
CarND Lane Lines Detection Project #1
carnd image-processing opencv python self-driving-car
Last synced: 09 Apr 2026
https://github.com/ems-tu-ilmenau/picasso
A tool to invert, modify and/or crop images.
Last synced: 18 Jan 2026
https://github.com/theritikchoure/image-processing-using-sharp
This repository contains a simple Express server designed to handle image uploads and convert them to various formats (jpeg, png, webp) using the Sharp image processing library.
express file-upload image-processing multer nodejs sharp
Last synced: 12 Apr 2026
https://github.com/who-else-but-arjun/image_segmentation
Implementation of Panoptic Image Segmentation using VGG16 encoder and a fully convolutional network for classification of pixels in 27 different classes trained and tested on dataset of Indian road images.
cnn image-processing keras-tensorflow panoptic-segmentation segmentation
Last synced: 08 Apr 2025
https://github.com/miha53cevic/lowpolyfy
Triangulate an image using Delunay Triangulation or create a pattern
delunay-triangulation image-processing javascript
Last synced: 30 Mar 2025
https://github.com/miha53cevic/picture-to-ascii-art-csharp
Application made in C# that converts a picture to ASCII Art
Last synced: 30 Mar 2025
https://github.com/leocode/image-service
Containerized media processor which allows to manipulate images/videos or extract metadata
docker-image image-processing metadata-extraction video-processing
Last synced: 24 Apr 2026
https://github.com/rjn32s/surface-crack-detection
image-classification image-processing matlab matlab-gui
Last synced: 29 Oct 2025
https://github.com/ronak-dagale/foggy-image-processing
Image Processing Project 🌁
foggy-image image-processing jupyter-notebook
Last synced: 10 Apr 2026
https://github.com/tjhorner/asciify
ASCII art library written in Go
ascii-art golang golang-library image-processing
Last synced: 01 Apr 2025
https://github.com/streanger/image-analysis
Any kind of images analysis using python scripts (OpenCV mostly)
image-processing python-opencv
Last synced: 06 Jul 2025
https://github.com/eshan-sud/imagesense
A powerful platform for image processing, segmentation & recognition
eshan-sud image image-processing image-recognition image-segmentation python3
Last synced: 09 Oct 2025
https://github.com/megave/dsa-2-tasks
My solution for the proposed tasks from the Data Structures and Algorithms II discipline, during the 2nd period of the course | Resolução minha dos trabalhos proposto durante a disciplina de Algoritmos e Estruturas de Dados II no 2º Período do curso
image-processing linked-list memory-management tree-search
Last synced: 18 Jul 2025
https://github.com/tilfin/sharp-mozjpeg-image-processor
Scaled and optimized JPEG image file generater powered by sharp and mozjpeg
image-processing mozjpeg sharp
Last synced: 30 Mar 2025
https://github.com/petrusmatiros/img2web
A CLI tool for converting bulk images to compressed, resized WEBP images
Last synced: 18 Jan 2026
https://github.com/jongan69/expo-cloudinary-image-manager
An Expo React Native App for Managing Cloudinary Images
cloudinary expo image-processing react-native
Last synced: 10 May 2026
https://github.com/theegghead27/dbots-api
FastAPI API making functionality of previous Discord bots available through *the internet*
fastapi image-processing pillow python
Last synced: 19 Apr 2026
https://github.com/pranava007/marapu-kalam-blog-app---frontend
This is a Marapu Kalam Blog App FrontEnd Code
fecth-api firebase-auth flowbite-react image-processing oath reactjs redux redux-toolkit tailwindcss
Last synced: 13 Apr 2026
https://github.com/lasithaamarasinghe/en3160-image-processing-computer-vision
This repo includes codes, assignments related to EN3160:Fundamentals of Image Processing and Computer Vision module.
computer-vision image-processing neural-networks opencv segmentation
Last synced: 13 Apr 2026
https://github.com/sadmansakib93/digit-recognizer-random-forest-cnn
This repository contains two sample implementations of the traditional Computer Vision task, Digit Recognizer from Kaggle. The URL of the dataset and relevant information can be found here: https://www.kaggle.com/c/digit-recognizer
classification cnn computer-vision convolutional-neural-networks deep-learning digit-recognition digit-recognizer digitrecoml-kaggle image-classification image-processing ipynb keras machine-learning random-forest random-forest-classifier
Last synced: 09 Apr 2026
https://github.com/soragui/py-image-tool
Image compose tools using python and more.
image-processing pillow python
Last synced: 26 May 2026
https://github.com/sivanajani/regiongrowinglabeln
Region Growing segmentation of star-like blobs using Python, NumPy, Matplotlib, and scikit-image.
computer-vision flood-fill image-processing labeling matplotlib python region-growing scikit-image segmentation visualization
Last synced: 10 Apr 2025