https://github.com/iamfaisalkhan/droplet-detector
Automatic detection of droplets of sample for a robotic sample changer
https://github.com/iamfaisalkhan/droplet-detector
computer-vision opencv opencv-python
Last synced: 2 months ago
JSON representation
Automatic detection of droplets of sample for a robotic sample changer
- Host: GitHub
- URL: https://github.com/iamfaisalkhan/droplet-detector
- Owner: iamfaisalkhan
- Created: 2017-05-15T23:16:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T02:17:29.000Z (almost 3 years ago)
- Last Synced: 2025-07-30T03:59:45.672Z (11 months ago)
- Topics: computer-vision, opencv, opencv-python
- Language: Jupyter Notebook
- Homepage: http://12id.xray.aps.anl.gov/
- Size: 6.26 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detecting Droplets using Computer Vision
## Introduction
A currently under development robotic sample changer at sector [12-ID-I](http://12id.xray.aps.anl.gov/) of Advanced Photon Source need to align the sample, in this case a tiny droplet dispensed from a pipette, that needs to centered with respect to the X-ray beam. This project automates that step by using Computer Vision based image segmentation approaches to automatically segment the shape and size of the droplet. This information is then used to compute the position of the dropet.
## Input Samples
The droplet is zoomed to 5-15x times of the original size using zoom lens. The first image shows the droplet no fully formed. The second image shows the droplet fully formed.
## Equipment
## Results