Organ Module#
Module: pyradise.data.organ
General#
The organ module provides the functionality to manage information about the Organ of a
certain SegmentationImage.
Class Overview#
The following classes are provided by the organ module:
Class |
Description |
|---|---|
Class to identify an organ on a |
|
Combination class of consisting of an |
Details#
- class Organ(name, index=None)[source]#
Bases:
objectA class for identifying an organ.
Notes
The
Organis used to identify the organ segmented on aSegmentationImage. If multiple organs are segmented on a singleSegmentationImage, theOrganmay be assigned an artificial name describing the set of organs.- Parameters: