Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuzannaslobodzian/microscope-app
JavaFX microscope application for recording and analysing pictures from a digital microscope.
https://github.com/zuzannaslobodzian/microscope-app
java javafx javafx-desktop-apps
Last synced: 8 days ago
JSON representation
JavaFX microscope application for recording and analysing pictures from a digital microscope.
- Host: GitHub
- URL: https://github.com/zuzannaslobodzian/microscope-app
- Owner: ZuzannaSlobodzian
- Created: 2024-04-14T12:00:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:57:57.000Z (10 months ago)
- Last Synced: 2024-11-19T21:11:39.092Z (2 months ago)
- Topics: java, javafx, javafx-desktop-apps
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microscope application
## JavaFX microscope application for recording and analysing pictures from a digital microscope.
The desktop application allows users to view camera images from an IZOXIS USB microscope, take and save photos, and analyse images. Below is an example of analysing a photo taken in the application. In the first step, the image is binarized, followed by dilation, erosion, and applying the canny filter.
### Features
* two windows, one for a camera view in real-time and one for image analysis
* snapping
* binarization of the image with a selected threshold
* median filter, canny filter
* erosion, dilation
* saving to local disk
* loading from local disk### Screenshots
![Screenshot 2024-04-14 135438](https://github.com/ZuzannaSlobodzian/microscope-app/assets/97484679/7b8acf89-c948-457c-b3dc-1a214a2658be)![Screenshot 2024-04-14 135535](https://github.com/ZuzannaSlobodzian/microscope-app/assets/97484679/1327f021-5ebe-42a0-b743-8c77cbfc2a9f)
![Screenshot 2024-04-14 135842sw](https://github.com/ZuzannaSlobodzian/microscope-app/assets/97484679/28bbb7bf-8fbb-43d6-97c5-4c7017207e06)