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-24 00:11:22 UTC
- JSON Representation
https://github.com/peplxx/netpbm-cpp
This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.
cpp image image-processing netpbm ppm-image
Last synced: 19 Oct 2025
https://github.com/rasyadh/word-identification
Word Identification is image processing application that using segmentation, template matching, dan region splitting method.
csharp identification image-processing region-splitting segmentation splitting template-matching word-identification
Last synced: 11 Aug 2025
https://github.com/antosiowsky/vein-scanner
A portable vein scanner with real-time vein pattern projection using IR imaging and a mini projector. Designed to assist in medical procedures requiring precise vein access.
image-processing ir projection raspberry-pi vein-biometrics
Last synced: 07 Jan 2026
https://github.com/kutukvpavel/plotdigitizer
A small helper for digitizing old scientific plots.
charts digitization digitizer image-processing plots
Last synced: 01 Aug 2025
https://github.com/anicine/ifx
a native rust lib for extracting image features using the popular descriptors algorithms.
image-classification image-processing rust
Last synced: 15 May 2025
https://github.com/o98k-ok/img-outline
๐ Add a charming background to your picture. ๐
golang image-merge image-processing production screenshot
Last synced: 16 Mar 2025
https://github.com/dmamakas2000/filter-ppm-cpp
An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.
2darrays cpp filter functions image-processing inheritance mathematics ppm-image
Last synced: 28 Mar 2025
https://github.com/meqdaddev/pixcraft
Welcome to PixCraft... Unleash the Power of Pixels
edge-detection flask gaussian-blur image-processing matplotlib matplotlib-pyplot numpy opencv opencv-python python
Last synced: 09 Apr 2026
https://github.com/mcrd25/python-image-gen
Simple python based app/script using DALL-E
ai dalle2 image image-generation image-processing openai openai-api python python3 text-completion
Last synced: 07 Jan 2026
https://github.com/prithivsakthiur/trash-net
Trash-Net is an image classification vision-language encoder model fine-tuned from google/siglip2-base-patch16-224 for a single-label classification task. It is designed to classify images of waste materials into different categories using the SiglipForImageClassification architecture
classification google gradio huggingface-transformers image-classification image-processing pillow python torch trash vision-transformer
Last synced: 09 Apr 2025
https://github.com/zecat/cardscan
Extract black bordered frame in an image, adjust perspective, crop and rotate.
card image-processing opencv-python perspective-transformation scanner sheet
Last synced: 16 Mar 2025
https://github.com/devwaqarahmad/ai-image-caption-generator
A computer vision and deep learning-based project that generates human-like captions for any image using CNN + LSTM architecture. It takes an image as input and returns a meaningful description in natural language.
cnn computer-vision deep-learning image-captioning image-processing lstm machine-learning python tensorflow vision-to-text
Last synced: 18 May 2026
https://github.com/markmbaum/hirise-thumbnails
scripts for scraping a large batch of mars surface imagery from the HiRISE camera
convolutional-neural-networks image-processing mars
Last synced: 21 Sep 2025
https://github.com/vforsh/nine-slice-editor
Nine Slice Editor for PhaserJS
game-development image-processing nine-patch nine-slice phaser
Last synced: 18 Apr 2026
https://github.com/ssoad/pytorch-imagesegementation
Human Segmentation using PyTorch
image-processing image-processing-python image-segmentation image-segmentation-pytorch pytorch-cnn pytorch-implementation
Last synced: 04 Jul 2025
https://github.com/jromero132/pdf-merger
A Python utility for merging multiple PDFs and images into a single PDF file. This tool maintains aspect ratios, centers content on custom-sized pages (default A4), and supports recursive directory processing. Perfect for organizing documents and creating cohesive PDF compilations.
aspect-ratio command-line-tool content-center cross-platform custom-page directory-recursive document-management document-processing file-conversion file-organization image-processing image-to-pdf multi-format-support open-source pdf-merger pdf-tools productivity-tool python python-utility python3
Last synced: 03 Apr 2025
https://github.com/andreihar/poisson-blending
Poisson Image Blending
image-blending image-compositing image-processing matlab poisson
Last synced: 30 Mar 2025
https://github.com/bonniesimon/ascii-art-go
Generate ASCII art from images
ascii-art golang image-processing
Last synced: 16 May 2025
https://github.com/fitushar/seamcarving_content-aware-image-resizing
The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significant (background) objects. Content aware image resizing (CAIR) algorithm uses the different edge detection methods to segregate the useful objects from the background. When applied to an image, CAIR can resize the image to a very different aspect ratio without destroying the aspect ratio of the useful objects in the image. In this project, we simply implement a content aware image resizing (CAIR) in MATLAB environment. The main idea to implement CAIR is to remove or insert the vertical or horizontal seams (paths of pixel) having the lowest energy. After implanted the Seam Carving Algorithm for Content aware image resizing (CAIR), analysis shows that the implemented seam carving for CAIR can generate more desirable resized images than cropping, resampling, and conventional seam carving techniques.
content-aware-resize image image-processing matlab matlab-gui resizing-images seam-carving
Last synced: 24 Aug 2025
https://github.com/aniketraut16/vi-sem-labs
This repository is a collection of all the codes and screenshots from my 6th-semester lab sessions. It serves as a personal archive of my work across various subjects, capturing both the learning process and the results. Dive in to explore and learn!
data-mining data-warehousing deep-learning image-processing natural-language-processing video-processing
Last synced: 02 Sep 2025
https://github.com/salihmezraoui/image-quilting
A C++ project implementing the Image Quilting algorithm based on Efros and Freeman's method for seamless texture synthesis. It generates larger, continuous textures by stitching overlapping patches from a source image. Using Minimum Error Boundary Cut and MSE Patch Selection, it minimizes visible seams and achieves high-quality texture results.
clion cmake cpp image-processing image-quilting
Last synced: 24 Aug 2025
https://github.com/dharmveer97/aws-image-uploading
Code and resources for optimizing image uploading speed to AWS S3 buckets in a Next.js app directory using @apollo/server , including directory API routes for AWS S3 bucket integration. Utilizes @aws-sdk, @aws-sdk/client-s3, @as-integrations/next, dropzone, graphql, and graphql-tag.
apollo-server aws aws-s3 aws-sdk browser-image-compression buckets3 dropzone formik getsignedurl graphql image-processing imagecompression imageupload multipleimagepicker next next-js nextjs-app-router nextjs14 sdk yup
Last synced: 19 Feb 2026
https://github.com/techassi/hfu-imgcomp
Image processing and computer graphics SOSE 22
computer-vision image-processing numpy opencv python
Last synced: 11 Apr 2026
https://github.com/erykkruk/flutter_fast_image_editor
Native C image editing for Flutter. Blur, sepia, saturation, brightness, contrast, sharpen, grayscale with region-based effects via FFI.
blur dart ffi filter flutter image-editor image-processing native
Last synced: 29 May 2026
https://github.com/xp-framework/imaging
Imaging APIs for the XP Framework
gd image-processing php7 php8 xp-framework
Last synced: 24 Apr 2025
https://github.com/ernanej/ruby-edge-detection-threads
Edge and Relief Detection in Images with MiniMagic and Ruby Threads.
Last synced: 30 Mar 2025
https://github.com/campiohe/league-module
legit hack for counter-strike: global offensive
csgo image-processing image-recognition rcs recoil-control-system
Last synced: 26 May 2026
https://github.com/jpfleury/gfo-demos
gmic-filters-overview demos
css gimp gmic html image image-filter image-filtering image-filters image-manipulation image-processing images javascript
Last synced: 04 Apr 2026
https://github.com/sudodevinci/skyimager-obfuscated
Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.
arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update
Last synced: 21 Jan 2026
https://github.com/sadhasivamx/computervision-explored
Exploring ComputerVision from scratch
cnn-model deeplearning image-processing machinelearning opencv python
Last synced: 02 Jan 2026
https://github.com/kamlesh0928/carbomato
Carbomato is a plant health detection app that lets users to check the health of their plants by taking a photo of a leaf or uploading it from their gallery.
android-app android-studio api deep-learning firebase-auth firebase-database gemini-api image-processing image-recognition java java-android kotlin kotlin-android machine-learning
Last synced: 26 Dec 2025
https://github.com/prashantrahul141/kuwahara-filter
The Kuwahara filter in rust.
image-processing kuwahara kuwahara-filter rust
Last synced: 15 Mar 2025
https://github.com/nomadsdev/pixel-matrix-converter
PixelMatrix Converter is a simple tool that converts images to matrix data and back. Itโs ideal for image manipulation and analysis, allowing easy conversion between visual and data formats
data-convert file-io image image-processing image-processing-python matrix matrix-multiplication python-matrix structure
Last synced: 03 Jul 2025
https://github.com/glorkpixels/encoding-an-image-with-another-image
encoding an image with another image, and decoding it back. Paper application
decypher decyption encoding encryption encryption-decryption image image-processing
Last synced: 04 Jul 2025
https://github.com/eddmann/turbo-png
Fast Rust CLI for lossless PNG optimization and lossy compression with Zopfli and imagequant.
cli command-line-tool compression image-optimization image-processing imagequant lossless performance pn png rust zopfli
Last synced: 19 Feb 2026
https://github.com/recolude/imgconv
Utilities around dealing with images inside of game dev. Inspired by my hate for TGA.
game-development image-processing
Last synced: 03 Jan 2026
https://github.com/mreliptik/imagestovideo
Simple images to video conversion script
image-processing opencv python3 video
Last synced: 21 Jan 2026
https://github.com/lunardiver/pimovementdetector
Raspberry Pi based movement detection system that can notify other systems over TCP.
csharp dotnet dotnet5 image-processing movement-detection raspberry-pi raspberrypi tcp unit-test unit-testing unittest vscode
Last synced: 12 Apr 2026
https://github.com/aiaaee/analyse_simple_image
the extraction of meaningful information from images. mainly from digital images by means of digital image processing techniques
image image-processing image-recognition matrics matrix-computations python
Last synced: 09 Apr 2025
https://github.com/prashantrahul141/img-secret-text
Encode and decode into and from an image.
Last synced: 15 Mar 2025
https://github.com/mashiat12/synthetic_brain_image_generation
Synthetic images generated using deeplearning model (GANs) allows researchers to create realistic, diverse MRI images that can supplement or expand existing datasets without needing additional patient scans.
artificial-intelligence deep-learning deep-neural-networks gan gans generative-adversarial-network generative-ai image-processing imagegeneration machine-learning
Last synced: 23 Mar 2025
https://github.com/developer0hye/image-processing-template
computer-vision image-processing opencv opencv2
Last synced: 27 Sep 2025
https://github.com/albertomorini/reddown
A Reddit images downloader
api downloader image-processing python reddit
Last synced: 30 May 2026
https://github.com/youkoulayley/worker_images
Resize and crop images in your application asynchronously with NATS.
crop crop-image image image-processing nats nats-streaming python resize resize-images worker-images
Last synced: 16 Jan 2026
https://github.com/justusschock/delira_cycle_gan_pytorch
A delira-compatible cycle-GAN skeleton.
computer-vision cycle-gan cyclegan delira gan generative-adversarial-network image-processing pytorch pytorch-cnn
Last synced: 12 Apr 2026
https://github.com/Sija/thumb-cutter
Blazingly fast thumb cutting and image juggling middleware for any node/express.js kitchen sink
crop expressjs image-processing javascript nodejs
Last synced: 31 Mar 2025
https://github.com/zazi2002/image-processing-dsp
Digital Signal Processing project with focus on circle detection in images using various methods such as correlation and gradient analysis.
correlation detection image-processing matlab
Last synced: 10 Nov 2025
https://github.com/sidharthmohannair/visionuav-navigation
A robust vision-based localization system for UAVs operating in GPS-denied environments. The system utilizes advanced computer vision techniques to achieve accurate position estimation by matching real-time drone camera feeds with satellite imagery.
adaptive-noise-scaling akaze brisk computer-vision feature-detection feature-matching geolocalization homography image-processing localization opencv orb position-estimation ransac region-of- sift uav uav-navigation
Last synced: 16 Oct 2025
https://github.com/lmantw/canvaz
A simple, easy-to-use image processing library written entirely in Zig.
image-processing zig zig-library zig-package
Last synced: 03 Apr 2025
https://github.com/avivharuzi/compare-images
Compare images by every pixel in the browser
angular browser canvas image image-processing javascript typescript
Last synced: 21 Apr 2026
https://github.com/madhurimarawat/python-projects
This repository contains the projects that I made in the Python programming language.
automobile-dataset big-data-analytics csv-files data-analysis-python data-visualization data-visualization-project documentation email-spam-classification google-app-data image-background-removal image-processing nba-dataset python python-libraries rock-paper-scissors-game streamlit streamlit-deployment streamlit-webapp
Last synced: 12 Apr 2026
https://github.com/mews/braille-images
A python app that converts images to text using braille characters
image-processing image-processing-python python tkinter tkinter-python
Last synced: 16 Jan 2026
https://github.com/debugger404/multi-dimensional-image-modeling
PyTorch Multi-Dimension Model Training - ๐ผ๏ธ Training models on random multi-dimensional images with labels. Includes datasets of 8D images and supports image classification using pretrained models like ResNet18, VGG16, DenseNet161, and AlexNet. Adjustable for 3D image training.
image image-processing model multidimensional python pytorch traninig
Last synced: 30 Apr 2026
https://github.com/oscarsun72/renameimagefilesonebyone-windowsformsapplication
ๅๆช้ๆฐๅฝๅ
explorer explorer-filemanager image-processing images move-files picture-gallery picture-viewer pictures rename-files
Last synced: 16 Mar 2025
https://github.com/crissalvarezh/manipularimagenes
Aplicaciรณn Android de ejemplo para la manipulaciรณn de imagenes
android android-studio image-manipulation image-processing images java
Last synced: 10 May 2026
https://github.com/docutain/docutain-sdk-example-windows-forms-.net-framework
Sample project showing how to integrate the Docutain SDK into a Windows Forms application.
data-capture dataextraction image-filter image-processing ocr ocr-recognition pdf sdk textrecognition
Last synced: 03 Jul 2025
https://github.com/meetox80/captcha-onnx-ocr
Automated captcha solving powered by ONNX
captcha captcha-solver image-processing ocr onnx
Last synced: 29 May 2026
https://github.com/cloudinary-developers/sxsw-2018-hackathon-guide
SXSW-2018-Hackathon-Guide
hackathon image-processing live manipulation music sxsw-hackathon video
Last synced: 15 Jan 2026
https://github.com/noarche/autocrop
Simple tool that batch crops 'to-fit' all transparent PNG or WEBP files. Windows Executable Available.
batch-processing crop-image image-crop image-cropping image-manipulation image-processing
Last synced: 25 Mar 2025
https://github.com/mgsandaruwan/shiny_spy
About the ShineSpy app is designed to check the oiliness of our skin. Here we have divided the oiliness of the skin into 3 levels namely level 1, level 2 and level 3. Not only that, we suggest some treatments to make your skin attractive.
image-classification image-processing machine-learning skin-checker skin-detection skin-oilness-detection
Last synced: 07 Apr 2025
https://github.com/jerboa88/gatsby-plugin-component-to-image
A Gatsby plugin to generate images and PDFs from React components
gatsby gatsby-plugin gatsbyjs image-generation image-processing open-graph open-graph-generator open-graph-protocol pdf pdf-generation react react-components reactjs seo seo-optimization twitter-image
Last synced: 04 Jul 2025
https://github.com/andreihar/ar-homographies
Planar Homographies in AR
augmented-reality computer-vision homography image-processing matlab video-processing
Last synced: 30 Mar 2025
https://github.com/mrakitin/databroker-extractor
Tools and utilities for experiments
data-acquisition databroker image-processing python
Last synced: 27 May 2026
https://github.com/helyousfi/image-processing-library-in-c
This repository contains a collection of C algorithms designed for advanced signal and image processing tasks, including filtering, rotating, cropping, denoising, and more.
c-programming image-processing signal-processing
Last synced: 15 Mar 2025
https://github.com/denkhaus/cropper
A simple image croper
crop golang image-processing smartcrop
Last synced: 26 May 2026
https://github.com/superrmurlocc/blackjack-table-state-monitoring-system
A Blackjack Table Monitoring System using classical image processing techniques. The system detects card stacks, recognizes individual cards, calculates points, and determines game outcomes. Achieves 100% accuracy on high-quality images without using neural networks, making it efficient for devices with limited computational resources.
blackjack card-recognition computer-vision image-processing opencv segmentation template-matching
Last synced: 16 Feb 2026
https://github.com/gregamohorko/gm.processing
Library with algorithms and processing utilities for various science branches.
algorithm clustering contour-lines contrast-enhancement histogram histogram-equalization image image-processing processing science segmentation signal-processing
Last synced: 21 Apr 2026
https://github.com/yc-cui/super-ad
Rethinking Identity Mapping in Self-Supervised Hyperspectral Anomaly Detection: A Unified Perspective on Network Optimization
deep-learning hyperspectral-anomaly-detection hyperspectral-image-classification image-processing neural-network pytorch segmentation self-supervised unified-framework
Last synced: 27 Apr 2026
https://github.com/teamdyaus-itnu/object-detection-with-aruco-marker
Object Measurement Project Using ArUco Marker and OpenCV
aruco-marker calibration computer-vision distance-measurement feature-detection image-processing marker-tracking object-measurement opencv opencv-python python robotics
Last synced: 10 Apr 2026
https://github.com/markoshb/mouse-management-using-opencv
Check this cool Computer Vision project!
computer-vision image-processing opencv python
Last synced: 13 Apr 2026
https://github.com/poripouria/bachelors-project
Hyperparameters Tuning of Deep Unfolding Networks for Image Enhancement (DUN)
deep-learning image-processing neural-networks optimization pso-algorithm
Last synced: 19 Sep 2025
https://github.com/ndrean/upimage
Phoenix app serving transformed images to a bucket (webapp + api)
api image-classification image-processing libvips phoenix-liveview s3 upload
Last synced: 31 Mar 2025
https://github.com/astrabert/breastcancer_contextml
On-spot training to enhance the performance of traditional machine learning algorithms, applied to the prediction of breast cancer malignity from ultrasound images
academic-project ai breast-cancer-prediction healthcare image-classification image-processing kaggle-competition machine-learning qdrant ultrasound
Last synced: 11 Jun 2025
https://github.com/lokk798/computer-vision-mcqs
Collection of multiple-choice questions (MCQs) for Computer Vision course revision
computer-vision image-processing mcq quiz
Last synced: 02 Jul 2025
https://github.com/elevans/fiji-scripts
A repository for image processing scripts for ImageJ2/Fiji.
image-analysis image-processing
Last synced: 30 Apr 2025
https://github.com/dhruvsrikanth/pipelinebspimageeditor
An image editor implemented in Go, utilizing the pipeline and BSP parallelism schemes.
bsp bulk-synchrnous-parallel convolution-filters high-performance-computing hpc image-editor image-processing multithreading parallel-programming pipeline-algorithm
Last synced: 23 Apr 2025
https://github.com/noarche/img2-svg
Simple batch convert all image files to SVG or ICO format.
ico-convert ico-converter image-converter image-manipulation image-processing image-processing-python svg-convert svg-converter
Last synced: 25 Mar 2025
https://github.com/nazanin1369/trafficsignsclassifier
CovNET classifier with Tensorflow
convolutional-neural-networks image-processing image-recognition self-driving-car
Last synced: 21 Feb 2026
https://github.com/brlin-tw/imagemagick-part
Provide and fix ImageMagick in snap runtime
image-processing imagemagick remote-part snapcraft snappy
Last synced: 15 Mar 2025
https://github.com/kouisamine/image-manipulation-tools
A collection of tools that help modify & convert image files.
bmp compress-images crop-image gif heic html ico image-generation image-manipulation image-processing imagemagick jpeg online png resize-images screen-capture screenshot tools webp
Last synced: 19 Mar 2026
https://github.com/tom-weatherhead/image-processing-js
A pure JavaScript raster image processing engine: Affine transformations, convolutions, compositing, etc.
compositing convolution-filter image-processing resampling
Last synced: 06 Jul 2025
https://github.com/belajarqywok/wacht_am_rhein
spy cam in rc
digital-image-processing image-processing spycam
Last synced: 23 Mar 2025
https://github.com/hakaneroztekin/face-recognition
A face recognition application developed in JavaScript. It is a collaborative work of our project team.
computer-vision face-recognition image-processing javascript
Last synced: 02 Sep 2025
https://github.com/shahedbd/awesome-web-tool
Awesome Web Tool
basic calculator image-processing
Last synced: 28 May 2026
https://github.com/dhruvsrikanth/workbalancingstealingimageeditor
An image editor implemented using the work balancing and work stealing parallelism schemes in Go.
convolution-filters go golang high-performance-computing image-editor image-processing multithreading parallel-programming parallelism work-balancing-algorithm work-stealing-algorithm
Last synced: 23 Apr 2025
https://github.com/lanzani/videocolorsbarcode
๐๏ธ๐จ Generates a colors barcode by plotting the dominant color of each frame of a video.
image-processing python streamlit video-processing
Last synced: 11 Apr 2026
https://github.com/nvinayvarma189/helping-lenna
Code for Image Processing Challenge on skillenza
accuracy image-processing lenna skillenza
Last synced: 02 Apr 2025
https://github.com/robcyberlab/image-pixel-clustering
๐Image Pixel Clustering๐
clustering data-science data-visualization dbscan-clustering euclidean-distances hierarchical-clustering image-processing kmeans-clustering machine-learning python single-linkage-clustering
Last synced: 31 Mar 2025
https://github.com/sahq-azhar/matlab-image_processing
The programs are designed to recognize objects in real-time video footage by using HSV values.
image image-processing matlab matlab-gui video video-processing
Last synced: 26 May 2026
https://github.com/equalogic/degas
Functions for image file reading, manipulation and validation, in TypeScript
Last synced: 26 Mar 2025
https://github.com/o-l-l-i/ComfyUI-Olm-Histogram
A compact, real-time histogram analysis node for ComfyUI โ with easy-to-use interactive UI, smooth rendering, and accurate pixel sampling. Built for compositing-style workflows and color diagnostics.
comfyui-custom-node image-processing javascript python
Last synced: 19 Aug 2025
https://github.com/saravanabalagi/singularity_imagemagick
Singularity container for imagemagick with GNU Parallel
gnu-parallel image-magick image-processing singularity singularity-container
Last synced: 14 Jun 2025
https://github.com/pedrofellipeantunes/halftone-java
Java program to apply a halftone filter to an image.
graphics halftone hatching image-processing java manga swing
Last synced: 10 Jun 2025
https://github.com/elenaches/python-chroma-key-app
A college project in Python using OpenCV, a simple app that takes two images - one with green areas, the other a background image, and outputs an image with the green areas replaced with the background image.
chromakey chromakey-green image-manipulation image-processing opencv opencv-python python
Last synced: 19 Aug 2025
https://github.com/ibz-04/video-frame-processing
processing videos by frames
image-manipulation image-processing video-processing
Last synced: 31 Mar 2025
https://github.com/ahmdvnd/directshowcameraproject
a useful project for camera library (Directshow) in c++ .
camera cpp directshow image image-processing library real-time usb video video-processing windows
Last synced: 07 May 2026
https://github.com/ugnmura/Pixelbased_Metaballs_Processing_Java
Pixelbased Metaballs created with Processing 3 in Java
image-processing java metaballs pde pixels processing
Last synced: 02 Sep 2025
https://github.com/drkenreid/cnn-tutorial---x-ray-image-classifier
This Google Colab script implements a Convolutional Neural Network to classify chest X-ray images for pneumonia detection, featuring data preparation, model training, performance evaluation, and result visualization.
cnn convolutional-neural-networks image-processing x-ray x-ray-images x-ray-imaging
Last synced: 12 Mar 2026
https://github.com/jmarsil/pygempick
Open Source python module to enable batch gold particle picking, filtering, processing & statistical modelling of TEM images produced by IGEM (immunogold electron microscopy).
diagnostics gold image-filters image-processing immunocytochemistry immunoglobulin immunohistochemical-images immunoinformatics immunology particle-picking
Last synced: 18 May 2026