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-02 00:15:12 UTC
- JSON Representation
https://github.com/robertobochet/iacv-homework
My proposal solution for the homework for the PoliMi course `Image analysis and computer vision 2020/2021`
3d-reconstruction computer-vision course homework homography image-processing image-rectification polimi
Last synced: 07 Apr 2025
https://github.com/awrsha/traffic_sign_recognition
Final Project for Introduction to Computer Vision and Image Processing (IBM Course)
cnn computer-vision image-processing
Last synced: 12 Jun 2025
https://github.com/meqdaddev/color-detector-using-hue-channel
A C++ program with openCV, it detects a specific color in an image by Hue channel from HSV model.
c-plus-plus color-detection hsv image-processing opencv
Last synced: 15 May 2026
https://github.com/ssoad/pytorch-imagesegementation
Human Segmentation using PyTorch
image-processing image-processing-python image-segmentation image-segmentation-pytorch pytorch-cnn pytorch-implementation
Last synced: 04 Jul 2025
https://github.com/vforsh/nine-slice-editor
Nine Slice Editor for PhaserJS
game-development image-processing nine-patch nine-slice phaser
Last synced: 18 Apr 2026
https://github.com/khushhallchandra/cs-736
Algorithms for Medical Image Processing
cs736 iitb image-processing mediawiki medical mip
Last synced: 23 Sep 2025
https://github.com/kelvins/imgproc
:mount_fuji: Go package that provides simple image processing functions
Last synced: 28 Jun 2026
https://github.com/sn4k3/emguextensions
EmguCV Extensions for C#
computer-vision emgu emgucv extensions-csharp image-processing opencv
Last synced: 30 May 2026
https://github.com/andreihar/ar-homographies
Planar Homographies in AR
augmented-reality computer-vision homography image-processing matlab video-processing
Last synced: 30 Mar 2025
https://github.com/zecat/cardscan
Extract black bordered frame in an image, adjust perspective, crop and rotate.
card image-processing opencv-python perspective-transformation scanner sheet
Last synced: 16 Mar 2025
https://github.com/prithivsakthiur/trash-net
Trash-Net is an image classification vision-language encoder model fine-tuned from google/siglip2-base-patch16-224 for a single-label classification task. It is designed to classify images of waste materials into different categories using the SiglipForImageClassification architecture
classification google gradio huggingface-transformers image-classification image-processing pillow python torch trash vision-transformer
Last synced: 09 Apr 2025
https://github.com/yanndr/img
Image resize client in go
cli client go golang image image-processing resize resize-images
Last synced: 13 Jun 2026
https://github.com/mcrd25/python-image-gen
Simple python based app/script using DALL-E
ai dalle2 image image-generation image-processing openai openai-api python python3 text-completion
Last synced: 07 Jan 2026
https://github.com/lvntky/imaget
Image Processor for command line.
crop image-processing image-processor imaget python resize-images resizer watermark
Last synced: 03 Apr 2025
https://github.com/maqmal/glaucoma
Glaucoma classification using multiple ML and DL model
deep-learning image-classification image-processing scikitlearn-machine-learning tensorflow
Last synced: 19 Apr 2026
https://github.com/o98k-ok/img-outline
🎅 Add a charming background to your picture. 🎅
golang image-merge image-processing production screenshot
Last synced: 16 Mar 2025
https://github.com/martincorona007/graphics
Repo for the Graphics Class https://dev.to/martincorona007/matrix-neighbors-2d9
graphics image-processing image-processing-opencv image-processing-python matrices matrix matrix-multiplication rotation subject-graphics translation
Last synced: 15 Aug 2025
https://github.com/pawankumar-dev/converter-pngtojpg-and-jpgtopng-
Image Converter script for PNG to JPG & JPG to PNG
gif image-converter image-processing jpg jpg-to-gif jpg-to-png png png-to-gif png-to-jpg
Last synced: 01 Sep 2025
https://github.com/khyatimahendru/applications-linear-algebra
Linear Algebra is very close to my heart. In this project, I explored various applications of Linear Algebra in Data Science to encourage more people to develop an interest in this subject.
computer-vision data-science dimensionality-reduction image-processing latent-semantic-analysis linear-algebra machine-learning nlp pca svd word-embeddings word2vec
Last synced: 07 Apr 2025
https://github.com/lmantw/canvaz
A simple, easy-to-use image processing library written entirely in Zig.
image-processing zig zig-library zig-package
Last synced: 03 Apr 2025
https://github.com/rekalogika/file-image
[READ-ONLY] Simple image resizing filter for rekalogika/file. Callers provide the maximum width or height of the desired result, and whether to square-crop it.
file filter image image-processing php
Last synced: 26 Feb 2026
https://github.com/aiaaee/googlenet
GoogLeNet is a type of convolutional neural network based on the Inception architecture.
cnn-architecture deep-learning image-processing model
Last synced: 15 Sep 2025
https://github.com/saman-nia/cutting-edge-image-processing
Cutting Edge in Image Processing
computer-vision cutting-edge grayscale-images image-analysis image-processing
Last synced: 23 Sep 2025
https://github.com/kaalpanikh/intro-aushadhiai
AushadhiAI - An intelligent prescription analysis tool that uses AI to identify medications from uploaded prescriptions. Users can upload images (including iPhone HEIC formats) to get detailed information about medications, including indications, side effects, and drug interactions. Built with vanilla JavaScript frontend and Python backend.
drug-information healthcare healthcare-application heic-support image-processing javascript medical-ai medication-management ocr pharmaceutical prescription prescriptive-analytics python web-application
Last synced: 16 May 2026
https://github.com/youkoulayley/worker_images
Resize and crop images in your application asynchronously with NATS.
crop crop-image image image-processing nats nats-streaming python resize resize-images worker-images
Last synced: 16 Jan 2026
https://github.com/fitushar/seamcarving_content-aware-image-resizing
The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significant (background) objects. Content aware image resizing (CAIR) algorithm uses the different edge detection methods to segregate the useful objects from the background. When applied to an image, CAIR can resize the image to a very different aspect ratio without destroying the aspect ratio of the useful objects in the image. In this project, we simply implement a content aware image resizing (CAIR) in MATLAB environment. The main idea to implement CAIR is to remove or insert the vertical or horizontal seams (paths of pixel) having the lowest energy. After implanted the Seam Carving Algorithm for Content aware image resizing (CAIR), analysis shows that the implemented seam carving for CAIR can generate more desirable resized images than cropping, resampling, and conventional seam carving techniques.
content-aware-resize image image-processing matlab matlab-gui resizing-images seam-carving
Last synced: 24 Aug 2025
https://github.com/xavier83ar/image-presenter
A CakePHP plugin for creating thumbnails and image variants on the fly
cakephp cakephp-plugin helper image image-processing thumbnails
Last synced: 28 May 2026
https://github.com/himanshuraj98/book-genre-classification
This GitHub repository contains code for a book genre classification project using the VGG16 deep learning model. The project aims to classify books into various genres based on their cover images. The dataset used for training and testing the model consists of 30 book genres.
classification computer-vision csv deep-learning image image-processing imageclassification ipython-notebook kaggles matlab pytorch rendering transfer-learning vgg16
Last synced: 04 Mar 2026
https://github.com/mehmetgoren/alpr
Feniks iNVR Automatic License Plate Recognition Service
docker feniks image-processing license-plate-recognition message-broker microservice redis scalability
Last synced: 05 Feb 2026
https://github.com/denkhaus/cropper
A simple image croper
crop golang image-processing smartcrop
Last synced: 26 May 2026
https://github.com/antosiowsky/vein-scanner
A portable vein scanner with real-time vein pattern projection using IR imaging and a mini projector. Designed to assist in medical procedures requiring precise vein access.
image-processing ir projection raspberry-pi vein-biometrics
Last synced: 07 Jan 2026
https://github.com/qwli7/mediatool
MediaTools
ffmpeg image image-processing pyqt5 python3 video video-editing video-processing watermark
Last synced: 31 Mar 2025
https://github.com/mews/braille-images
A python app that converts images to text using braille characters
image-processing image-processing-python python tkinter tkinter-python
Last synced: 16 Jan 2026
https://github.com/dmamakas2000/filter-ppm-cpp
An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.
2darrays cpp filter functions image-processing inheritance mathematics ppm-image
Last synced: 28 Mar 2025
https://github.com/ggcr/panorama-stitching
Combines multiple images with overlapping fields of view by making homographies between them to produce a segmented Panorama. This project is based on the paper by M. Brown and D. G. Lowe presented in the IJCV.
computer-vision homography image-processing matlab panorama panorama-stitching vision
Last synced: 09 Aug 2025
https://github.com/ggcr/visual-calculator
A visual arithmetic calculator capable of performing simple operations with real time hand gestures.
computer-vision image-processing
Last synced: 09 Aug 2025
https://github.com/glorkpixels/encoding-an-image-with-another-image
encoding an image with another image, and decoding it back. Paper application
decypher decyption encoding encryption encryption-decryption image image-processing
Last synced: 04 Jul 2025
https://github.com/yc-cui/super-ad
Rethinking Identity Mapping in Self-Supervised Hyperspectral Anomaly Detection: A Unified Perspective on Network Optimization
deep-learning hyperspectral-anomaly-detection hyperspectral-image-classification image-processing neural-network pytorch segmentation self-supervised unified-framework
Last synced: 27 Apr 2026
https://github.com/dev-khant/car-number-plate-detection-and-extraction
Detection of Car number plate and extraction of number.
aws-textract docker flask heroku image-processing yolov4
Last synced: 14 May 2026
https://github.com/aniketraut16/vi-sem-labs
This repository is a collection of all the codes and screenshots from my 6th-semester lab sessions. It serves as a personal archive of my work across various subjects, capturing both the learning process and the results. Dive in to explore and learn!
data-mining data-warehousing deep-learning image-processing natural-language-processing video-processing
Last synced: 02 Sep 2025
https://github.com/soham4abc/texter
Image to editable text converter
ai api-rest character-recognition frontend image-processing python
Last synced: 13 Apr 2026
https://github.com/asirihewage/remove_metadata_comfyui
A lightweight custom ComfyUI node that removes all metadata from images (EXIF, PNG text chunks, AI generation info) while keeping the image visually unchanged.
comfyui comfyui-custom-node comfyui-nodes image-processing metadata
Last synced: 11 Apr 2026
https://github.com/camjc/batch-image-comparison
Uses GraphicsMagick to visually match up two folders of images with different filenames.
compare comparison diff graphicsmagick image-processing imagemagick
Last synced: 22 Feb 2026
https://github.com/dimamirana/car-number-plate-recognition-system
matlab
image-processing image-recognition image-segmentation matlab matlab-gui
Last synced: 02 Apr 2025
https://github.com/saravanabalagi/singularity_imagemagick
Singularity container for imagemagick with GNU Parallel
gnu-parallel image-magick image-processing singularity singularity-container
Last synced: 14 Jun 2025
https://github.com/cyberfantics/picpdf-maker
picPDF Maker is a simple web app that converts images into customizable PDF files. With options for page size, orientation, margins, and colors, users can create high-quality PDFs easily. The app also features a dark mode for a better viewing experience.
cyberfantics hacktoberfest hacktoberfest-accepted hacktoberfest2024 image-processing image-to-pdf jpeg-to-pdf open-source pngtopdf programming python pythonprojects streamlit web-application
Last synced: 13 Apr 2026
https://github.com/mgsandaruwan/shiny_spy
About the ShineSpy app is designed to check the oiliness of our skin. Here we have divided the oiliness of the skin into 3 levels namely level 1, level 2 and level 3. Not only that, we suggest some treatments to make your skin attractive.
image-classification image-processing machine-learning skin-checker skin-detection skin-oilness-detection
Last synced: 07 Apr 2025
https://github.com/yas-sim/python-dpcpp-extension-sample-code
Python extension sample code using Intel oneAPI DPC++. The extension does a simple image processing using DPC++ kernel.
box-filter convolution-filter dpcpp gpu-acceleration gpu-programming heterogeneous heterogeneous-parallel-programming image-processing numpy numpy-capi oneapi opencl python python-extension sample-code sycl
Last synced: 13 Apr 2026
https://github.com/kurenn/medusa
A command tool to stack images from URL's
cli elixir image-processing imagemagick
Last synced: 23 Mar 2025
https://github.com/ahmdvnd/directshowcameraproject
a useful project for camera library (Directshow) in c++ .
camera cpp directshow image image-processing library real-time usb video video-processing windows
Last synced: 07 May 2026
https://github.com/o-l-l-i/ComfyUI-Olm-Histogram
A compact, real-time histogram analysis node for ComfyUI — with easy-to-use interactive UI, smooth rendering, and accurate pixel sampling. Built for compositing-style workflows and color diagnostics.
comfyui-custom-node image-processing javascript python
Last synced: 19 Aug 2025
https://github.com/mementomori11723/gifnetor
A video to gif converter built in go and ffmpeg
conversion image-processing opencv pillow python streamlit
Last synced: 12 Apr 2026
https://github.com/scipion-em/scipion-em-modelangelo
Scipion plugin for ModelAngelo: an automatic atomic model building program for cryo-EM maps. With or without providing a sequence.
cryoem fair image-processing science scientific-computing scipion workflow
Last synced: 18 Jun 2025
https://github.com/pedrofellipeantunes/halftone-java
Java program to apply a halftone filter to an image.
graphics halftone hatching image-processing java manga swing
Last synced: 10 Jun 2025
https://github.com/amruta33/invoice-app
Extracting specific text from an image typically involves using Optical Character Recognition (OCR) techniques. Here's a general outline of the process:
deep-learning gemini-pro-vision generative-ai image-processing llm nlp python
Last synced: 30 Mar 2025
https://github.com/jjshay/mockup-generator
Create professional product mockups automatically - artwork in frames, room scenes
automation ecommerce image-processing mockup mockups pillow product-photography python
Last synced: 17 Jan 2026
https://github.com/robcyberlab/image-pixel-clustering
🌀Image Pixel Clustering📏
clustering data-science data-visualization dbscan-clustering euclidean-distances hierarchical-clustering image-processing kmeans-clustering machine-learning python single-linkage-clustering
Last synced: 31 Mar 2025
https://github.com/belajarqywok/wacht_am_rhein
spy cam in rc
digital-image-processing image-processing spycam
Last synced: 23 Mar 2025
https://github.com/gitfrandu4/40982-p1
Repositorio de la Práctica 1 en Visión por Computador, explorando el uso de OpenCV para crear imágenes artísticas, manipular píxeles y capturar video. Incluye ejercicios como diseño de un tablero de ajedrez, estilo Mondrian, y un efecto “Pop Art” con la cámara web.
computer-vision image-processing mondrian-style numpy opencv pop-art python visual-art webcam-capture
Last synced: 09 Apr 2026
https://github.com/lokk798/computer-vision-mcqs
Collection of multiple-choice questions (MCQs) for Computer Vision course revision
computer-vision image-processing mcq quiz
Last synced: 02 Jul 2025
https://github.com/moshesipper/attackar
Attackar: Attack of the Evolutionary Adversary
adversarial-attacks deep-learning deep-neural-networks image-processing
Last synced: 27 May 2026
https://github.com/quantum9innovation/fezazza
A deep learning image enhancement library starting with artificial bokeh generation
deep-learning image-blur image-enhancement image-processing
Last synced: 29 Mar 2025
https://github.com/atharvaj1234/glyphify
AI-powered mobile app for converting handwritten notes and documents into editable digital text - built to boost productivity for students and educators.
ai ai-agents android android-application edtech education handwriting-recognition handwritten-character-recognition handwritten-text-recognition image-processing machine-learning mobile-app mobile-application ocr react-native react-native-app student-productivity text-extraction
Last synced: 30 Jul 2025
https://github.com/aarich/image-fade
A tool for creating neat-o transitions between images
algorithms animation gifs image-manipulation image-processing
Last synced: 15 Sep 2025
https://github.com/ankitkataria/image-denoising-pipeline
:camera: An experimental image denoising implementation for ECN-316
Last synced: 31 Dec 2025
https://github.com/anjanasenanayake/arm-based-simple-image-processor
Image processing library implemented with ARM assembly
arm arm-assembly computer-architecture image-manipulation image-processing memory-storage stack
Last synced: 12 May 2026
https://github.com/equalogic/degas
Functions for image file reading, manipulation and validation, in TypeScript
Last synced: 26 Mar 2025
https://github.com/shlason/imgproxy
一個可以將儲存在任一地方的圖片進行縮放和套用濾鏡,而不用額外儲存圖片的簡易 proxy server
golang image-processing proxy-server side-project
Last synced: 28 May 2026
https://github.com/mrakitin/databroker-extractor
Tools and utilities for experiments
data-acquisition databroker image-processing python
Last synced: 27 May 2026
https://github.com/fechbmaster/3dnirmapper
A 3D Mapper to map NIR images on a 3D tooth model.
image-processing python python3
Last synced: 06 Jul 2025
https://github.com/vardan2009/c-bmp
C Library for reading and writing BMP files
bmp bmp-image bmp-images c image-processing
Last synced: 25 May 2026
https://github.com/elevans/fiji-scripts
A repository for image processing scripts for ImageJ2/Fiji.
image-analysis image-processing
Last synced: 30 Apr 2025
https://github.com/satyajitghana/medical-image-analysis
contains the course Medical Image Analysis from NPTEL
image-processing image-processing-python medical-image-analysis medical-image-computing medical-imaging nptel
Last synced: 06 Mar 2026
https://github.com/iamdanialkamali/realtime-ar-sudoku-solver
RealTime AR Sudoku Solver
augmented-reality image-processing pattern-matching realtime-interactive-system
Last synced: 16 Mar 2025
https://github.com/nazanin1369/trafficsignsclassifier
CovNET classifier with Tensorflow
convolutional-neural-networks image-processing image-recognition self-driving-car
Last synced: 21 Feb 2026
https://github.com/brlin-tw/imagemagick-part
Provide and fix ImageMagick in snap runtime
image-processing imagemagick remote-part snapcraft snappy
Last synced: 15 Mar 2025
https://github.com/debugger404/multi-dimensional-image-modeling
PyTorch Multi-Dimension Model Training - 🖼️ Training models on random multi-dimensional images with labels. Includes datasets of 8D images and supports image classification using pretrained models like ResNet18, VGG16, DenseNet161, and AlexNet. Adjustable for 3D image training.
image image-processing model multidimensional python pytorch traninig
Last synced: 30 Apr 2026
https://github.com/shivabhattacharjee/image-sonification
audio-processing compression image-processing sonification
Last synced: 26 Jan 2026
https://github.com/hakaneroztekin/face-recognition
A face recognition application developed in JavaScript. It is a collaborative work of our project team.
computer-vision face-recognition image-processing javascript
Last synced: 02 Sep 2025
https://github.com/shahedbd/awesome-web-tool
Awesome Web Tool
basic calculator image-processing
Last synced: 28 May 2026
https://github.com/jonfryd/imageclustering
Content-Based Image File Renaming Tool
clustering computer-vision image-processing ml unsupervised-learning
Last synced: 30 Mar 2025
https://github.com/lanzani/videocolorsbarcode
🎞️🎨 Generates a colors barcode by plotting the dominant color of each frame of a video.
image-processing python streamlit video-processing
Last synced: 11 Apr 2026
https://github.com/jphall663/frank_not_frank
Original, free sample images.
data-mining data-science image-classification image-processing machine-learning python
Last synced: 07 Apr 2025
https://github.com/kr1zzo-FER/Digital-Image-Processing
This repository is a part of the various projects and laboratory exercises at the Faculty of Electrical Engineering and Computing, University of Zagreb
camera-calibration image-analysis image-processing
Last synced: 05 May 2025
https://github.com/bbs1412/distributedattendancesystem
This is the distributed processing version of the 'Smart Attendance System' project.
attendance-system distributed-computing image-processing machine-learning parallel-processing socket
Last synced: 09 Oct 2025
https://github.com/dotblueshoes/robertscross
The Roberts cross operator is used in image processing and computer vision for edge detection.
cuda edge-detection image-processing
Last synced: 30 Mar 2025
https://github.com/helyousfi/image-processing-library-in-c
This repository contains a collection of C algorithms designed for advanced signal and image processing tasks, including filtering, rotating, cropping, denoising, and more.
c-programming image-processing signal-processing
Last synced: 15 Mar 2025
https://github.com/gtiwari333/javacv-test-capture-webcam
https://ganeshtiwaridotcomdotnp.blogspot.com/2017/01/javacv-configuration-in-windows.htmlJavaCV-Test-Capture-WebCam
image-processing java javacv webcam
Last synced: 24 May 2026
https://github.com/danthe1st/convolut0r
Convolut0r allows to manipulate images using (custom and preset) Convolutions.
Last synced: 08 Aug 2025
https://github.com/markoshb/mouse-management-using-opencv
Check this cool Computer Vision project!
computer-vision image-processing opencv python
Last synced: 13 Apr 2026
https://github.com/ibz-04/video-frame-processing
processing videos by frames
image-manipulation image-processing video-processing
Last synced: 31 Mar 2025
https://github.com/kalwalt/vrgl-imgproc
A simple library for image processing in virgil https://github.com/titzer/virgil
image-processing virgil virgil-language wasm
Last synced: 05 Jul 2025
https://github.com/ugnmura/Pixelbased_Metaballs_Processing_Java
Pixelbased Metaballs created with Processing 3 in Java
image-processing java metaballs pde pixels processing
Last synced: 02 Sep 2025
https://github.com/nvinayvarma189/helping-lenna
Code for Image Processing Challenge on skillenza
accuracy image-processing lenna skillenza
Last synced: 02 Apr 2025
https://github.com/jcaperella29/document_cleaning_cli
🧠 AI-powered pipeline for cleaning scanned documents. Removes noise, enhances text, auto-tunes model weights, and returns OCR-optimized PDFs via CLI or cloud API.
auto-tune batch-processing cli-tool cloud-run computer-vision deep-learning denoising document-ai document-processing fastapi image-enhancement image-processing ocr ocr-pipeline ocr-pipelines pytesseract python rest-api scanned-documents
Last synced: 08 Jun 2026
https://github.com/docutain/docutain-sdk-example-windows-forms-.net-framework
Sample project showing how to integrate the Docutain SDK into a Windows Forms application.
data-capture dataextraction image-filter image-processing ocr ocr-recognition pdf sdk textrecognition
Last synced: 03 Jul 2025
https://github.com/darkseriuscode/ascii-image
Программа выводит растовые изображения с помощью ASCII символов.
ascii-art image-processing python3
Last synced: 10 Jun 2026