Releases: luigilunardon/spheroid-analysis
Releases · luigilunardon/spheroid-analysis
Release list
Spheroid Analysis v1.0.0
Spheroid Analysis v1.0.0
A user-friendly desktop application for analyzing microscopy images of spheroids.
Features
- Three-Region Analysis: Automatically identifies background, border, and core regions
- Intensity-Based Core Detection: Uses original grayscale values to find the darkest region
- Adjustable Parameters: Adjust parameters manually in the UI
- Crop/Select Region: Restrict analysis to specific image regions
- Export Results: Saves annotated images and statistics
Installation
macOS
- Download
SpheroidAnalysis-macOS.zip - Extract the ZIP file
- Right-click
SpheroidAnalysis.app→ Open - If prompted, click "Open" to allow the unsigned app
Windows
- Download
SpheroidAnalysis-Windows.zip - Extract the ZIP file
- Double-click
SpheroidAnalysis.exe - If Windows Defender warns, click "More info" → "Run anyway"
Linux (Debian/Ubuntu)
- Download
SpheroidAnalysis-Linux-Debian.zip - Extract the ZIP file
- Open terminal in extracted folder
- Run:
chmod +x SpheroidAnalysis && ./SpheroidAnalysis
Linux (RedHat/CentOS/Fedora)
- Download
SpheroidAnalysis-Linux-RedHat.zip - Extract the ZIP file
- Open terminal in extracted folder
- Run:
chmod +x SpheroidAnalysis-redhat && ./SpheroidAnalysis-redhat
System Requirements
- Windows: 64-bit Windows 7 or later
- macOS: macOS 10.13 (High Sierra) or later
- Linux: 64-bit Debian 11+, Ubuntu 20.04+, or RHEL 9+
Known Issues
- First launch may be slow (5-10 seconds)
- Multiple attempts may be required on the first launch (unknown developer issue)
Changelog
- Initial release
- Core detection based on grayscale intensity
- Connected component filtering
- Percentage-based crop/select feature
- Border detection with edge sensitivity feature
- Compact UI