An open API service indexing awesome lists of open source software.

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

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: 11 Sep 2025

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: 11 Sep 2025

https://github.com/m-ah07/PDF-to-Images-Conversion-python

A lightweight Python service for converting PDF files into images using pdftoppm. It generates one PNG image per page in the PDF.

file-conversion image-extraction image-processing open-source open-source-python pdf-to-image pdf-tools python-library python-scripts python-utilities

Last synced: 11 Sep 2025

https://github.com/m-ah07/Merge-Images-to-PDF-php

A simple PHP project for merging multiple images into a single PDF file. This project uses the FPDF library to handle PDF generation.

image-processing image-to-pdf merge-images open-source pdf-generation pdf-tools php php-projects

Last synced: 11 Sep 2025

https://github.com/cascadepass/glazier

Remove image backgrounds using machine learning and some cleverness.

background-removal cli desktop dotnet-core image-processing ml onnx wpf

Last synced: 12 Apr 2026

https://github.com/ghosteater1311/hand-written-digits_regconition

Predict the digits draw in canvas from user in real-time using Convolution Neutral Network

cnn-classification computer-vision image-processing knn-classification opencv

Last synced: 18 May 2026

https://github.com/phundrak/images-tache

Second year university project

c image image-processing university-project

Last synced: 29 Jul 2025

https://github.com/freakwill/pillow-extension

extension of pillow for image processing

image-processing pillow

Last synced: 04 Oct 2025

https://github.com/jotstolu/training-machine-learning-models-for-weed-classification

This project involves training different machine learning-based classifiers using image processing techniques to accurately classify two weed classes: charlock and cleavers.This Image classification task focuses on Four Main things: 1)Image Preparation and Pre-processing 2)Feature Extraction 3)Model Training 4)Model Evaluation and Analysis

deep-learning deep-neural-networks image-classification image-processing machine-learning

Last synced: 21 Mar 2025

https://github.com/elifirinci/change-hair-color

This project demonstrates how to change the hair color in an image using OpenCV. The script allows users to select the hair region in an image and apply a new color to it. The technique leverages image processing and color manipulation to detect the hair area and replace its color dynamically.

change-color color computer-vision hair hair-detection image-processing opencv

Last synced: 18 May 2026

https://github.com/dineshdhamodharan24/data_science_final_project

Customer Insights & Recommendation System: Harnessing Decision Tree, Logistic Regression, and Random Forest models for behavior analysis. Utilizing EasyOCR and Python Imaging Library for image information extraction. Employing NLTK for sentiment analysis on textual data

classification final-project guvi-projects image-processing nltk-python numpy ocr pandas recommendation-system sentiment-analysis sklearn-library streamlit text-processing worldcloud

Last synced: 02 May 2026

https://github.com/jvpichowski/quest-bexus

The QUEST experiment that is flown on a high altitude balloon of the REXUS/BEXUS program: https://jvpichowski.github.io/quest-bexus/

automation bexus experiment high-altitude-balloon image-processing research rexus space student technology

Last synced: 21 Mar 2025

https://github.com/garthtb/prismpanda

Saturates an image in various colour spaces (JzCzHz, OKLCH, RCT, etc.).

color-science color-spaces colour-science colour-spaces csharp image-processing saturation-adjustment windows-app

Last synced: 14 Jun 2025

https://github.com/zkaraqy/web-pengolahan-citra

A web application for advanced digital image processing (morphology, thresholding, edge detection) built with Flask & OpenCV. UAS project for Digital Image Processing course at university.

bootstrap5 flask github-copilot image-processing learn morphology num open-source pyt website

Last synced: 17 May 2026

https://github.com/lauratrigo/codigo_roti

Análise de ROTI é uma ferramenta em MATLAB para processar e visualizar dados ionosféricos (ROTI) de múltiplas estações GNSS. Desenvolvido para pesquisas em geofísica espacial, o script gera gráficos temporais comparativos com filtros de qualidade e tratamento de dados faltantes. 📡

data-analysis geophysics image-processing matlab roti scientific-initiation

Last synced: 24 Jun 2025

https://github.com/liteobject/webcamwrapper

Real-time webcam processing with virtual camera output for video conferencing and streaming applications.

computer-vision image-processing obs-studio opencv real-time streaming video-conferencing video-effects video-streaming virtual-camera virtual-camera-obs webcam

Last synced: 18 May 2026

https://github.com/kumarmhaske/image-compression-app

This repository contains a web application built with Flask that allows users to compress images using the KMeans clustering algorithm. The application provides an easy-to-use interface for uploading images, compressing them, and downloading the compressed version.

advancemachinelearning computer-vision data-science image-processing kmeans kmeans-clustering machine-learning-algorithms

Last synced: 03 Apr 2025

https://github.com/dangnh0611/rubik_tasks

rubikTALENT program assignments

computer-vision deep-learning image-processing

Last synced: 24 Jul 2025

https://github.com/rizquuula/imagesplitter

This is image splitter project, so simple

image-processing opencv opencv-python python3 splitter

Last synced: 18 May 2026

https://github.com/alexkranias/photessera

Photessera is a Java-based video and image manipulation software that can allows users to create video and image mosaics, constructed out of a separate group of user-selected images. The software supports the following file types as input: MP4, MOV, PNG, JPG. As of now the software is only verified as functional on Windows devices. A video explanation of the functionality of the software can be found @ https://youtu.be/ftKO35jiCHQ

art digital-art image image-manipulation image-processing video video-effects video-processing windows

Last synced: 21 Apr 2026

https://github.com/gracesevillano/vibot-scene-segmentation-labs

This repository is dedicated to the collection of 10 laboratory reports from the "Scene Segmentation and Interpretation" course, a key component of the Master Degree in Vision and Robotics (VIBOT). Each lab focuses on a specific aspect of scene segmentation and interpretation, employing various techniques from edge detection to image restoration.

computer-vision denoising denoising-images filter image-processing python signal-processing texture-classification

Last synced: 18 May 2026

https://github.com/msaadx/compiler-on-cpp

In this project, I have developed a small compiler that reads a .txt file. The compiler performs two main tasks: parsing the file and detecting any errors within it. After successfully parsing the file, the compiler proceeds to read specific commands for image processing functionalities. These functionalities have been implemented using OpenCV.

image-processing opencv

Last synced: 17 May 2026

https://github.com/cserajdeep/efficient_remover_of_duplicate_images

Image Processing and Hashing-based duplicate image remover python code that can deal with different sizes, intensity, and grayscale.

duplicate-detection hashing image-processing python

Last synced: 18 May 2026

https://github.com/robotpy/robotpy-photonvision

No longer supported, use https://github.com/PhotonVision/photonvision/tree/master/photon-lib/py instead

frc image-processing python robotpy robotpy-build

Last synced: 29 Sep 2025

https://github.com/dominic-g/webp-shift

Seamless Image Optimization: Automatically convert and serve WebP images to enhance your WordPress site’s performance without sacrificing quality.

image-processing seo seo-optimization wordpress wordpress-plugin

Last synced: 24 Jan 2026

https://github.com/ozzy-zy/enhancer

A Cross-Platform Image Enhancment CLI tool for the needy nerds

filters-and-effects image-enhancement image-processing python3

Last synced: 08 May 2025

https://github.com/gaetanozappi/cameffect

In processing project that uses the PC camera by applying filters.

camera image image-processing photo processing

Last synced: 13 Apr 2025

https://github.com/mrabdelaziz/opencv-image-position-checker

Image Position Checker is a Python script that allows you to check a collection of images to see if they contain specific positions with defined colors. If an image meets these criteria, it will be moved to another directory.

image-processing machine-learning opencv

Last synced: 17 May 2026

https://github.com/varungaikwad/image-resizer

Resize and generate platform-specific icons (mobile, desktop, web, wearables) from a single image. Drag & drop interface with responsive design.

css favicon-generator file-upload html icon-generator image-processing image-resizer javascript responsive-ui web-application

Last synced: 18 May 2026

https://github.com/thatisuday/bitmap-color-tools

A Web Application to generate color values for Bitmap images

binary bitmap bmp color-picker hexadecimal image-processing

Last synced: 24 Feb 2025

https://github.com/mr-talhailyas/histogram-equalization-and-contrast-stretching

Histogram equalization and contrast stretching without using builtin library functions.

contrast-stretching histogram-equalization image-enhancement image-processing numpy

Last synced: 29 Apr 2026

https://github.com/nagipragalathan/orangelab

The Python module developed for the Orange Python Tool Plugin serves a dual purpose, providing functionalities for both image processing using OpenCV and the generation of synthetic datasets through the Faker library.

ai data-mining data-science dataset fake-data-generator image image-processing ml orange python3 pyton

Last synced: 18 May 2026

https://github.com/sayamalt/fruits-and-vegetables-image-recognition

Successfully established a deep learning model which can accurately detect and recognize the images of a wide variety of fruits and vegetables.

computer-vision convolutional-neural-networks image-processing multiclass-image-classification opencv

Last synced: 18 May 2026

https://github.com/lucadibello/vehicleregistrationplaterecognizer

This program is able to read vehicles registration plates using OpenCV and OCR (Optical Character Recognition)

image-processing ocr-recognition opencv-python pytesseract tesseract-ocr vehicle-plate

Last synced: 24 Jun 2025

https://github.com/wellflat/tech-note

my tech note

image-processing

Last synced: 21 Mar 2025

https://github.com/rojikaru/image-contrast

A working low-level app for changing contrast of images

cpp image-processing winapi

Last synced: 24 Jun 2025

https://github.com/ramsailopal/imagestore

A repo demonstrating the use of M databases as a native image store.

gtm image-processing intersystems-cache intersystems-iris mumps python yottadb

Last synced: 17 Dec 2025

https://github.com/r-cha/recolorcluster

Recolors an image to the color set you provide.

command-line image-processing python

Last synced: 13 Mar 2025

https://github.com/johnmanjohnston/image-deep-fryer

A simple website/tool to deep fry your images, for fun.

deep-fry html html-javascript html5 image-processing javascript typescript website

Last synced: 17 May 2026

https://github.com/prutya/tutorial-resize-images

How to resize images for Open Graph and Twitter using sharp

image-processing javascript open-graph seo seo-optimization sharp sharp-js twitter

Last synced: 18 May 2026

https://github.com/arsham-lh/medical-signals-and-images-processing

Various methods for processing biosignals and images using MATLAB.

biosignals image-processing matlab signal-processing

Last synced: 12 Sep 2025

https://github.com/ghaidaaziz1/artifyai-

ArtifyAI enhances low-quality images and applies artistic styles using advanced models like CodeFormer, Stable Diffusion, and ControlNet. It supports style recommendations via CLIP and evaluates results with LPIPS, PSNR, and SSIM, offering users intelligent, customizable, and high-quality image transformation.

ai clip codeformer deep-learning generative-ai image-processing stable-diffusion style-transfer

Last synced: 17 May 2026

https://github.com/werctfourth/python-border-autocrop

A Python script that crops borders from images.

border crop image-processing numpy pillow python python3

Last synced: 18 May 2026

https://github.com/carusel02/image-manipulation

Implement image-manipulation functions using a quaternary tree in C

binary-file image-manipulation image-processing pixels rgb-color

Last synced: 03 Apr 2025

https://github.com/harinisri012/road-lane-detection-system

The objective of this project is to develop a lane detection system that processes video footage to identify and highlight lane markings on roadways. The system provides real-time visual feedback to drivers by overlaying lane boundaries and issuing warnings when the vehicle deviates from its lane.

canny-edge-detection grayscale hough-transform image-processing jupyter-notebook opencv python3 roadlane-detection

Last synced: 19 Jan 2026

https://github.com/abhinav2712/rash-detector

Detection of Rashes using Image Processing in matlab

image-classification image-processing machine-learning matlab matlab-toolbox ml

Last synced: 17 Jul 2025

https://github.com/multimeric/gallerybot

Discord bot that lets users create image galleries of up to 4 images

discord discord-bot image-processing

Last synced: 28 Apr 2026

https://github.com/antoinebou12/rawanalyser

Simple RawAnalyser for black and white clipping (algolux)

analyzer bayes camera clipping converter format image-processing json old pipeline pixel raw simple tiff

Last synced: 18 May 2026

https://github.com/subhranil002/imageresizer

ImageResizer is a Python script utilizing 𝗢𝗽𝗲𝗻𝗖𝗩 to resize images. Easily adjust image dimensions by specifying source, destination, and scaling percentage ... ❤️

cv2 image-processing imageresize imageresizer opencv opencv-python python python-3 python-script python3

Last synced: 18 May 2026

https://github.com/saadarazzaq/autograde

Automated MCQ Grading with Computer Vision and Optical Mark Recognition (OMR) Technology✅

automation computer-vision image-processing optical-mark-recognition

Last synced: 17 Mar 2025

https://github.com/hasnatrasool163/bulk-image-watermarker-app

A lightweight and powerful **desktop application** for creators who need to **watermark and date-stamp multiple images** — fast, offline, and ad-free!

desktop-app desktop-application image-processing python-3 watermark watermark-image watermark-tools windows-tool

Last synced: 13 Apr 2025

https://github.com/fredtux/jpg-to-pdf

Get all photos in a folder and create a PDF document with them

image image-processing images jpgtopdf pdf python python3

Last synced: 20 Jul 2025

https://github.com/PreppHint/PNG-compressor

PNG Compressor reduces PNG file size while maintaining high quality. It offers drag-and-drop ease, customizable settings, and fast processing.

chatbot deepseek deepseek-r1 image-compression image-compressor image-processing png png-compression png-compressor png-conversion

Last synced: 24 Oct 2025

https://github.com/soukaina-ahlach/image-processing-effects-with-opencv

A C++ project demonstrating various image processing effects using OpenCV, including Gaussian blur, watercolor, pencil sketch, and color filter effects.

cpp image-processing opencv visual-effects

Last synced: 18 May 2026

https://github.com/chromafx/chromafx

Modern, high-performance, pure C# .NET library for image processing, drawing, and effects.

chromafx csharp dotnet drawing effects graphics high-performance image-processing pipeline

Last synced: 18 May 2026

https://github.com/nitesh-thapliyal/image-processing-fun-with-opencv

This repo contains -> Creating of an image, Combining of images, Cropping and Swapping of images

computer-vision image-processing opencv opencv-python

Last synced: 18 Apr 2026

https://github.com/cadedupont/color-frequency-palette

C++ project for finding the most frequent colors in an image and generating a color palette

color-palette image-analysis image-processing opencv

Last synced: 17 May 2026

https://github.com/kvaytg/caption-forge

Automatically overlay perfectly fitted text on image

automation image-processing meme-generator open-source python python-3 python-3-10 text-overlay

Last synced: 25 Jun 2025

https://github.com/ugurcan222/a-different-approach--image-enhancement-with-imputation-and-regression-methods

This experimental work presents a different approach to increase the size and quality of an image by adding a blank pixel around each pixel in an image, enlarging the image, breaking it into parts, and generating these blank pixels by predicting them with models.

ai-image-upscaling computer-vision digital-image-processing gradient-boosting image-analysis image-enhancement image-enlargement image-interpolation image-processing imputation knn machine-learning numpy opencv pixel-prediction python randomforest regression-models super-resolution xgboost

Last synced: 17 Jan 2026

https://github.com/yoannchb-pro/jimg

Merge multiple images into one single image

canvas compression format image image-processing join merge nodejs resize-images truncate

Last synced: 17 May 2026

https://github.com/course-one/docker-image-processor

A sample docker image to process images using Go.

docker dockerfile go golang image-processing

Last synced: 18 May 2026

https://github.com/mohamedyounis10/face-detection

This project creates a basic face detection system using image processing techniques such as color models, morphological operations, and geometric analysis. It detects faces in images and highlights them with bounding boxes for easy visualization.

cv2 face facedetection hsv image-processing skimage

Last synced: 05 Apr 2025

https://github.com/ibrahimhabibeg/multimedia-project

Turn images monochrome and create transition between two images

canvas image-processing multimedia numpy pillow python react typescript vite

Last synced: 11 Apr 2026

https://github.com/wishvarajaguru/decoratedcomponentsproject

The DecoratedComponentsProject is a lightweight Java Swing library designed to simplify the creation of visually appealing UI components.

image-processing java jpanel smooth-rendering swing swing-components swing-gui

Last synced: 18 Jun 2025

https://github.com/n-c0de-r/digitalmedia3_bear

Color manipulation exercise. Digital media 2nd semester, 3rd exercise

2nd-semester 3rd-exercise color-modes digital-media error-diffusion image-processing java

Last synced: 08 May 2025

https://github.com/an0ncer/imagecomparator

Сравнение изображений на чистом js, с использованием масок.

image image-processing images-comparator javascript javascript-library

Last synced: 21 Jul 2025

https://github.com/gzt/rmsssim

Implementation of the MS-SSIM image comparison metric in R

image-processing ms-ssim r

Last synced: 18 May 2026

https://github.com/rodrigorvsn/deidara

Repository with Colab image processing exercises

image-processing python

Last synced: 30 Apr 2026

https://github.com/creyd/crush_action

GitHub action for automatic lossless image compression

compression github-actions image-processing lossless

Last synced: 04 Mar 2025

https://github.com/shvbsle/multipleobjecttracking

Created a basic paint application in VC++ that allowed the user to draw on a canvas using only gestures.

cpp image-processing object-tracking opencv

Last synced: 14 May 2026

https://github.com/richardscull/resizeimagebyratio

🖼️ JS script to resize image by ratio.

image-processing javascript resize-images sharp-library

Last synced: 19 Jul 2025

https://github.com/yoyoberenguer/rgbchannels

Convert image to a different format e.g RGB to BGR, RGB to GRB etc

bgr channels image-converter image-processing rgb

Last synced: 19 Jul 2025