boundary_filter
BoundaryFilter
Bases: PolydataFilter
get_boundaries(coords, triangles, scalars, min_points=3)
staticmethod
label(boundaries, maptype)
staticmethod
Automatic labeling of anatomical boundaries based on default orientation of CARTO and Rhythmia exported data. The three largest boundaries are labeled "MV", "LPV" and "RPV". Any remaining boundaries are labeled "scar".
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
boundaries |
list[Boundary]
|
List of boundaries to label. |
required |
maptype |
str
|
Mapping system. Options are "carto" or "rhythmia". |
required |