ImageDev

RegionSimilarityMsr

Contains the similarity indicator values computed between an image and a reference.

Similarity results are represented as arrays, each element representing a label. The custom index is used to browse the input labels.

Information about the measurement named measurement can be accessed by using the method measurementInformation() which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurementInformation which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurement_information which returns a FieldInformation

Object members

Measurement name DescriptionElement typeIndexingPhysical Information
sensitivity The true positive rate, between 0 and 1. Floating point [label] RATIO
specificity The true negative rate, between 0 and 1. Floating point [label] RATIO
dice The Sorensen Dice coefficient, between 0 and 1. Floating point [label] RATIO

Object methods

Method Description
void toDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void ToDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void to_data_frame() Convert the measurement to an IOLink.DataFrame

Related algorithms