groundTruthMedical
Description
The groundTruthMedical
object contains information about the data
sources, label definitions, and label data for a collection of medical image data. You can
import or export a groundTruthMedical
object to or from the Medical
Image Labeler app.
Creation
The Medical Image Labeler app automatically creates a
groundTruthMedical
object in the Session folder for an app session. The app
saves the object as a MAT file. To manually export a groundTruthMedical
object to a specific file location, on the Home tab of the app toolstrip,
select Export and, under Ground Truth, select
To File. To create a groundTruthMedical
object
programmatically, use the groundTruthMedical
function.
Description
creates a gTruthMed
= groundTruthMedical(dataSource
,labelDefinitions
,labelData
)groundTruthMedical
object, gTruthMed
, that
you can import into the Medical Image Labeler app.
dataSource
specifies the source of the unlabeled ground truth images and sets theDataSource
property.labelDefs
specifies the label definitions of the ground truth data and sets theLabelDefinitions
property.labelData
specifies the location of image label data and sets theLabelData
property.
Properties
Object Functions
changeFilePaths | Change file paths in ground truth data for medical images |
merge | Merge two or more groundTruthMedical objects |