pilarOrtega / pythologistTK

A simple tkinter interface to handle whole slide microscopy images, annotation and processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

PythologistTK is a tkinter interface for whole slide microscopy images visualization, annotation and processing. It uses openslide to provide main scanner file formats. It generates and read a pythonic annotation data structure.

installation

clone the git repository. cd to the directory and pip install the package pythologistTK. PythologistTK is a tkinter interface for whole slide microscopy images visualization, annotation and processing. It uses openslide to provide main scanner file formats. It generates and read a pythonic annotation data structure.

installation

clone the git repository. cd to the directory and pip install the package pythologistTK.

RQ : openslide installation is required.

Usage

command: python path/to/pythologistTK/directory/tests/basicViewer.py

if you want to use the latest version, command: python path/to/pythologistTK/directory/tests/basicViewerV2.py

About

A simple tkinter interface to handle whole slide microscopy images, annotation and processing

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%