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/xxnauty/boxbluralgorithm
Implementation of blurring algorithm in Python
algorithm algorithms boxblur image-processing python python3
Last synced: 08 Aug 2025
https://github.com/jaid/prefew-client
Frontend app for prefew.
app image-processing images prefew prefew-client single-page-app spa webapp webpack
Last synced: 15 Apr 2026
https://github.com/forketyfork/forkotlin-graphics
A Kotlin implementation of seam carving algorithm for content-aware image resizing
computer-vision graphics image-processing kotlin seam-carving
Last synced: 26 Feb 2026
https://github.com/bhavinpatel4199/ai-vision_system
This repository focuses on computer vision and image processing using Python and OpenCV. It includes hands-on exercises for mastering OpenCV operations and implementations of key vision algorithms like Harris Corner Detection, SIFT, and YOLO Object Detection.
algorithms computer-vision feature-detection harris-corner-detector image-processing opencv python swift vision-system yolov3
Last synced: 09 Feb 2026
https://github.com/tzinmein/xbrz-sharp
.NET 8 port of xBRZ 1.8 – high-quality 2D image upscaling library.
2d dotnet image image-processing upscaling xbrz
Last synced: 16 Apr 2026
https://github.com/ynstf/automated-extraction-and-prediction-of-tabular-data-from-images
Automated Tabular Data Extraction and Prediction is a Python project that combines image processing and machine learning for extracting and predicting tabular data from images with over 80% accuracy. Use this versatile solution by exploring the Jupyter Notebook, and seamlessly integrate it into your projects.
cnn-model computer-vision cv2 image-classification image-processing ipynb-jupyter-notebook keras-tensorflow
Last synced: 10 Feb 2026
https://github.com/naporin0624/mosaic-art-rust
🎨 High-performance mosaic art generator written in Rust. Creates stunning mosaic images using intelligent color matching, parallel processing, and simulated annealing optimization.
art-generator cli-tool color-matching computer-graphics image-processing mosaic optimization parallel-processing rust simd
Last synced: 01 Oct 2025
https://github.com/artem-burashnikov/imageprocessinggui
Part of the SPBU's programming course. GUI shell for ImageProcessing
avalonia avaloniaui fsharp gui image-processing
Last synced: 30 Sep 2025
https://github.com/kyr0/lightningimg-node
A transparent, fast and safe image converter for Node.js, written in Rust. Encodes PNG, JPG, TIFF to WebP
converter image image-processing jpg nodejs png rust tiff webp
Last synced: 11 Feb 2026
https://github.com/agarnung/histogram-simulator
An application to perform LUT-based image histogram modification interactively
histogram image-procesing image-processing opencv qtcreator
Last synced: 16 Apr 2026
https://github.com/theveryhim/segmentation-clustering
Using clustering methods such as K-means as segmentors
clustering deep-learning image-processing image-segmentation unsupervised-learning
Last synced: 04 Aug 2025
https://github.com/snigdho8869/traffic-sign-detection
A Flask-based web application for detecting traffic signs using a pre-trained deep learning model.
ai artificial-intelligence computer-vision data-science deep-learning flask image-classification image-processing keras machine-learning neural-networks object-detection opencv python tensorflow traffic-analysis traffic-sign-detection traffic-sign-recognition web-application web-development
Last synced: 16 Apr 2026
https://github.com/betich/chess-detection
Chessboard detection project for Digital Image Processing and Vision Systems course
chula chulalongkorn cnn-classification image-processing roboflow roboflow-dataset
Last synced: 28 Feb 2026
https://github.com/m-ah07/pdf-to-images-conversion-php
A lightweight PHP service for converting PDF files into images using pdftoppm. Supports PNG output and generates images for each page in the PDF.
image-extraction image-processing open-source open-source-php pdf-conversion pdf-to-image pdf-tools php-library php-scripts php-tools
Last synced: 13 Feb 2026
https://github.com/evanpacini/dither
Simple dithering library in Rust, based on image-rs
dither dithering dithering-algorithms image-processing quantisation quantization rust
Last synced: 13 Feb 2026
https://github.com/pmb59/dosymetric-image-reconstruction
Reconstructing dosimetric images using a deconvoluted physical model
deconvolution dosimetry image-processing matlab radiation
Last synced: 13 Feb 2026
https://github.com/reiniiriarios/asset-resizer
A minimal package to easily automate image asset resizing as a part of a build process.
assets build-process build-tool image-processing image-tools npm-package
Last synced: 16 Apr 2026
https://github.com/char-noir/time_blur
A small project aimed at creating motion blur video. The python programming language and the PIL, numpy, blend_nodes, cv2 libraries were used. The project is only a prototype and will not be completed to a full-fledged program in the future.
blur-image image-processing ipynb jupyter-notebook pillow python3 video-processing
Last synced: 14 Feb 2026
https://github.com/carbonpackages/carbon.vips
Enable Vips in your Neoes CMS installation
Last synced: 19 Mar 2026
https://github.com/indivisual-eyes/indivisual-eyes-backend
Backend REST API for the IndiVisual Eyes app
backend color fastapi image-processing python rest-api
Last synced: 14 Feb 2026
https://github.com/m-ah07/merge-images-to-pdf-python
A Python project for merging multiple images into a single PDF file. This tool is designed to simplify the process of consolidating images into a single, compact file format.
data-processing developer-tools file-merging image-processing image-to-pdf open-source open-source-python pdf-creation pdf-tools python python-library python-scripts python-utilities
Last synced: 14 Feb 2026
https://github.com/abhaybraja/passport-cropper
Automatically detects and crops a face from an image to generate a passport-style photo from uploaded image. Ensures correct orientation, centers the face, and optionally compresses the image to stay within a specified file size (e.g., under 100KB). Ideal for scanned documents, selfies, or batch passport photo generation.
cropper face-detection image-processing python
Last synced: 03 Aug 2025
https://github.com/broccolingual/go-img-lib
Library for image processing made by Golang.
Last synced: 12 Jan 2026
https://github.com/kirillshevch/imgtobase64
imgtobase64 – package for converting image to base64 string
base64 golang image-processing
Last synced: 03 Aug 2025
https://github.com/alexjmercer/imageify
Encode and Decode any file into an image and back !
cpp cpp17 image-processing libpng opencv4 visual-studio
Last synced: 03 Aug 2025
https://github.com/shyke0611/coin_detection_pipeline
This project involves developing a Python pipeline to detect and outline coins in images using techniques such as greyscale conversion, edge detection, blurring, thresholding, morphological operations, and connected component analysis. Also uses advanced methods for harder images and coin identification.
computer-vision image-processing pipeline python-3
Last synced: 01 Mar 2026
https://github.com/supertetelman/sdc-lanelines
Python project that utilizes OpenCV image processing to identify and highlight road lanes. Takes images or videos as input. This was the first project for the Udacity Self Driving Car Nanodegree.
course image-processing opencv python self-driving-car udacity
Last synced: 16 Apr 2026
https://github.com/jps27cse/pictorica-react_tailwind_reactquery_appwrite
Pictorica is a social media application that allows users to create, share, and interact with posts. The app includes advanced AI features to ensure that all content remains appropriate, including a paraphrasing tool and inappropriate content detection for both text and images.
ai appwrite image-processing instagram radix radix-ui react social-media tailwind text-classification text-processing
Last synced: 16 Apr 2026
https://github.com/dheerajgits/codengrave
CodeNgrave is a portal to convert images into CNC-compatible G-code for engraving purposes. Upload your designs, generate precise tool paths, and create stunning CNC engravings with ease. Built with typescript for the backend and Next.js for the frontend, CodeNgrave simplifies the workflow from design to CNC execution.(Work in progess ...)
aws-lambda cnc engraving grayscale grbl image-processing nextjs nodejs typescript
Last synced: 09 Apr 2026
https://github.com/drewcassidy/pillow-mbm
Pillow plugin for KSP MBM texture files
image-processing ksp pillow python
Last synced: 02 Aug 2025
https://github.com/antosiowsky/welding-mask-ar
Project involves building an AR system using a Raspberry Pi Zero 2 W, a camera, and a 5.5-inch display (1920x1080). The system captures real-time video, processes it for enhanced quality, and splits the image into two equal halves for AR goggle functionality. Additionally, it integrates environmental sensors for air quality.
csi image-processing opencv python raspberry-pi spi welding
Last synced: 16 Apr 2026
https://github.com/asadiahmad/image-enhancement
Image Enhancement with OpenCV Numpy and MatPlotLib
gamma-correction image-enhancement image-processing matplotlib numpy opencv python roi-selection
Last synced: 16 Apr 2026
https://github.com/ofir-frd/machine-learning-bootcamp
Extensive algorithms implementation
algorithms-implementation cnn deep-learning gan image-processing nlp rnn supervised-learning unsupervised-learning
Last synced: 02 Aug 2025
https://github.com/pranav-nagpure/pan-card-tampering-detection-nb
IPython Notebook for Pan Card Tampering Detection
image-processing ipython-notebook scikit-image
Last synced: 03 Mar 2026
https://github.com/arcj137442/twayfoil.jl
文件⇄图片 加壳器 | File⇄Image Sheller
encryption image-processing julia sheller
Last synced: 16 Apr 2026
https://github.com/gekorm/aws-sih
AWS solution to dynamically edit images on the fly with SharpJS
aws-cdk image-compression image-processing lambda optimize-images responsive-images sharp
Last synced: 04 Mar 2026
https://github.com/maheshkumar-novice/images2pdf-slides
claude image-processing package pdf python slides
Last synced: 04 Mar 2026
https://github.com/bonnezinmakker/aws-rekognition
Laravel package for AWS Rekognition API (PHP 8)
api aws face-compare face-detection image-processing image-recognition laravel laravel-aws-rekognition machine-learning ml php-8 rekognition video-recognition
Last synced: 16 Apr 2026
https://github.com/amdjadouxx/bones_break_detection
usage of yolo to detect if bones are break or not
artificial-intelligence image-processing yolov8
Last synced: 02 Aug 2025
https://github.com/praveendecode/bizcardx
Utilize OCR for business card data extraction. Present in interactive Streamlit UI. Optimize storage in PostgreSQL for efficient data management.
image-processing mongodb ocr-recognition postgresql python streamlit-webapp textdetection textextraction
Last synced: 09 Apr 2026
https://github.com/defi0x1/Blending-Image-Opencv
Blending image with background using opencv
background-image blending-images image-processing opencv text-detection text-recognition
Last synced: 08 Nov 2025
https://github.com/4o4e/tavolo
Headless Kotlin image processing and offline rendering toolkit powered by Skiko
bdf-font compose-dsl gif gif-processing graphics headless http-server image-processing kotlin offline-rendering skiko svg
Last synced: 03 Jun 2026
https://github.com/puripant/drawing-board
"Back to the drawing board" generates sketch lines from an image as if it was well thought out
drawing hough-transform image-processing joke sketch
Last synced: 05 Mar 2026
https://github.com/oshapandey/vehicle-count-and-detection-model
In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.
flask-application haar-cascade-classifier image-processing opencv python
Last synced: 09 Apr 2026
https://github.com/gyk4j/carrot
Crop, Adjust, Resize, ROTate
image-processing libvips pillow-library pyvips tkinter-gui
Last synced: 24 Sep 2025
https://github.com/lucs1590/qualification-computer-science-unesp
Documentação da quali sobre segmentações e deep learning.
convolutional-neural-networks deep-learning image-processing image-segmentation instance-segmentation iou panoptic-quality panoptic-segmentation segmentation semantic-segmentation unesp
Last synced: 05 Mar 2026
https://github.com/notthestallion/image-compression-through-svd-factorization
The goal is to program an SVD-based image compression algorithm related to lossy compression methods like JPEG, which typically rely on the Discrete Cosine Transform (DCT), a transformation similar to discrete Fourier transform.
compression compression-algorithm image image-processing
Last synced: 05 Mar 2026
https://github.com/iberisoft/ippi
Some functions of Intel IPP, the imaging part
Last synced: 05 Mar 2026
https://github.com/werctfourth/python-border-autocrop2
Python script that crops borders from images v2
border crop image-processing libvips numba numpy python python3
Last synced: 17 May 2026
https://github.com/souvik150/emerops
DevJams'22 Project in the Professional tools category
dart expressjs flutter image-processing machine-learning medical mongodb-database nlp nodejs reactjs tailwindcss
Last synced: 02 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/indivisual-eyes/indivisual-eyes-frontend
App to make photos easier to see for color blind individuals
app color flutter image-processing
Last synced: 17 Apr 2026
https://github.com/abdelrahmanbonna/imgproject
Matlab Image processing project
Last synced: 03 Apr 2026
https://github.com/abdelrahman-amen/resnet50-from_scratch_and_built_in
ResNet-50, with 50 layers, excels in image classification by addressing the vanishing gradient problem. Skip connections facilitate seamless information flow, empowering the model for intricate feature learning. Its unique architecture makes ResNet-50 a robust choice for complex pattern recognition.
image-processing keras python resnet-50 seaborn skit-learn tensorflow
Last synced: 17 Apr 2026
https://github.com/beakerandjake/bpimage
A simple image editing library which can be used from the command line.
c cli image image-processing python
Last synced: 17 Apr 2026
https://github.com/abhishtagatya/paleta
🎨 Palette Extraction and Management Tool for Game Assets
color image-processing palette tools
Last synced: 17 Apr 2026
https://github.com/lmlk-seal/diffusionetwork
DiffusioNetwork is a Python application using a GUI for generating images using various Stable Diffusion models.
ai assistant bot chat code gui image image-generation image-generation-ai image-generator image-processing model offline prompt python stable-diffusion
Last synced: 17 Apr 2026
https://github.com/veresdavid/imgproc-task5
A console application that learns characters from a given source then can recognize them from a scanned paper and then save the result in a text file.
character-recognition cpp image-processing opencv
Last synced: 30 Apr 2026
https://github.com/hacker097/painter
Paints an image with vector lines using evolution. Image processing and basic AI learning project.
ai evolution evolutionary-algorithm image-processing painting
Last synced: 04 Apr 2026
https://github.com/mehrab-kalantari/flowers-image-classification
Image processing and classification using random forest classifier
feature-extraction haralick-features hu-moments image-histogram image-processing
Last synced: 17 Apr 2026
https://github.com/shane-staret/ai-dog-identification-system-bucknell-csci-357
A Python solution utilizing neural networks and deep learning (via TensorFlow & Keras) to classify images as containing dogs or not.
ai ai-training deep-learning image-processing keras machine-learning neural-networks tensorflow tensorflow-keras
Last synced: 18 Apr 2026
https://github.com/musty-ess/traffic-sign-recognition-with-tensorflow-ai
This project implements a neural network using TensorFlow to classify images of traffic signs from the German Traffic Sign Recognition Benchmark (GTSRB) dataset. The model accurately identifies different types of traffic signs, such as stop signs, speed limit signs, and yield signs, among others.
ai artificial-intelligence autonomous-driving computer-vision convolutional-neural-networks deep-learning image-classification image-processing keras machine-learning neural-network opencv python supervised-learning tensorflow traffic-sign-detection traffic-sign-recognition
Last synced: 18 Apr 2026
https://github.com/ghosthack/imageio-native
Java ImageIO readers that delegate to platform-native image decoding APIs via Project Panama (FFM API, Java 22+). HEIC, AVIF, WEBP, JPEG 2000, camera RAW, and more through standard ImageIO.read().
avif heic image-processing imageio java native panama webp
Last synced: 04 Apr 2026
https://github.com/paperfoot/realrestore-cli
AI image restoration CLI for Apple Silicon. 9 tasks, MPS/MLX backends, watermark removal. Agent-friendly.
agent-friendly ai-image-enhancement apple-silicon deblurring denoising diffusion-models image-processing image-restoration image-super-resolution image-upscaling macos metal-performance-shaders mlx mps photo-restoration python-cli pytorch real-esrgan rust-cli watermark-removal
Last synced: 18 Apr 2026
https://github.com/ajay-mandal/cms_admin
CMS Admin Panle designed to deploy multiple store from single dashboard. Built using Nextjs14, Reactjs, Zustand, Typescript, Tailwindcss, Prisma, Stripe. All product and stores can be managed at single place along with order revenue analytic with graph dashboard
api authjs cloudinary image-processing nextjs14 postgresql prisma reactjs resend-email shadcn-ui tailwindcss typescript zustand
Last synced: 05 Apr 2026
https://github.com/peterdee/delphi-laplasian-filter
Linear Laplasian filter implementation with Delphi
delphi filtering image-processing laplasian
Last synced: 05 Apr 2026
https://github.com/europanite/image_ai_offline_distillation
image_ai_offline_distillation
distillation distillation-loss distillation-model expo image image-ai image-processing jest lightweight pytest python typescript
Last synced: 29 Jun 2026
https://github.com/lucasdiasjorge/computer-vision-basics
My personal Computer Vision and image processing repo
begginer c cpp image-processing opencv
Last synced: 18 Apr 2026
https://github.com/ariyanmlzm/react-image-processing
🖼️ Implementing image transforms with opencv toolbox developed with React.js.
image-processing opencv reactjs
Last synced: 05 Apr 2026
https://github.com/catexec/signature-recognition-cnn
A deep learning-based system for signature classification using CNN, HOG, and SIFT. This project segments signature images, applies feature extraction, and trains models to recognize individual signatures. Performance is evaluated using precision, recall, F1-score, and accuracy.
cnn computer-vision deep-learning feature-extraction hog-features image-processing machine-learning pattern-recognition pytorch siamese-cnn sift signature-recognition signature-verification tensorflow
Last synced: 18 Apr 2026
https://github.com/agarwalkaushal/image-processing
Integration of Google's Cloud Vision API in this Android Application
android google-cloud-vision image-processing java
Last synced: 18 Apr 2026
https://github.com/protyayofficial/hypc-net
HYPC-Net combines deep convolutional neural networks with classical machine learning techniques to achieve superior accuracy in classifying yoga poses. This project includes a comprehensive analysis of model performance using the Yoga-82 dataset, offering a comparative study against state-of-the-art CNN models.
hybrid-transfer-learning image-classification image-processing meta-features yoga-pose-classification
Last synced: 18 Apr 2026
https://github.com/zainibeats/image-pdf-tools
Python tools for turning images into a grid and appending it to the end of a PDF
automation heic image-processing pdf python reciepts
Last synced: 04 Jun 2026
https://github.com/primeeagle/vnet.imageprocessing
An image processing library that includes algebraic processing, color processing, enhancement, geometric processing, morphology, and segmentation.
dotnet dotnet-core dotnet-library image-processing
Last synced: 19 Apr 2026
https://github.com/vbhavank/relativeimagepreprocess
This repository contains script to preprocess data from one dataset relative to the characteristics of a target dataset using distributing shifting and scaling.
computer-vision image-preprocessing image-processing preprocessing
Last synced: 19 Apr 2026
https://github.com/anujesh-ansh/background-remover
Welcome to the Background Remover tool! ✨ Effortlessly transform images by removing backgrounds with lightning-fast processing and user-friendly controls. 🚀📸
background-subtraction beginner-friendly image-processing python streamlit
Last synced: 19 Apr 2026
https://github.com/vishal815/cat-vs-dog-image-classification-making-a-prediction
This project focuses on building a powerful image classification model to distinguish between cats and dogs using a Convolutional Neural Network (CNN)
catvsdog-classifier convolutional-neural-networks deep-learning github-code image-classification image-classification-algorithms image-processing image-processing-python imageclassification kaggle keras machine-learning nuralnetwork python tenserflow vishal vishallazrus
Last synced: 19 Apr 2026
https://github.com/iparsw/bir
Bulk Image Resizer
bulk-image-resize bulk-operation image image-manipulation image-processing image-resi
Last synced: 04 Jun 2026
https://github.com/guiss-guiss/imagemap
A Python application for image processing that preserves visual vibrancy by avoiding color averaging, featuring a graphical interface and multilingual support.
color-mapping image-optimization image-processing image-resizing image-scaling
Last synced: 04 Jun 2026
https://github.com/ahmed-ai-01/multimodal-rag
An AI-powered chat application using text, audio, and images for context-aware responses. It integrates language models and vector databases to enhance retrieval-augmented generation (RAG) capabilities, making it a versatile tool for intelligent conversations.
ai audio-processing chatbot image-processing language-model multimodal pdf-processing pinecone rag streamlit
Last synced: 20 Apr 2026
https://github.com/santhalakshminarayana/image-enhance
Extensive Image enhancement methods implementation in Python.
chromatic-adaptation computer-vision image-enhancement image-processing python retinex whiteboard-image-enhancement
Last synced: 15 May 2026
https://github.com/jacobx1/camera-app
Playground for manipulating images in the browser
image-processing parcel react video
Last synced: 20 Apr 2026
https://github.com/play3rzer0/edgedetect
Edge detection using ImageChops
computer-graphics computer-vision edge-detection image-processing python
Last synced: 20 Apr 2026
https://github.com/tanyakuznetsova/image-restoration-with-gibbs-sampler
Reconstructing a black and white Japanese woodblock print using Bayesian inference
bayesian-inference gibbs-sampler gibbs-sampling gibbs-sampling-algorithm image-denoising image-processing unsupervised-learning unsupervised-machine-learning
Last synced: 20 Apr 2026
https://github.com/mauke/image-thumbhash
A very compact representation of an image placeholder
image-hash image-processing perl
Last synced: 19 Feb 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/navindafernando/face-detection-using-haar-cascades
Object detection using cascade classifiers :green_apple:
haar-cascade-classifier image-processing object-detection opencv
Last synced: 21 Apr 2026
https://github.com/akilmarshall/procedural-image-generation
Experiments in the procedural generation of tiled images.
image-generation image-processing procedural-generation python3 rust-lang
Last synced: 21 Apr 2026
https://github.com/ritikpandey01/teen-age-validator-ocr
This project is a backend-only Aadhaar verification system built using Python and Tesseract OCR.
image-processing image-recognition machine-learning ocr opencv python
Last synced: 21 Apr 2026
https://github.com/matissoss/mateus-image
Simple CLI program for image manipulation
cli image image-processing rust
Last synced: 07 Jun 2026
https://github.com/tugcantopaloglu/object-movement-detection-image-processing
A object movement detection for ros and realtime robots. No framework pure image processing.
image-processing movement-detection python ros
Last synced: 27 Apr 2026
https://github.com/paulsenon/poc-node-sharp-image-server-playground
Just a quick poc to experiement with sharp lib and how to tweak options to make it performant.
image-processing nodejs sharp typescript
Last synced: 27 Apr 2026
https://github.com/pezhvak98/image-thresholding-
Basic thresholding of an image using OpenCV library with trackbar
blur-image image-processing opencv thresholding
Last synced: 27 Apr 2026
https://github.com/thesiamak01/face-detection-js
This is a lightweight face detection system built purely with JavaScript and the Canvas API, without any external libraries or dependencies. The system uses the user's webcam to detect and track facial features in real-time.
face-detection image-processing javasxcript js
Last synced: 27 Apr 2026
https://github.com/kemalsanli/ymgk2
Bitwise xor kullanarak python ile görüntü şifreleme.
bitwise bitwise-xor image-encryption image-processing kriptoloji opencv-python python python-3 xor
Last synced: 07 Jun 2026
https://github.com/rizquuula/genderclassification
Simple example for gender detection or classification with tensorflow, keras, and opencv
gender gender-classification gender-detection image-processing python python3 tensorflow
Last synced: 28 Apr 2026