The Image Ray Transform in Python (pyirt)

The pyirt package implements the image ray transform. It is a method for highlighting structural features within images, particularly tubes and circles.

The transform has been used for circle detection, enrolment for ear biometrics and retinal vessel extraction, and is best explained through reading one of those papers.

To begin using the transform, look at the getting started page to see how to set it up and examples of command line and script usage. If you’re looking to expand the transform, the transform module will provide more complete details on the classes used in the transform.

Contents:

Indices and tables

Table Of Contents

Next topic

Getting Started

This Page