What problem does it solve?
Histolab addresses the challenges of processing large whole slide images (WSI) in digital pathology, offering automation for tasks such as tissue detection, tile extraction, and preprocessing. It helps reduce the manual workload, increases efficiency, and enhances the accuracy of analysis in tissue analysis and pathology workflows.
Core Features & Use Cases
- Automated Tissue Detection and Segmentation: Detect and segment tissue regions automatically.
- Tile Extraction: Extract smaller regions for detailed analysis or to prepare training datasets for deep learning.
- Preprocessing: Apply image processing filters to enhance image quality and facilitate analysis.
- Use Case: Consider a scenario where you have gigapixel WSI images to analyze for tumor detection. Histolab can automatically extract tiles with high tumor content and preprocess them for deep learning analysis.
Quick Start
Extract tiles from the WSI file 'whole_slide_image.svs' and prepare for deep learning with histolab:
histolab extract-tiles --input whole_slide_image.svs --output output --tile-size 512 --n-tiles 100