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/zhaoyuecheng/image-style-recognition

Image Style Recognition using Transfer Learning with Pre-trained ResNet

image-processing inception-resnet resnet transfer-learning

Last synced: 26 Jan 2026

https://github.com/b-sullender/capi

General C/C++ programming library with data algorithms and CPU based image processing

algorithms c cplusplus ieee754 image image-manipulation image-processing images operating-systems string string-algorithms string-manipulation strings

Last synced: 02 May 2026

https://github.com/vvhybe/photolab

simple Photo editor, using image processing algorithms.

algorithms canvas canvas-api canvas2d image image-processing javascript js photoeditor

Last synced: 26 May 2026

https://github.com/sonigarima/image-stitching-using-opencv

A simple panorama maker with Flask interface.

flask-application image-processing image-stitching

Last synced: 23 Apr 2025

https://github.com/zabir-nabil/imp-mat

Practice codes 4 Matlab & Image Processing

image-processing matlab

Last synced: 24 Mar 2025

https://github.com/rosesonfire/magic-erase

Clear blurry background in close-focused images with click points

blurred-background close-focused image-editting image-processing magic-wand nodejs

Last synced: 20 Apr 2026

https://github.com/mbrg/roxanne

Real-Time Identification of Key Moments in Sports

image-processing image-recognition video-processing

Last synced: 29 Jun 2025

https://github.com/mikestead/docker-imaginary-alpine

Lightweight Docker image for image processing service Imaginary

dockerfile image-processing imaginary libvips microservice

Last synced: 03 Feb 2026

https://github.com/ehtishama/image2ascii

Simple cli tool that converts images to ascii art

ascii-art cli image-processing nodejs

Last synced: 18 May 2026

https://github.com/pixelcaliber/medsearch

Vector Search Application for Image Similarity Search, specifically designed for medical X-rays, leveraging ResNet50, Chest-XRay dataset and Milvus vector database

image-processing imagenet-classifier machine-learning milvus postgresql python3 resnet-50 tensorflow vector-database vector-search

Last synced: 24 Sep 2025

https://github.com/mguludag/opencv-4.1.0-precompiled-binaries

OpenCV 4.1.0 compiled with Qt 5.13 binaries using MSVC2017x86, MSVC2017x64, MinGW7.3x64 and Unix GCC x64 compilers and created help files for Qt Creator (only for MSVC17 x64 build: Added TesseractOCR)

docs-qt image-processing library opencv qt unix windows

Last synced: 05 May 2025

https://github.com/dedztbh/luojia1-cloud-detection

Luojia-1 Satellite Visible Band Nighttime Imagery Cloud Detection

algorithm cloud-mask image-processing light-pollution nighttime-images satellite streetlights

Last synced: 20 Mar 2025

https://github.com/shopkeeper2020/copyone

这是首复CopyOne的官方仓库。首复是一个强大的浏览器扩展,它可以帮助你快速处理剪贴板中的图片和文本内容。

ai chrome-extension image-processing text-processing

Last synced: 18 Feb 2026

https://github.com/muonray/quantum-encryption-of-images-using-bitwise-xor-and-qrng

Article here: http://muonray.blogspot.com/2022/02/quantum-encryption-of-images-in-python.html The definition of image encryption used here is an extension of data encryption in general: using the bitwise XOR operation of the original image pixels and the random key image pixels, with the key image being either a pseudo-random stream cipher or the quantum random stream cipher or anti-correlated entangled information shared over a secure channel. In either case we Perform bitwise XOR operation on the encrypted image and the key image. It can be seen from the image encryption and decryption that they are all the same operation. According to the above bitwise XOR operation, we assume: xor(a,b)=c You can get: xor(c,b)=a Or: xor(c,a)=b In summary, we assume that a is the original image data and b is the key, then c calculated by xor(a,c) is the encrypted ciphertext. This is a simple summary of the encryption and decryption process as used in the coding in this repository. Encryption process: Perform a bitwise XOR operation on the image a and the key b to complete the encryption and obtain the ciphertext c. Decryption process: Perform a bitwise XOR operation on the ciphertext c and the key b, complete the decryption, and get the image a. We can use our quantum random numbers generator in 2 ways to create our image encryption key: (1) as a random number generator seed source (2) using the random superposition of the H and V modes We can also use the shared set of correlated images, captured using the single CCD, from our entangled photon source with Alice getting one half and Bob getting the anti-correlated half. This provides the perfect key, with the quantum images shared over a separate channel hidden from the encrypted classical images. The file exchange channel is 2 way: Alice can use Her key to encrypt the image, Bob can use His key to decrypt the image OR Bob can use His key to encrypt the image, Alice can use Her key to decrypt the image. The XOR Cipher in this use can also be extended as a component in more complex overlay network ciphers if need be however for computational efficiency it is not necessary. It is just as effectual to have 1 quantum cipher as many, so in effect the system is completely hidden, by virtue of hidden variables, and is encrypted in an information condensate.

bitwise-xor image-encryption image-processing muonray physics python quantum quantum-decryption quantum-encryption quantum-entanglement xor-cipher

Last synced: 24 Jul 2025

https://github.com/adhityaramadhanus/thugbot

Slack bot to thuglify your photos

golang image-processing opencv slack-bot thuglife

Last synced: 15 May 2026

https://github.com/ajinkya-kulkarni/pyblendpatches

Efficiently handles large images by segmenting them into patches, performing instance/semantic segmentation, and then reconstructing the patches into a complete, segmented mask.

image-processing patchify semantic-segmentation

Last synced: 27 May 2026

https://github.com/hivesolutions/pconvert

Simple PNG conversion tool using libpng

composition image-processing libpng pconvert png-conversion python

Last synced: 14 Apr 2025

https://github.com/bobotig/docolav

(DOminant COlor AVerage) Déterminer la couleur moyenne dominante d'une image.

cimg-library cpp dominant-color image-processing universal

Last synced: 17 Jun 2026

https://github.com/koraygocmen/medianfilter

Remove moving objects from a series of images and create a new image with median filter method

go golang image image-processing images medianfilter

Last synced: 20 Jul 2025

https://github.com/golkhandani/image-hero

Image manipulator using sharp API

image image-processing imagemagick minio nodejs onthefly sharp

Last synced: 18 May 2026

https://github.com/vanhoai/visioncpp

🚀 High-performance C++ implementations of computer vision and image processing algorithms from scratch

cmake computer-vision cpp deep-learning edge-detection image-processing neural-network opencv

Last synced: 07 Mar 2026

https://github.com/zedseven/palettepull

A tool to pull a complete colour palette from a directory of sprites.

color-palette colour-palette image-processing palette palettes sprite-sheet

Last synced: 19 Jun 2025

https://github.com/masx200/image-conversion-compression-webp

图片转换和压缩到webp,可设置输出图片最大像素数

image-processing webp

Last synced: 07 May 2025

https://github.com/trsdn/markitdown-mcp

📄 Professional MCP server for converting 29+ file formats to Markdown - Perfect for Claude Desktop and AI workflows!

ai-tools claude-desktop document-conversion file-conversion image-processing markdown markitdown mcp metadata-extraction model-context-protocol office-documents pdf-converter python speech-to-text

Last synced: 25 Sep 2025

https://github.com/veritasv/python-mosaic

Python implementation of a mosaic generator. A photomosaic is a large image composed of smaller tile images

image-processing image-segmentation mosaic mosaic-images photomosaic photomosaic-generator python python3

Last synced: 25 Nov 2025

https://github.com/techiesamosa/lunaxplore

LunaXplore enhances low-light images from the PSR regions of lunar craters to improve signal-to-noise ratio (SNR). By applying advanced deep learning and image processing techniques, the project creates high-resolution image maps from Chandrayaan-2's OHRC, aiding lunar landing site selection and supporting geomorphological studies of the lunar pole

deep-learning gan hpc image-processing keras opencv python retinex-theory signal-to-noise-ratio tensorflow

Last synced: 30 Dec 2025

https://github.com/sylphlab/media-curator

Intelligently organizes and deduplicates large digital photo and video collections using metadata and content analysis (perceptual hashing, LSH).

bun cli deduplication exiftool ffmpeg functional-programming image-processing js lmdb media-organizer nodejs organizer perceptual-hashing photo sharp sqlite typescript video-processing

Last synced: 12 Apr 2025

https://github.com/luphord/imgwrench

A highly opinionated image processor for the commandline.

command-line image-processing pipeline python3

Last synced: 10 Jul 2025

https://github.com/auggen21/image_processing_basics

Image Reading, writing, histogram, histogram equalization, local histogram equalization, low pass filter, high pass filter, geometrical transformation

brightness contrast geometrical-transforms highpass-filter histogram-equalization image-processing lowpass-filter python

Last synced: 05 Sep 2025

https://github.com/adesoji1/face-antispoof

This is a layer in a facial Recognition System

antispoofing csv face-recognition gpu image-processing opencv python3 pytorch

Last synced: 17 Feb 2026

https://github.com/theonlyasdk/jpeg-artifact-remover

Frontend for jpeg2png written using Lazarus/FreePascal

artifact-remover freepascal gui image-processing jpeg2png lazarus windows

Last synced: 28 Jul 2025

https://github.com/prash030/image_processing_projects

This repository contains codes that I developed for image processing and evaluation of large dataset of images. These codes are mostly used with Deep Learning networks.

augmentation big-data blur-filter chest-xray-images deblurring gaussian-filter image-analysis image-filtering image-processing opencv

Last synced: 01 Jan 2026

https://github.com/hiruthikj/currency-recognition

A CLI Tool to recognize Indian Currency Notes

currency-detection image-processing opencv

Last synced: 17 Jan 2026

https://github.com/michelerenzullo/fastboxblur

Fast Box Blur using a sliding accumulator and with reflected borders policy

accumulator blur box cpp image-processing opencv padding

Last synced: 20 Aug 2025

https://github.com/0xspai/rblx-paint-bot

Roblox Starving Artists Auto Painter. Upload custom images and paint undetected using any brush!

automation image-processing python python-script roblox-development roblox-hack roblox-script

Last synced: 16 Mar 2025

https://github.com/vansh-khaneja/car-similarity-search

This repository will guide you to build a similarity search system to match and retirive the most similar image using ImageBind and Qdrant vector database

image-processing imagebind qdrant similarity-search yolov8

Last synced: 19 Jan 2026

https://github.com/thanhluanuit/active-storage-in-rails5.2

How to use Active Storage to upload images, files in Rails application

active-storage image-processing rails52 ruby-on-rails s3 upload-files upload-images

Last synced: 28 Apr 2026

https://github.com/slimcandy/MetaCleaner

Easily remove metadata from your images with our online tool, MetaCleaner. Preserve your privacy by stripping out EXIF data from your photos in seconds.

exif-data image-optimization image-processing metadata-removal privacy remove-metadata

Last synced: 09 Mar 2025

https://github.com/programmax/png_cicp_editor

CICP editing within a PNG

cicp image-processing png

Last synced: 18 Aug 2025

https://github.com/arquolo/bipl

Big Image Python Library

computer-vision image-processing openslide python tiff

Last synced: 10 Jun 2025

https://github.com/mustafademirtas/boyut-resizer

Boyut Resizer based on React, React Router, Webpack, React Hot Loader

desktop-app electron generator icon icon-generator image-processing image-resize imageresizer react redux typescript

Last synced: 17 Apr 2026

https://github.com/shanto268/quantumdevicesem

This program is designed to analyze Scanning Electron Microscope (SEM) images, specifically images of superconducting quantum devices. It uses the Segment Anything library from Meta to identify and segment objects in the image.

edge-detection image image-processing image-segmentation machine-learning nano-imaging nanoimager nanotechnology quantum-computing quantum-hardware sem superconducting-qubits

Last synced: 28 Apr 2025

https://github.com/adcimon/filter-studio-release

Filter Studio is an application that applies image filters to NDI streams.

filters image-processing ndi

Last synced: 22 Jun 2026

https://github.com/cynthiachiu/webcam-ai-virtual-mouse

Takes in live webcam video feed, detects a single hand, recognizes your hand gestures and control the mouse in real-time. To move the mouse, close your hand except for the pointer finger and move. You will see the mouse move across your screen in accordance with your hand motion. To do a mouse click, bring up you middle finger alongside your index, and tap them together. You will see the mouse perform a click on your screen.

ai image-processing opencv-python real-time

Last synced: 22 Jun 2026

https://github.com/duyndh98/digitalrace_2017-2018_universityround

Cuộc đua số (2017 -2018) University Round - Detect and Recognize Traffic Signs using OpenCV and Machine Learning

computer-vision image-processing opencv python support-vector-machine traffic-sign-detection traffic-sign-recognition

Last synced: 24 Oct 2025

https://github.com/nishantshah977/compress-to-webp

Compress your jpg, jpeg, png and convert into webp without losing quality ( depends upon level )in PHP.

compression image-processing seo web-optimization webp

Last synced: 11 Jun 2026

https://github.com/vitorcarvalho67/memego

This software is a meme creation tool developed in the Go programming language. With a simple and intuitive command-line interface

command-line-tool fun go go-lang image-processing meme meme-generator open-source personalization text-overlay

Last synced: 26 Jul 2025

https://github.com/jerboa88/image-signer

An experimental Python program to encode binary data within an image visually

cli-app image-processing image-signatures python steganography

Last synced: 19 Mar 2025

https://github.com/awkrail/shutoh

Yet another shot detector implemented in C++, which aims a fast alternative with PySceneDetect.

image-processing scene-detection scene-recognition shot-detection video video-analysis video-processing

Last synced: 04 Mar 2025

https://github.com/anze-/comfyui_deepdeband

ComyUI wrapper for RaymondLZhou/deepDeband image and video debanding

comfyui-nodes data-refinement data-science debanding image-debanding image-processing video-processing

Last synced: 20 Feb 2026

https://github.com/samst-one/imagesequencer

A well-tested iOS framework for producing a video from a sequence of images.

animation image-processing ios swift timelapse

Last synced: 21 Oct 2025

https://github.com/kunzhan/feature_linking_model

Neural Computation 2016: Feature linking model for image enhancement

image-processing pcnn pulse-coupled-neural-networks

Last synced: 24 Feb 2026

https://github.com/andytango/webp-wasm-js

🎨 Simple webp encoder and decoder, compiled to WebAssembly

image-processing javascript wasm webassembly webp

Last synced: 01 May 2026

https://github.com/pierrotthecat/mangasamurai2

Manga and comic reader for Android devices that cuts the pages into panels and displays them one by one

android-application app application comic-reader comics image-processing image-segmentation kotlin kotlin-android manga manga-reader mangareader panel panels splitter

Last synced: 03 Apr 2026

https://github.com/kevinbenabdelhak/wp-ideogram-api

WP Ideogram API est un plugin qui génère vos images mises en avant sur vos publications en passant par l'API d'Ideogram

api bulk-actions generator ideogram image-ai image-processing wordpress-plugin

Last synced: 15 Oct 2025

https://github.com/plwai/spot-image-different

Casual project that aims to play Spot the Difference puzzle game automatically

dbscan image-processing ssim

Last synced: 15 Oct 2025

https://github.com/kodie/img-items

Finds individual items inside an image and gets their size/coordinates.

detect extract image image-processing nodejs screenshot

Last synced: 20 Jan 2026

https://github.com/dinhanhx/deep_fried_meme

A Python script to make deep fried memes.

hacktoberfest image-processing meme-generator meme-maker opencv python3

Last synced: 23 Feb 2026

https://github.com/dsoprea/go-geographic-autogroup-images

A package that knows how to take a list of locations, a list of images, knowledge of EXIF, and some geographic/population data (if any images are not already geotagged), and group images by the major cities that they were taken near.

geographic go golang image image-processing

Last synced: 26 May 2026

https://github.com/sevagh/quadtree-compression

lossy image compression with quadtrees and protobuf

2d gif-animation image-compression image-processing quadtree tree-structure

Last synced: 09 Apr 2025

https://github.com/prernarohra/fake-currency-checker

Welcome to the Fake Currency Detection Project! It is an AI project aimed at identifying counterfeit currency through image analysis. This project utilizes computer vision techniques to differentiate between real and fake currency notes by analyzing their visual features.

accuracy computer-vision dataset deep-learning fake-currency image-processing

Last synced: 27 Jan 2026

https://github.com/scijava/batch-processor

A Batch Processor for SciJava

batch-processor image-processing imagej scijava

Last synced: 19 Jan 2026

https://github.com/nexxeln/pycasso

image processing and generation stuff using python

generative-art image-gen image-processing opencv pillow python

Last synced: 30 Apr 2026

https://github.com/gofynd/huffer-edge

Huffer: On The Fly Image Transformation Library for Cloud!

aws aws-lambda aws-nodejs hacktoberfest image image-processing

Last synced: 10 Apr 2026

https://github.com/setanarut/pointilizm

Command line tool to convert photos into pointillist painting

art creative-coding go image-processing photo-filters pointillism procedural-generation

Last synced: 22 Apr 2025

https://github.com/sovit-123/deep-learning-image-super-resolution

This is a deep learning project based on the Image Super-Resolution Using Deep Convolutional Networks - SRCNN paper using the PyTorch deep learning library.

computer convolutional-neural-networks deep-learning image-processing image-super-resolution neural-network python pytorch pytorch-implementation

Last synced: 29 Apr 2026

https://github.com/ytiurin/scale-crop-rotate

Inbrowser scale, crop and rotate images, without blocking the Event loop.

crop cropper croppie image-manipulation image-processing resize rotate scale

Last synced: 03 Mar 2026

https://github.com/nishant2018/malaria-detection

This is a web application built with Flask for detecting malaria in microscopic images of blood samples. It uses a deep learning model trained on TensorFlow/Keras to classify images as either infected (parasitized) or uninfected.

cnn cnn-classification cnn-keras deep-learning image-classification image-processing supervised-learning

Last synced: 20 Feb 2026

https://github.com/libvips/nip2-extras

New/extra image processing functions and menu options for nip2.

customization extensions extras image-processing

Last synced: 27 Jan 2026

https://github.com/prashantrahul141/film-grain-filter

Film grain filter written rust.

film-grain image-processing rust

Last synced: 15 Mar 2025

https://github.com/mirtia/ascii-art

Turning .jpeg , .png and .mp4, .gif files to ASCII art

ascii-art for-fun gif image-processing opencv

Last synced: 15 May 2026

https://github.com/vikastmz/3-sweep

Please view the new Repository:

3d-models computer-vision image-processing

Last synced: 15 Apr 2025