Learn R Programming

MeshAgreement (version 0.1.4)

data_heart_obsL: Heart structures delineated by 3 observers

Description

3D meshes for the complete heart and for a surrogate volume of the aortic valve from one patient, as delineated by 3 observers. No gold standard.

Usage

data(data_heart_obsL)

Arguments

Format

Object of class list with 3 components (Obs01, Obs02, Obs03), each representing one observer. Each of these lists contains two meshes - the complete heart, and a surrogate volume for the aortic valve. For Obs01, the list has this structure:

Obs01_HEART

Mesh object - a list with components name, mesh, volume, centroid, where mesh is a mesh3d object.

Obs01_AOKL

Mesh object with the same structure as Obs01_HEART.

Details

Use mesh3dL_to_cgalMeshL to convert mesh3d objects to cgalMesh objects that other functions expect. Data courtesy of the Department of Radiation Oncology, University Medical Center Mainz, Germany.

See Also

mesh3d, read_mesh, get_mesh_info

Examples

Run this code
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL)
get_mesh_info(heartL)

Run the code above in your browser using DataLab