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/yoyoberenguer/filters-with-fast-fourrier-transform

Image processing (High pass and low pass filter) using FFT

edge-detection fft filters image-processing

Last synced: 03 Apr 2025

https://github.com/mokira3d48/cvm

This repository contents different scripts for different models to allow you to train a model of images classification.

deep-learning-algorithms image-classification image-processing object-recognition

Last synced: 29 Mar 2025

https://github.com/mokira3d48/imagefixer

Image Fixer is a simple application that allows users to clean a corrupted image.

image-cleaning image-processing

Last synced: 29 Mar 2025

https://github.com/ani717/temple-race-car-deeplearning-repository

Temple Race Car Project (Animesh Bala, Michael Nghe, Dr. Li Bai) Deep Learning Repository. Contains Computer Vision Software for Processing Collected Images to make Steering Decisions.

autonomous-driving cnn computer-vision deep-learning image-processing linear-regression machine-learning temple-race-car

Last synced: 03 May 2025

https://github.com/kavex/image-crunch

This will resize the quality of images and supports png, jpg, jpeg, bmp, gif, webp

batch bmp game gamedev image image-processing images jpeg jpg picture pillow png processing python python3 texture textures tga tiff webp

Last synced: 20 May 2026

https://github.com/zigzag1001/pixelwind

A tool to apply fun pixel-sorting-esque effects to images and videos.

image-processing pixel-sorting stb-image

Last synced: 23 Mar 2025

https://github.com/nvinuesa/go-jpeg-xl

Go bindings for libjpeg-xl

golang image-format image-processing jpeg-xl jpegxl

Last synced: 24 Mar 2025

https://github.com/jwhittle933/metallurgygo

Golang Image Conversion CLI

cli go golang image image-processing

Last synced: 01 Jul 2026

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

This MATLAB GUI serves as a versatile tool for educational purposes in image processing, providing a hands-on approach to exploring various techniques and their effects on images. Users can experiment with different parameters and visualize the results in real-time.

image-processing matlab

Last synced: 19 May 2026

https://github.com/szymonrucinski/paper-scanner

Program written in python to extract piece of paper from an image, straighten and detect numbers written on it.

computer-vision image-processing machine-learning

Last synced: 22 Jul 2025

https://github.com/agarnung/image-denoising-taxonomy

A web dedicated to the taxonomy of image denoising methods

2d-denoising denoising image-processing taxonomic-classification website

Last synced: 13 May 2026

https://github.com/bigreja/watermarkimage

adds watermark to silverstripe images

extension image image-processing module silverstripe

Last synced: 16 Jan 2026

https://github.com/elenaches/python-image-scanner

A college project in Python using OpenCV, a simple app that takes an photo of a paper, and outputs an edited image with the paper properly aligned as though it was scanned.

image-manipulation image-processing opencv opencv-python python scanner-cam

Last synced: 16 May 2026

https://github.com/rosaerick/pimagekit

PiMageKit is a simple web tool built with Flask for quick image adjustments. Easily remove backgrounds, strip metadata, resize, and crop images. Built as a Python proof of concept for image processing.

flask image-processing image-processing-python python rmbg

Last synced: 11 Apr 2026

https://github.com/otmanedaoudi/canny-edge-detection

Edge detection in images using canny's algorithm.

edge-detection image-processing

Last synced: 10 Jun 2025

https://github.com/kavishannip/blurblend

Identify people in the image and blur the background with the given intensity while keeping the foreground sharp.

image-processing python streamlit

Last synced: 19 May 2026

https://github.com/leroks/image-processing-cpp

Image processing operations like Convolution, Edge Detection, Image Sharpening and some others made with C++

dynamic-memory-allocation image-processing

Last synced: 20 Mar 2025

https://github.com/jccr/py-image-resize

Resize images and more in a handy CLI

cli docopt image-manipulation image-processing pillow python

Last synced: 03 Apr 2025

https://github.com/bhojpur/image

The Bhojpur Image is a software-as-a-service product used as a Image Processing Engine based on Bhojpur.NET Platform for application delivery.

image-processing

Last synced: 29 Oct 2025

https://github.com/cadu-leite/imagetreat_mark

Read a bunch of images inside a directory, apply some PIL Enhancements and add a Water Mark. using Python / PIL

image image-processing picture-gallery python3

Last synced: 09 Jul 2025

https://github.com/parzibyte/floyd-steinberg-dithering-golang

Implementación de algoritmo Floyd-Steinberg Dithering con Go

dithering floyd-steinberg image-processing

Last synced: 27 Jun 2025

https://github.com/mloskot/boost-gil-checksum-bug

Why Boost.GIL legacy tests based on checksum for bit-aligned pixels fail on MSVC 64-bit optimized builds?

boost boost-gil bug image-processing

Last synced: 04 Apr 2025

https://github.com/iroyalx/pca

UNI S3: PCA training on OLLVETTI-FACES dataset / image size reduction.

face-recognition image-processing linear-algebra linear-regression machine-learning olivetti-dataset pca python size-reduction training

Last synced: 20 May 2026

https://github.com/dawnpaladin/batch-vision

Have an LLM extract information from a large number of images.

deno deno-fresh image-processing llm

Last synced: 01 Jul 2025

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/shakurt/alarm-cam

A lightweight browser-based motion detection system that uses your webcam to trigger an alarm on movement.

ai-project alarm-system canvas computer-vision educational image-processing javascript motion-detection pixel-analysis real-time university-project web-audio-api webcam

Last synced: 08 Apr 2026

https://github.com/sanjayengineer121/flask-image-template

Create various icon masks and shading effects with the imageedit library. Five example files under main: round.py, makeProjIcons.py, makePWAImages.py, getPWAScreenshots.py and readWriteLayered.py. python image-processing pillow python3 trace image-manipulation mask-image blendmodes icon-masks trace-svg shading-effects layeredimage svgtrace.

flask flask-application image-processing image-recognition mask

Last synced: 03 Apr 2025

https://github.com/mr-vaibh/facecrop-thumb

Generate thumbnails of detected faces in images using Python. This package leverages the MTCNN (Multi-Task Cascaded Convolutional Neural Network) for accurate face detection and OpenCV for image processing.

face-recognition image-processing mtcnn opencv pypi python thumbnail-generator thumbnails utility

Last synced: 02 May 2026

https://github.com/rowlkh/skin-detection

A skin detection system using image processing and machine learning to classify pixels as skin or non-skin. Implements Python, OpenCV, and algorithms like Logistic Regression and Random Forest for segmentation and classification.

classification deep-learning image-processing image-segmentation machine-learning opencv python skin-detection

Last synced: 19 May 2026

https://github.com/course-one/heroku-image-resize

A simple image resizer application created using Node for Heroku.

devops heroku image-processing nodejs

Last synced: 17 Jun 2025

https://github.com/shinkansan/nn_image_training_tool

python based simple Tools for Neural network training for image classifier, (dir based image converter, Normalization, Blur Augmentation, Multiple Model Evaluate )

augmentation blur-image blurred-images converter fspecial image-processing normalization standardization

Last synced: 23 Jun 2025

https://github.com/mamello-justice/cv-rs

Computer Vision algorithms in Rust

computer-vision image-processing rust

Last synced: 02 Nov 2025

https://github.com/steveoversea/imageprocessingapi

Udacity Full Stack Javascript Project: API for resizing uploaded images

image-processing nanodegree-project sharp

Last synced: 19 Jun 2025

https://github.com/luc-mo/image-resizer

Simple script used to resize images

html image-processing javascript

Last synced: 19 Jul 2025

https://github.com/stritti/tandoor-photo-importer

Extension for Tandoor receipe app to import hand written receipes by shooting a photo

ai image-processing tandoor-recipes

Last synced: 17 Jul 2025

https://github.com/delosreyesjohnpaul/image-enhancer

The Image Enhancer project aims to improve the quality of images using various enhancement techniques. This repository contains the code to enhance images through sharpening, denoising, and other image processing methods.

image-processing imageenhancement python

Last synced: 20 Mar 2025

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

my tech note

image-processing

Last synced: 21 Mar 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: 12 Feb 2026

https://github.com/abendrothj/image-steganography

Python implementation of an image steganography LSB encoder/decoder

image-processing python3 steganography

Last synced: 20 Mar 2025

https://github.com/jaxwilko/pyimg

Display an image in a terminal emulator

image-processing python3 terminal-based

Last synced: 21 May 2026

https://github.com/zahidhasann88/go-image-processing

This is provides a set of image processing functions with a RESTful API interface.

gin golang image-processing rate-limiter

Last synced: 27 Mar 2025

https://github.com/vermavinay982/crowd-top-view-generator-homography

Top View of People Detected via Camera, makes analytics easy.

computer-vision image image-processing python

Last synced: 06 Sep 2025

https://github.com/aschaeffer/inexor-rgf-plugin-image-processing

Inexor - Reactive Graph Flow - Plugin - Image Processing

flow-control image-processing inexor

Last synced: 27 Mar 2025

https://github.com/falsedev/api-config

The configuration and raw assets for FalseDev API

image-processing meme-generator

Last synced: 27 Mar 2025

https://github.com/akerdogmus/histogram_creator_from_images

This code allows to extract and save histogram plots of all images in a (gray) image library.

histogram image image-faults image-processing python python3

Last synced: 22 Aug 2025

https://github.com/anas436/image-to-audio-app

Image Captioning and Text-to-Speech

audio-generation image-processing text-to-speech

Last synced: 27 Mar 2025

https://github.com/g3th/negative_photo

Create a Negative photo using Kotlin and Java-awt library

bufferedimage command-line-arguments image-processing java-awt kotlin photography

Last synced: 22 Aug 2025

https://github.com/rahaaatul/pixtract

An efficient command-line tool designed to extract high-quality pictures from videos

extract extract-images frame frames image-manipulation image-processing photo video video-processing video-to-photo-converter

Last synced: 22 Aug 2025

https://github.com/amishidesai04/image_filter_project

This Python-based Image Filter Project enables users to apply diverse image filters to their images. This project combines the functionality of Tkinter for the GUI, Pillow for image handling, and OpenCV for image processing to create a robust tool for basic image editing tasks. Follow the instructions in this document to set up and run the project.

gui-application image-filters image-processing open-source opencv-python pillow project-repository python tkinter

Last synced: 07 Jul 2025

https://github.com/zac-garby/imgen

A neural network to generate images similar to the input.

image-processing neural-network

Last synced: 10 Jun 2025

https://github.com/jmaggio14/ipcv

homebrew image processing and computer vision tools

computer-vision image-processing

Last synced: 23 Aug 2025

https://github.com/mirryi/mold

Image transformation web demo project.

demo image-processing web workshop

Last synced: 23 Aug 2025

https://github.com/srijanmukherjee/image-processing-ocr-assignment

Performs image smoothening, converting to binary image, generating skeleton of the image for OCR purpose

image-processing opencv

Last synced: 16 Apr 2026

https://github.com/jjshay/art-crop-system

AI-powered artwork detection and cropping with multi-tier analysis

ai artwork automation computer-vision image-processing opencv pillow python

Last synced: 15 Jan 2026

https://github.com/touppercase78/happy-new-year-2025

Happy New Year 2025 with Colorful Squares, Gifts, Text and Tree with Balls!

2025 happy-new-year image-processing merry-christmas opencv opencv-python python

Last synced: 23 Aug 2025

https://github.com/gilzoide/processamento-imagens

Repositório de Processamento de Imagens - SCC0251, turma 2017-1

image-processing opencv opencv-python

Last synced: 16 May 2026

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/mikhoiuo/algaecog

basic keras picture-based counter thingamabob

image-processing keras machine-learning python3 work-in-progress

Last synced: 11 May 2026

https://github.com/imannoferesti/emotion_ai_python

Emotion and Facial Key-Point Detection Classify emotions and detect facial key-points using deep learning! This project combines CNNs and Residual Blocks to predict 15 facial key-points and categorize facial expressions into five emotions: Angry, Disgust, Sad, Happy, and Surprise.

automated-monitoring computer-vision convolutional-neural-networks data-normalization data-scaling dataset-visualization deep-learning emotion-classification emotion-detection expression-recognition facial-expressions facial-key-point-detection image-augmentation image-processing key-point-prediction model-deployment model-training residual-blocks resnet tensorflow-serving

Last synced: 24 Aug 2025

https://github.com/varunbhandarii/pixmistri

PixMistri is a web-based photo editing application built with Flask. It allows users to upload images, apply filters, crop, resize, draw shapes, and add text. The app is simple to use and designed for quick and easy image customization, all hosted online.

cropperjs css flask image-processing javascript photo-editor python web-application

Last synced: 05 Jan 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/hinha/watchgo

BACKUP your file. watchgo is Filesystem automatically watcher your file and backup into storage

compression filesystem-events fsnotify golang image-processing

Last synced: 09 Sep 2025

https://github.com/pedr0rocha/image-to-ascii

Image to ASCII converter in Rust

image-processing rust

Last synced: 19 Mar 2025

https://github.com/mituskillologies/pgduasp-cv-dec24

The program of Computer Vision in course PGDUASP at CDAC. Conducted by Tushar B. Kute. November-December 2024

computer-vision cv2 image image-analysis image-processing matplotlib matrix-operations scikit-image

Last synced: 24 Mar 2025

https://github.com/kaelzhang/node-gifx

🔥 A native node.js bindings to the giflib, and provides useful APIs.

bindings giflib image image-processing nodejs

Last synced: 14 May 2026

https://github.com/alexander-novo/cs474-pa4

Programming Assignment 4 for CS 474 - Image Processing at UNR

cpp homework image-processing plots unr

Last synced: 11 Apr 2025

https://github.com/sciviews/zooimagej

Image analysis part of ZooImage, with interface to ImageJ through RImageJ

image-processing plankton r r-package

Last synced: 11 Jun 2025

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/prajakta1321/ideal-low-pass-filters

low pass filter in image processing

filters image-processing python

Last synced: 25 Aug 2025

https://github.com/chahelgupta/image-filter-application-python

"Image Filter App: Python GUI with Tkinter & OpenCV. Apply grayscale, invert, blur, sketch, watercolor & pencil sketch filters. Easy image loading & capture. Ideal for beginners & enthusiasts. Enhance photos creatively! 🎨 #Python #OpenCV #Tkinter"

beginner-friendly beginner-project cv2 gui gui-application image-filters image-processing opencv python python-library tkinter tkinter-gui

Last synced: 24 May 2026

https://github.com/lauraluebbert/thorimage-sync_2p-analysis

Notebook to analyze ThorImage + ThorSync 2-photon data with light stimulation.

2-photon calcium-imaging image-processing thorimage thorsync

Last synced: 27 Mar 2025

https://github.com/nikvoronin/seektextlines

Seek and recognise text blocks in an image and sometimes gaps between.

csharp dotnet image-processing image-recognition imagesharp ocr ocr-recognition

Last synced: 14 May 2026

https://github.com/parzibyte/texto-imagenes-php

Ejemplos para agregar texto sobre una imagen usando PHP y GD

example gd image-processing php text

Last synced: 11 Apr 2026