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-06-23 00:15:16 UTC
- JSON Representation
https://github.com/mr-technologies/farsightpy
Basic MRTech IFF Python SDK sample application
camera cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi python rest-api rtsp sdk tiff vulkan
Last synced: 12 Apr 2025
https://github.com/bigsk1/airats
ASCII Image Convertor
ascii ascii-art command-line flask homelab image-processing linux python python3 self-hosted
Last synced: 23 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/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/niru-5/image-transformations-app
A streamlit app to visualize images/video and apply basic transformations to get some insights.
image-processing image-transformations opencv python streamlit-webapp
Last synced: 20 May 2026
https://github.com/cutupdev/road-damage-detection
This is repository for detection damage and judgement on road.
Last synced: 15 Mar 2025
https://github.com/ntshvicky/plant-leave-identification
Identify leaves from flavia dataset using scikit learn and python
image-classification image-processing leaf-image-segmentation opencv plant-leaves-identification python
Last synced: 06 Jan 2026
https://github.com/alexkranias/sketchit
SketchIt is a an interactive, media manipulation software applying fundamental computer vision/edge detection algorithms to media for both educational and artistic purposes.
desktop-app digital-art edge-detection image image-processing java-8 javafx sketch video video-processing
Last synced: 30 Oct 2025
https://github.com/anupsv/advance-image-downloader-golang
Concurrent image downloader in Go with configurable options for batch processing, random wait times, and file handling.
downloader go golang image-downloader image-downloader-go image-downloading image-processing
Last synced: 03 Apr 2025
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/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/raghav714/intruder-alarm
making a intruder alaram using the web-cam or CCTV camera
image-based-alarm image-processing python-audio-processing
Last synced: 15 Mar 2025
https://github.com/bezzad/ipga
Image Processing by Genetic Algorithm
genetic-algorithm image-processing
Last synced: 19 Apr 2025
https://github.com/diptochakrabarty/bug-free-disco
Using Docker for Image Streaming
docker docker-compose docker-image dockerfile face-detection face-recognition image-processing linux linux-server opencv python3
Last synced: 11 Apr 2026
https://github.com/olucaslopes/draw2text
AI-powered drawing recognition app that uses advanced machine learning algorithms to detect numbers in drawing sketches
cloudinary computer-vision deep-learning digit-recognition drawing-recognition handwriting-recognition image-classification image-processing image-segmentation keras keras-tensorflow machine-learning mnist neural-networks numpy opencv pandas python streamlit tensorflow
Last synced: 13 Apr 2026
https://github.com/pixelbend/heatmapsharp
A dotnet based image heat mapping helper built on ImageSharp.
csharp dotnet dotnet-core dotnetcore heatmap image-heatmap image-processing
Last synced: 02 Sep 2025
https://github.com/xevion/v6-place
Painting a Canvas with IPv6 Addresses
canvas differencing image-processing ipv6 place sys42 websockets websockets-client
Last synced: 08 Apr 2025
https://github.com/ravish1729/digital-image-processing
This repository contain some simple image processing code, that will be helpful for a beginners.
Last synced: 04 Oct 2025
https://github.com/kdosiodjinud/ai-generate-image-by-reference
A PHP library to generate images in the style of a reference image using the OpenAI Image API.
ai generator image-processing images openai reference
Last synced: 14 Jan 2026
https://github.com/srbrettle/image-resizer-python
Quickly resize images to a given height and width using a "Nearest Neighbour", "Bicubic", "Bilinear", or "Anti-Alias" filter.
image-processing image-resizer image-resizer-gui images python resize-image resize-images
Last synced: 08 Nov 2025
https://github.com/nekitmm/pconv_tf2.0
Unofficial implementation of PConv paper in TF2.0
convolutional-neural-networks deep-convolutional-neural-networks deep-learning gan image-inpainting image-manipulation image-processing partial partial-convolution pconv tf2
Last synced: 04 Apr 2025
https://github.com/blurred-machine/computer-vision-problems
In this repository, I have solved two problems with computer vision. The first Implementation is building a CNN in which the input is a noisy number and the output is a denoised number based on AutoEncoders. The second implementations is sequencing the characters read from number plates done using object detection.
cnn-classification cnn-keras computer-vision deeplearning detection image-processing neural-network
Last synced: 26 Feb 2025
https://github.com/serhaturtis/sw-gst_edgesharpen
A gstreamer video filter element that inserts edge sharpen filter, implemented with OpenCV.
gstreamer gstreamer-plugins image-enhancement image-processing opencv video video-processing
Last synced: 12 Apr 2026
https://github.com/prathmesh-ka-github/asciinator
Experience the magic of AI-powered ASCII art! This web application, featuring a Python Flask backend and a dynamic ReactJS frontend, uses machine learning under the hood to convert your images into unique ASCII Arts.
flask image-processing machine-learning python reactjs
Last synced: 22 Aug 2025
https://github.com/abdulrahman-k-s/image_filter
This project tackles an important problem which deals with the removal of noise from images is a major task in the field of image processing, because it affects the quality of the image and leads to the loss of some of its important information through the impact of noise on it.
algorithm algorithms csharp filter image-processing sort sorting university-project
Last synced: 20 May 2026
https://github.com/nomadsdev/veil-sight-python
VeilSight is a tool for automating window detection, image recognition, and text extraction on Windows, designed to boost productivity by simplifying repetitive tasks.
automation image-processing ocr opencv pyautogui python template-matching tesseract veil-sight veil-sight-python win32api windows
Last synced: 23 Apr 2025
https://github.com/konradlinkowski/voronoi
Converts user-provided image to a Voronoi diagram
hacktoberfest image-processing voronoi voronoi-diagram voronoi-generator
Last synced: 15 Apr 2025
https://github.com/astronomersiva/placeholder-img
Generates low-res blurred version of images that can be used as placeholders while lazy-loading them
Last synced: 15 Mar 2025
https://github.com/archetipico/telegrambot
Telegram bot
clearurls deployable image-manipulation image-processing ocr python solver telegram telegram-bot tts weather
Last synced: 21 Aug 2025
https://github.com/maneeshwije/pytoshop
An image processing tool written from scratch in Python and C
c ctypes image-processing python
Last synced: 03 Feb 2026
https://github.com/nikhilt1998/hackerearth-deep-learning-challenge
Detect emotions of your favorite toons (Hackerearth DL challenge)
challenge competitions deep-learning detect-emotions image-processing sentiment-classification video-processing
Last synced: 24 Mar 2025
https://github.com/edoardotosin/batch-image-converter
Streamline your image editing process with this Python script, capable of converting large batches of images to desired formats and specifications, including DPI, resolution, and color space.
conversion converter image-processing jpeg pillow png python python3
Last synced: 07 Sep 2025
https://github.com/starkdmi/swiftorientcrop
Working with oriented images in Swift
cgimage ciimage crop-image image-manipulation image-processing swift vimage
Last synced: 28 Jan 2026
https://github.com/tigrulya-exe/terraform
QGIS plugin with popular topographic correction algorithms and various methods of their evaluation
gis image-processing qgis qgis-plugin qgis-processing topographic-correction
Last synced: 20 Feb 2026
https://github.com/cgohlke/icsdll
Interface to the image correlation spectroscopy library ICSx64.dll
correlation cplusplus fluorescence fluorescence-correlation fluorescence-fluctuations fluorescence-microscopy-imaging image-processing python spectroscopy
Last synced: 29 Apr 2025
https://github.com/liu-yucheng/aidesign-widgets
AIDesign Widget Collection Application
app-collection efficiency gnu-gplv3 gpl3 gplv3 image-processing pillow python python3 text-processing widget-collection widgets
Last synced: 26 Feb 2025
https://github.com/raklaptudirm/itp
Generate beautiful Prime Numbers from Images
image-processing prime-generator prime-numbers
Last synced: 09 Apr 2025
https://github.com/rishit-katiyar/mars-river
A Python script for analyzing celestial terrain and generating hydrographic maps, particularly suited for Mars terrain analysis.
celestial-terrain-analysis data-visualization gis hydrographic-mapping image-processing mars-exploration open-source planetary-science python-scripting scientific-computing
Last synced: 23 Mar 2025
https://github.com/noorientationprogramming/libnaegcommon
Library based on the SystemCore of NoOrientationProgramming
async asynchronous asynchronous-programming image-processing multithreading naegolus network-programming parallel-computing parallel-processing parallel-programming processing signal-processing
Last synced: 10 Jun 2025
https://github.com/cgohlke/chebyfit
Fit exponential and harmonic functions using Chebyshev polynomials
chebyshev-polynomials fluorescence-lifetime-spectroscopy fluorescence-microscopy-imaging image-processing python
Last synced: 29 Apr 2025
https://github.com/jasjisdo/ctview
:hospital: java 8 swing application to view computed tomography scanned medical images
computer-tomograpy computer-vision ct image-processing medical-imaging segementation
Last synced: 25 May 2026
https://github.com/dheerajshenoy/sonify
Convert images into beautiful audio signals
audio-processing gui image-processing python qt sonification
Last synced: 06 Jan 2026
https://github.com/saahen-sriyan-mishra/camouflage-shield
A full stack windows form application for sensitive image storing in encrypted format using symmetric key cryptography, and user data storing/securing using hash algorithms.
3des-encryption aes-encryption base64-encoding cryptography csharp cybersecurity des-encryption-decryption encryption hashing-passwords image-processing md5-hash rc2-encryption rijndael-algorithm sha1-hash sha256-hash sha384-hash sha512-hash windows-form-application
Last synced: 07 May 2025
https://github.com/kavindyasinthasilva/image-processing-smart-parking-system
There is almost no space for parking, and they are bit difficult to find. This system can Identified Primarily by the number plates of the vehicles which obtain the driver details. Almost drivers can use any parking space from one place
android-application image-processing nsbm nsbmgreenuniversity university-project website
Last synced: 10 Apr 2025
https://github.com/sharathk4/sar-imagery-colorization
This project implements a deep learning model to colorize grayscale SAR images, enhancing their interpretability for applications like remote sensing and environmental monitoring. By leveraging paired SAR and optical data, the model transforms monochromatic SAR imagery into intuitive color representations, improving the usability of SAR data.
colorization convolutional-neural-networks deep-learning environmental-monitoring image-processing machine-learning python remote-sensing sar-image-colorization tensorflow
Last synced: 04 Jan 2026
https://github.com/oscarsun72/insertguaxingtopowerpnt
insert Yi Jing Gua Xing to PowerPnt 在Powerpoint簡報中插入《易經》卦形-已擴充為一切字圖乃至圖片插入Word docx 與Power Point pptx 之應用
characters chinese chinese-characters chinese-language chinese-tranditional image image-processing images powerpoint powerpoint-automation powerpoint-generation powerpoint-presentations powerpoint-slides word-automation yijing zhouyi
Last synced: 16 Mar 2025
https://github.com/oscarsun72/ppttodoc_powerpoint_xchg_word
ppt and doc, PowerPoint and Word automation exchange and interoperation【目前專注在中文字型轉字圖的自動化】
chinese chinese-characters chinese-language chinese-tranditional image image-processing images powerpoint powerpoint-automation powerpoint-generation powerpoint-presentations powerpoint-slides word-automation
Last synced: 16 Mar 2025
https://github.com/kroshechka/basketbot
A bot that plays basketball for you (OpenCV + mss).
bot computer-vision game gamebot image-processing opencv python template-matching vk-bot vkgame vkgamebot vkontakte-bot win32api
Last synced: 12 Apr 2026
https://github.com/abzico/colorrectdump
A tool to find rectangular area for color pixels that live in the input .png image
c cli image-processing images png
Last synced: 17 Mar 2025
https://github.com/davidstutz/matlab-multi-label-connected-components
MEX wrapper for Ali Rahimi's multi-label connected components implementation in C++.
computer-vision connected-components image-processing matlab
Last synced: 23 Apr 2025
https://github.com/reggi/image_to_json
🎆🔐 Convert an image (or folder of images) into a json file uses base64
base64 deno image-processing json
Last synced: 13 Apr 2026
https://github.com/deonvz/imagetoasciiart
Converts any picture or your live Webcam feed into ascii art. Uses Javascript, P5.js, Asciiart repository and is based on the Coding Train Challenges.
art ascii ascii-art canvas creative-coding drawing generative-art html image image-processing javascript ps5 webcam webcam-streaming webcamera
Last synced: 05 Oct 2025
https://github.com/w2sv/autocrop
Android application for automatic batch cropping of phone screenshots.
android android-application automation image-processing kotlin
Last synced: 05 Jan 2026
https://github.com/shayanriyaz/rice-crop-disease-detection
This repository contains a notebook used to classify 4 rice disease images.
data-min deep-learning image-processing tensorflow2
Last synced: 17 Aug 2025
https://github.com/gayanukaa/snake-robot-simulation
Simulation of Snake Robot for Searching Human Casualties
image-processing matlab simulation simulink solidworks
Last synced: 18 Jun 2025
https://github.com/gonzaloserrano/blur-image-text
Blur the text of an image
Last synced: 26 Jan 2026
https://github.com/flazefy/gudangku-bot
GudangKu helps you manage your belongings, from home supplies and food stock to furniture. Set reminders to remind you to cleaning or maybe time to restocking some of your home supplies. In this apps also have generate reports to create shopping or maintenance list. Start organizing your inventory with GudangKu’s features. Created using Python
backend color-detection cronjob csv firebase-cloud-messaging firebase-realtime-database firebase-storage image-processing inventory line-bot machine-learning mailer mysql notifications pdf python sqlachemy sqlalchemy telegram-bot
Last synced: 20 Feb 2026
https://github.com/moapis/imageapi
ImageAPI is a gRPC image processing and storage service that is meant to work as a microservice along with Authenticator and Shop.
api grpc-go image-processing s3-storage
Last synced: 10 Nov 2025
https://github.com/vimichael/pixwarp
A small GUI app for converting images, powered by `Image` and `egui`.
desktop-app egui gui image-processing immediate-mode rust-lang
Last synced: 12 Apr 2025
https://github.com/ankushkun/split-pfp
Image splitter that splits a 2:1 image into two 1:1 images. Split images can be used as matching avatars on discord or any other social media platform
image-processing image-splitting matching-avatar
Last synced: 26 Jan 2026
https://github.com/deonvz/compare_images
Compare two images in Python using Pillow. Show the diffrences and place these highlighted diffrences on the original image.
compare-images image-manipulation image-processing image-viewer python python-3 python-script python3
Last synced: 02 Jul 2025
https://github.com/rheyhannh/filebuds.cloud
A web application and Telegram bot for image and PDF processing, built with Fastify and Telegraf🤖
fastify image-processing javascript nodejs pdf-proccessing telegraf
Last synced: 09 Apr 2025
https://github.com/smaranjitghose/pianocv
Using Simple Image Processing to play a touchless virtual piano
image-processing opencv piano python
Last synced: 24 Apr 2026
https://github.com/fs02/imagespell
Basic Image Utility application created using Python OpenCV for Computer Vision course
image-manipulation image-processing python-opencv
Last synced: 31 Mar 2025
https://github.com/sumedhpendurkar/image_sr
Convert multiple LR images to single HR image.
image-enhancement image-processing super-resolution
Last synced: 24 May 2026
https://github.com/deeheber/face-match
A program to that does face comparison/matching between uploaded images and images stored in a collection.
ai aws aws-sam aws-sdk dynamodb image-processing infrastructure-as-code lambda nodejs serverless serverlessapplicationmodel stackery
Last synced: 19 Feb 2026
https://github.com/xchellx/bnrtool
Encodes and decodes BNR banner files for the Nintendo GameCube.
banner binary-format c c99 cmake command-line-tool gamecube graphics gx image-decoding image-encoding image-processing metadata nintendo nintendo-gamecube text transcoding yaml
Last synced: 28 Feb 2026
https://github.com/ibrahimlawal/thumber
timthumb-ish in nature... portable
apache gif image image-processing jpg php png thumbnails
Last synced: 22 Feb 2026
https://github.com/liushuai1998/ijcn
Official implementation of the Paper "Blind JPEG Artifacts Removal via Inverse JPEG Compression"
deep-learning image-processing jpeg-artifacts-removal pytorch
Last synced: 17 Nov 2025
https://github.com/tensor-fusion/non-local-image-dehazing
Non-Local Image Dehazing using haze-lines
air-light computer-vision image-dehazing image-processing remote-sensing
Last synced: 27 Feb 2025
https://github.com/szepeviktor/smart-image-resize-test
Fork of https://wordpress.org/plugins/smart-image-resize/ WordPress plugin
image-processing wordpress-plugin
Last synced: 09 May 2026
https://github.com/mainawycliffe/cropped-image-form-control-in-angular-demo
How to build an image cropper form control in angular
angular croppiejs image-processing
Last synced: 24 Apr 2025
https://github.com/haschka/sdl_simple_paint
A simple paint program
graphical-tools image-processing paint painting sdl2 unix-tool
Last synced: 22 Feb 2026
https://github.com/oleksandr-g-rock/simple_object_detection
Create simple recognition object detection in the live time on the Raspberry Pi - version 2
image-classification image-processing image-recognition recognition tensorflow tensorflow-examples tensorflow-tutorials
Last synced: 20 Jan 2026
https://github.com/gregorykogan/palettizer
Convert any image to color palette of your choice!
color-scheme conversion image-processing palette themeing vuejs vuex
Last synced: 21 Aug 2025
https://github.com/fairfield-programming/libiii
🎆 An embeddable library for the Interpolated Image Interchange format.
c clang embedded file file-processing image image-processing images library standard standards
Last synced: 22 Aug 2025
https://github.com/sciviews/zooimage
Plankton images analysis system
cran image-processing machine-learning plankton r r-package
Last synced: 18 Mar 2025
https://github.com/kabasset/phifun
Fun with Phi!
cpp dft fftw image-processing optics under-development
Last synced: 04 Apr 2026
https://github.com/ob-labs/image-search
Image search application built with the vector capabilities of OceanBase
agent agentic-ai ai-agent hybrid-search image-processing oceanbase vector-database
Last synced: 04 Feb 2026
https://github.com/agarnung/threepde
A 3D visualization of image evolution under partial differential equations
computer-vision image-processing partial-differential-equations pde three-js threejs
Last synced: 02 Jul 2025
https://github.com/xdivisionbyzerox/find-duplicate-images
A little program to find duplicate images by content.
duplication-finder image-processing images javascript nodejs typescript
Last synced: 10 Feb 2026
https://github.com/myatmyintzuthin/extract-table
Table Cell Coordinate Extraction From Image
image-processing table-extraction
Last synced: 29 Mar 2025
https://github.com/shelldandy/lqip-pug
My take on lqip for pug static builds
image-processing javascript performance pug
Last synced: 17 Apr 2025
https://github.com/earthdaily/reflectance-datacube-processor
Processor showcasing how to extract data from EarthData Store with premium cloud mask and publish a datacube on cloud storage
agriculture earth-observation geoanalytics geospatial-analysis geospatial-data image-analysis image-processing imagery imagery-array-api imagery-dataset imagery-transformation satellite satellite-imagery
Last synced: 01 Mar 2026
https://github.com/earthdaily/earthdaily-documentation
Repository dedicated to product documentation
documentation image-processing
Last synced: 01 Mar 2026
https://github.com/rajanmandanka07/face-recognition
This Face Recognition System allows adding new faces, training a classifier, and real-time face recognition using a webcam. Built with Python and OpenCV.
classifier-training face-recognition haar-cascade-classifier image-processing lbph-face-recognizer numpy opencv-python pillow
Last synced: 11 Mar 2026
https://github.com/voidberg/imagecache-sharp
Image processing library based on sharp and inspired by Drupal's image styles.
crop image image-processing imagecache resize sharp thumbnail-generator thumbnails typescript
Last synced: 11 Jul 2025
https://github.com/flug/image-processor
Image Processor with Amazon S3
aws composer-project image-processing php s3-bucket
Last synced: 18 Apr 2026
https://github.com/vignetteapp/kirie
Simple image proxy for Vignette
image-processing image-proxy sharp
Last synced: 07 Sep 2025
https://github.com/diogosapessoa/write-text-image
Source code for convert image to text
ascii-art braille-art cli csharp image-processing netcoreapp31 netstandard20
Last synced: 14 Jan 2026
https://github.com/phanikmr/facefinder
FaceFinder is an face recognition security check app coded in Matlab. It can solve the issue of security check just in seconds. It identifies the particular person is allowed or not allowed for a particular thing or task. This can be used as an Visual Attendance system where student identification and recognition is achieved through face recognition, in security applications, in short face recognition applications are used in widely in many corporate and educational institutions, at ticket reservation systems. The alogorithm behind face tracking is Viola Jones and for face recognition PCA.
computer-vision face-recognition image-processing matlab pca-analysis
Last synced: 22 Mar 2025
https://github.com/sh20raj/universal-image-component
universal-img-component is a versatile React component that simplifies handling images in various modes, including Base64, CDN, text-based images, and Next.js optimization. Perfect for any project needing dynamic image handling!
image image-component image-optimization image-processing nextjs reactjs
Last synced: 17 Aug 2025
https://github.com/cchandre/polarimetrycontour
Matlab app for the analysis of polarimetry data
appdesigner image-processing matlab matlab-application matlab-image-processing-toolbox polarimetry
Last synced: 14 Jun 2025
https://github.com/zekth/gulp-image-process
Gulp task for processing images
gulp gulp-plugin gulp-tasks gulpjs gulpplugin image-manipulation image-processing sharp sharp-library
Last synced: 03 Oct 2025
https://github.com/vatshayan/b.tech-project-image-recognition-system-
data-science data-structures database dip final-project final-year-project image image-classification image-processing image-recognition machienlearning machine-learning machine-learning-algorithms machinelearning neural-network python
Last synced: 01 May 2026
https://github.com/opengeos/acolite
ACOLITE: generic atmospheric correction module
acolite atmospheric-correction geospatial image-processing remote-sensing satellite
Last synced: 26 Apr 2025
https://github.com/ahmedfgad/ecg-peak-bottom-detector-matlab
Detect Peaks and Bottoms of ECG Image Signals in MATLAB
ecg image-processing matlab signal-processing
Last synced: 28 May 2026
https://github.com/dalmia/carnd-advance-lane-lines-p2
The code for my submission to the second project of Udacity's Self-driving Car Nanodegree Program
artificial-intelligence computer-vision image-processing self-driving-car-engineer
Last synced: 22 Feb 2026
https://github.com/lukemansell/get-image-color
Methods allowing you to get the average color of a image by URL or bytes
color colors csharp dotnet image-processing
Last synced: 14 Jan 2026