Metadata-Version: 2.1
Name: pvbm
Version: 1.7.0
Summary: Python Vasculature Biomarker toolbox
Home-page: https://github.com/aim-lab/PVBM
Author: Jonathan Fhima, Yevgeniy Men
Author-email: jonathanfh@campus.technion.ac.il
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: pillow

# Python Vasculature BioMarker toolbox documentation

Official implementation, based on the work published by Fhima, Jonathan, Jan Van Eijgen, Ingeborg Stalmans, Yevgeniy Men, Moti Freiman, and Joachim A. Behar. “PVBM: A Python Vasculature Biomarker Toolbox Based on Retinal Blood Vessel Segmentation.” In Computer Vision–ECCV 2022 Workshops: Tel Aviv, Israel, October 23–27, 2022, Proceedings, Part III, pp. 296-312. Cham: Springer Nature Switzerland, 2023 (https://link.springer.com/chapter/10.1007/978-3-031-25066-8_15).
    
## Description

Eleven biomarkers can be engineered, namely: the area, length, perimeter, number of endpoints, number of intersection points, median tortuosity, median branching angle, capacity dimension, entropy dimension, correlation dimension and singularity length.

Installation

Available on pip. Run: "pip install pvbm"

pip project: https://pypi.org/project/pvbm/

read the docs: https://pvbm.readthedocs.io/en/latest/

github: https://github.com/aim-lab/PVBM


