Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)