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/ssomnath/thermal_image_processing

Simple routines for processing AFM thermal topography imaging results

afm atomic-force-microscopy image-processing imaging scanning-probe-microscopy spm thermal

Last synced: 23 Jan 2026

https://github.com/veresdavid/imgproc-task3

Discrete Fourier transformation implemented manually with the help of C++ and OpenCV.

cpp fourier-transform image-processing opencv

Last synced: 02 May 2026

https://github.com/protyayofficial/imagehub

ImageHub is a modern web application that transforms your images in real-time using various processing techniques. Built with FastAPI and NextJS, it offers a seamless interface for applying effects.

image-processing nextjs web-application

Last synced: 18 May 2026

https://github.com/assem-elqersh/ishihara-kmeans

A Python tool for extracting hidden numbers from Ishihara color blindness test images using a custom K-means clustering algorithm. Supports multiple color spaces (RGB, HSV, Lab, YCrCb) and includes visualization, CLI tools, and parameter optimization for enhanced accuracy.

clustering clustering-algorithm computer-vision image-processing ishihara ishihara-plates kmeans kmeans-algorithm

Last synced: 03 Feb 2026

https://github.com/1caxz/iphotoeditor

Create best photo app with this library on iOS. Faster, Light and Awesome! (In Progress)

image-processing images ios photo-editing photos swift swift-library swift4

Last synced: 22 Mar 2025

https://github.com/offish/tdt4195-visual-computing-fundamentals

TDT4195 Visual Computing Fundamentals assignments

computer-graphics image-processing ntnu opengl rust-opengl

Last synced: 13 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: 24 Oct 2025

https://github.com/8dcc/header-img-viewer

Simple program for displaying an exported image from gimp in C format. Uses SDL2.

c gimp image-processing sdl2

Last synced: 15 Oct 2025

https://github.com/leticiamilan/image-processing-package

Pacote de Processamento de Imagens, utilizando o Test Pypi, aula da Profª Karina Tiemi Kato, Desafio de Projeto da Digital Innovation One.

digital-innovation-one image-processing package pypi-package python

Last synced: 23 Jan 2026

https://github.com/bzadorozhnyi/moony

CLI tool applies a cartoon-like effect via k-means color clustering

cli image-processing k-means rust

Last synced: 24 Oct 2025

https://github.com/sirridemirtas/image-processing-tool

This application performs various image processing operations on images. It utilizes Flask to create an API for sending images, and React.js for displaying the edited images on the frontend.

flask image-processing javascript python react

Last synced: 02 May 2026

https://github.com/ani717/pneumonia_detection_effecientnet_b7

Pneumonia Detection in Chest X-ray Image with EfficientNet-B7. Accuracy = 87.98%, Precision = 100%, Recall = 83.87%, F1 Score = 91.23.

cnn computer-vision data-analysis data-augmentation efficientnet image-classification image-processing machine-learning

Last synced: 13 May 2026

https://github.com/bmtlab/qrd

QR code recognition library

c image-processing

Last synced: 13 Jun 2025

https://github.com/veresdavid/imgproc-task2

Manually implemented some OpenCV methods, like image threshold or median filter.

cpp image-processing opencv

Last synced: 24 Oct 2025

https://github.com/ps48/sip

Small Image Processing Scripts in native C, using libjpeg

c convolutions image-processing libjpeg

Last synced: 07 Jun 2026

https://github.com/sokhuong-uon/2webp

convert image to webp format with nodejs

child-process image image-processing nodejs optimization performance webp

Last synced: 18 May 2026

https://github.com/zotho/avatar_counter

Telegram client bot for change avatar periodically

image-processing python telegram-bot telethon

Last synced: 25 May 2026

https://github.com/opifexm/converter-to-text

The program image-to-text conversion

image-processing java webserver

Last synced: 09 Jun 2026

https://github.com/mariomarton/scala-image-transformer

A command-line tool that converts images into ASCII art and applies filters. Users can customize character tables and method of output. The project focuses on clean object-oriented design, modularity, high cohesion, low coupling and easy expandability.

ascii-art clean-code dry-principle image-processing object-oriented-programming scala solid-principles

Last synced: 25 Oct 2025

https://github.com/dmitrii-artuhov/chartographer

Test project for Kontur internship summer 2022

cmake cpp http-server image-processing

Last synced: 25 Jun 2025

https://github.com/wolfffff/ayroles-lab

Assortment of files relating to Summer 2018 lab work

bioinformatics computational-biology image-processing

Last synced: 23 Feb 2026

https://github.com/ayekaunic/image-resizing

A Python script to resize images to a target size while maintaining their aspect ratio.

image-processing python

Last synced: 14 Mar 2025

https://github.com/kiwamizamurai/gridist

A CLI tool that splits images into grids and uploads them to GitHub Gists for creating stunning GitHub profile decorations

cropper gif gist-api github-layout github-profile image-processing rust

Last synced: 22 Mar 2025

https://github.com/anirban-majumder/wolframalpha-api

API to send query to wolfram and get getting the result outputed in image format.

api image image-processing pillow python wolfram wolfram-alpha

Last synced: 24 May 2026

https://github.com/sunsided/image-processing-libs-docker

Scripts and Dockerfiles to simplify building of image processing libraries.

dav1d docker image-processing libde265 libheif rav1e

Last synced: 05 Jul 2025

https://github.com/marcontk/xray-intensity-profile-perl

Intensity profile analysis of X-ray medical images using Perl and PDL with interactive visualizations.

image-processing jupyter-notebook opencv pdl perl plotly

Last synced: 08 May 2026

https://github.com/rahulbhoyar1995/image-text-extraction

A project utilizing the Tesseract OCR library to extract text from images. Includes image preprocessing, text extraction, and result visualization for various image formats.

computer-vision image-processing python3

Last synced: 25 Aug 2025

https://github.com/selcia25/image-processing-toolkit

📸Image Processing Toolkit is a Python script that provides a set of common image processing operations using the OpenCV library.

blending-images color-inversion contour-detection dilation edge-detection erosion gaussian-blur histogram-equalization image-processing opencv python

Last synced: 04 Apr 2026

https://github.com/smile040501/image_captioning_frontend

Generates textual description of any given image. Use both Natural Language Processing (NLP) and Computer Vision to generate captions. The idea implemented is to replace the encoder (RNN layer) in an encoder-decoder architecture with a deep Convolutional Neural Network (CNN) trained to classify objects in images.

artificial-intelligence convolutional-neural-networks image-caption-generator image-captioning image-processing image-recognition machine-learning neural-networks recurrent-neural-networks

Last synced: 11 Mar 2026

https://github.com/nunofachada/topocell

An image analysis tool to study intracellular topography

cells image-analysis image-processing matlab matlab-toolbox

Last synced: 24 Aug 2025

https://github.com/krysztal112233/distortify

A utility for testing the performance of de-duplication algorithms by randomly generating “noisy” images in a dataset.

image-deduplication image-processing rust

Last synced: 01 Jun 2026

https://github.com/caiotaavares/painter

Simple image editor and raster graphics editor with Qt6 and c++

cpp image-processing qt5

Last synced: 03 May 2026

https://github.com/samsze0/image-flow

Just another stable diffusion node GUI

image image-processing photo stable-diffusion

Last synced: 29 Apr 2026

https://github.com/peterdee/filtering-camera

Camera stream processing using Javascript and WebAssembley

camera go golang image-processing typescript vite vue vue3 vuejs wasm webassembly

Last synced: 13 Apr 2026

https://github.com/hayatiyrtgl/image-feature-matching-with-julia

Image Feature Matching with Julia using freak descriptor

feature-matching image-processing julia julia-language

Last synced: 12 Feb 2026

https://github.com/beenotung/app-store-images

Resize images for app stores

app-store image-processing resize-images

Last synced: 28 Jan 2026

https://github.com/larskemper/ima-go

Simple ascii image generator to learn go

ascii-art go golang image-processing

Last synced: 20 Jun 2026

https://github.com/greg-ynx/projet-encolleuse-image-processing

Construction d'un pipeline traitant des images de dépôts de colle et mesurant le diamètre de ceux-ci.

image-processing jupyter measurements python

Last synced: 03 May 2026

https://github.com/saksham-jain177/ai-imagepipeline

An AI pipeline that segments images, identifies objects, extracts text, and summarizes results, all through an interactive Streamlit app. It utilizes models like PyTorch and tools such as Tesseract and OpenCV for efficient image processing.

ai image-identification image-processing image-segmentation opencv pipeline python pytorch streamlit tesseract-ocr

Last synced: 28 Jan 2026

https://github.com/envp/depict

Compiler for an Image processing language that works on the JVM!

compilers image-processing java-8 jvm-bytecode

Last synced: 21 Aug 2025

https://github.com/soloangema/nvidia-8z6ms

🐱 Generate randomized README files to enhance DX farming, powered by NVIDIA technology for an engaging development experience.

artificial-intelligence computer-vision cuda data-science deep-learning gpu image-processing machine-learning neural-networks nvidia parallel-computing performance-optimization pytorch tensor video-processing

Last synced: 02 May 2026

https://github.com/necat101/pixtess

PIXel TESSellator convert your pictures to text and back semi-losslessly! great for training AI

format image image-processing imagetotext

Last synced: 03 May 2026

https://github.com/st235/catovasia

Catovasia (рус. Котовасия) - state of mind, nothing more than the abbreviation of the phrase "Cat Vaska".

android cat image-processing java vaska

Last synced: 03 May 2026

https://github.com/drewsworkshop/matpixelator

MATLAB script that transforms an input image into a pixelated version with customizable options for personalization.

algorithmic art image-processing matlab matlab-script

Last synced: 25 Jun 2026

https://github.com/debasishdhal/short-pet-projects-collection

Planning it to contain very short pet-projects that might not deserve to have a separate repository. Reducing spamming on my main page.

czech german image-processing polish random-walk videoediting webscraping

Last synced: 19 Aug 2025

https://github.com/mosegontar/underbyte

Encode arbitrary bytes in image pixels.

encoding go golang image-processing steganography

Last synced: 26 Jul 2025

https://github.com/03ys/car-and-pedestrian-detection

Car and pedestrian detection using python and haarcascade classifiers

computer-graphics image-processing python vscode

Last synced: 19 Aug 2025

https://github.com/m-rishab/ai-image-editor

A powerful web-based image editing tool that combines the capabilities of background removal and DALL-E image transformation in one intuitive interface.

computer-vision deep-learning deeplabv3 flask image-manipulation image-processing machine-learning openai-api opencv python3 pytorch pytorch-implementation semantic-segmentation

Last synced: 03 May 2026

https://github.com/sherinur/bitmap

An instrument called a "bitmap" that performs the following tasks: Read and write bitmap image files. Apply basic image processing algorithms. Manipulate and transform bitmap images.

bitmap bmp cli-app image-manipulation image-processing image-transformations

Last synced: 18 Aug 2025

https://github.com/matthew-mosior/random-cropper

A GUI-based application geared towards aiding in the creation of training data for image classification and object detection models.

image-classification image-processing java javafx-application object-detection

Last synced: 29 Apr 2026

https://github.com/subratamondal1/document-extraction

Document extraction from pdfs and images with OpenCV.

computer-vision document-extraction image-processing opencv py python3 pytorch

Last synced: 24 Jan 2026

https://github.com/howbizarre/add-stamp

A Nuxt 4 application that allows users to apply watermarks to bunch of images using WebAssembly (WASM) for high-performance image processing. And use Cloudlfare Worker as BaaS.

baas batch-processing browser cloudflare-workers image-processing images nuxt nuxt4 rust stamp tailwindcss typescript vue vue3 wasn watermark webassembly wrangler

Last synced: 11 Apr 2026

https://github.com/adriangeorgem/react-image-comparison-slider

React Image Comparison Slide is a powerful tool for visual comparison of two images. With its intuitive interface and customizable options, this project provides an efficient and user-friendly way to compare images side by side.

before-after comparison-image-slider comparison-tool image-comparison image-diff image-processing javascript open-source react react-component slider tailwindcss typescript vercel-deployment

Last synced: 15 Apr 2026

https://github.com/deniszholob/svg-colorizer-poc

Given an svg and a hex color, colorizes the svg to be that color

image-processing svg tool

Last synced: 05 Oct 2025

https://github.com/kukrma/glioma-diffusion-analysis

Analysis of Peritumoral and Periedematous Diffusion Properties in Brain Gliomas Using the UCSF-PDGM Dataset

brain-gliomas cluster-analysis diffusion-mri image-processing machine-learning neuroimaging statistical-analysis

Last synced: 28 Jan 2026

https://github.com/panastasiadis/embedded-systems-projects

A collection of educational embedded systems projects using HLS, Arduino, and Verilog — developed for the course Embedded Systems Programming in Edge Environments.

arduino bayer-filter educational-projects embedded-systems fpga high-level-synthesis image-processing systemverilog verilog

Last synced: 03 May 2026

https://github.com/natelalor/graditudeapp

A social media platform designed to spread gratitude as its prominent form of media. Development spearheaded by tristanlalor.

app image-processing react software-development

Last synced: 15 Aug 2025

https://github.com/simulacrum6/sgumlp

Pytorch implementation of the SGU-MLP Architecture (mostly) as described in the paper "Spatial Gated Multi-Layer Perceptron for Land Use and Land Cover Mapping".

computer-vision geospatial-analysis image-processing image-recognition machine-learning-algorithms neural-networks python-package pytorch pytorch-implementation pytorch-lightning remote-sensing

Last synced: 15 Apr 2026

https://github.com/darkksideyoda/remote-control-detection

The First Step of an Application to Run Based on the Detection and Analysis of Remote Control Devices. Created in Python Programming Language with Machine Learning, Image Processing and Computer Vision Techniques.

computer-vision deep-learning image-detection image-processing jupyter machine-learning python remote-control

Last synced: 15 Apr 2026

https://github.com/sultanqasim/cinemavi

Cinematic Machine Vision

colour-science image-processing photography

Last synced: 11 Aug 2025

https://github.com/dhchenx/quick-image

A simple image processing toolkit

image-processing quick-image quick-image-processing

Last synced: 30 Oct 2025

https://github.com/premchandyadav369/dip_lab

Digital Image Processing Lab Experiments

image-processing opencv opencv-python python

Last synced: 16 May 2026

https://github.com/zelflod/dip.bmstu

digital image processing course projects

image-processing

Last synced: 01 Jul 2026

https://github.com/shahinwahab/automation-workflows

github automation & workflows: create repos, generate ui galleries using rust and bash, with workflows running in github actions or deployed on vercel via javascript.

automation bash ci-cd devops github-actions image-processing javascript repo-creation rust ui-gallery vercel workflow

Last synced: 07 Apr 2026

https://github.com/henry-azer/java-image-processing

Demo implementation of java image process example on ticket data.

image-processing java

Last synced: 13 Jul 2025

https://github.com/dodotree/webgl_packing

The technique for processing binary (black and white) image data using WebGL.

binery bit-packing gpu-acceleration image-processing parallel-processing texture webgl2

Last synced: 22 Jun 2025

https://github.com/adarshkoppmanjunath/image-processing

This repository consists of image processing related scripts including edge detection, template matching, high pass, low pass filters, and FFT.

edge-detection filters image-processing python

Last synced: 23 Jun 2025

https://github.com/ericlps/esteganografia-java

este projeto é uma aplicação em Java desenvolvida para realizar esteganografia digital em imagens no formato PNG, utilizando a técnica LSB (Least Significant Bit - Bit Menos Significativo). Ele permite ocultar dados (arquivos ou pastas compactadas em ZIP) dentro de uma imagem e, posteriormente, extrair esses dados da imagem modificada

cibersecurity command-line-interface cryptography data-hiding esteganografia image-processing java lsb maven png steganography

Last synced: 28 Apr 2026

https://github.com/emogooo/lung-disease-diagnosis-preprocessing-application

AI-powered application for cropping lung regions from X-rays to improve disease diagnosis accuracy.

image-processing lung-segmentation opencv-python x-ray-images

Last synced: 14 Jul 2025

https://github.com/renanstn/flask-opencv-study

Estudos para relembrar como funciona o Flask e o Opencv.

docker docker-compose flask image-processing opencv opencv-python python

Last synced: 07 Apr 2026

https://github.com/phurin-git/object-inspection-opencv-python

This repository features a machine vision project using Python and OpenCV to inspect various geometric shapes, including circles, triangles, rectangles, and pentagons. The project provides a graphical user interface (GUI) with three tabs to facilitate real-time object inspection, camera calibration, and filter parameter adjustment.

image-processing machinevision opencv python pythonopencv

Last synced: 11 May 2026

https://github.com/rvalla/chess.portraits

A little project to use chess games to change images.

chess image-processing python3

Last synced: 16 Jul 2025

https://github.com/asrot0/neuralstyletransferart

Create artistic images by blending the content of one image with the style of another using VGG19 and custom loss functions. Combines deep learning with image generation techniques.

aesthetic-ai deep-learning image-processing neural-style-transfer tensorflow vgg19

Last synced: 17 May 2026

https://github.com/theveryhim/polyp-detection

Detecting colonoscopy images' polyps using AI algorithms

deep-learning image-processing object-detection yolo9

Last synced: 18 Jul 2025

https://github.com/stevengogogo/calculussegmentationoct

Calculus segmentation of OCT tomography with U-Net

dentistry image-processing keras u-net

Last synced: 17 May 2026