Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed Sep 20, 2018
2 parents bd985a4 + ea3955e commit 163e5ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def groupName = 'org.nrg.xnat.plugin'
def artifactName = 'radiomics'
def pluginVersion = '1.1.0'
def pluginVersion = '1.1.1'

group groupName
version pluginVersion
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/schemas/radm/radm.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -255,24 +255,24 @@
<xs:documentation>Joint entropy is a measure of the randomness/variability in neighborhood intensity values. Defined by IBSI as Joint entropy.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="imc1" type="xs:double" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="imc2" type="xs:double" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="idm" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:element name="informalMeasureOfCorrelation1" type="xs:double" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="informalMeasureOfCorrelation2" type="xs:double" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="inverseDifferenceMoment" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>IDM (a.k.a Homogeneity 2) is a measure of the local homogeneity of an image. IDM weights are the inverse of the Contrast weights (decreasing exponentially from the diagonal in the GLCM).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="idmn" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:element name="inverseDifferenceMomentNormalized" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>IDMN (inverse difference moment normalized) is a measure of the local homogeneity of an image. IDMN weights are the inverse of the Contrast weights (decreasing exponentially from the diagonal in the GLCM). Unlike Homogeneity2, IDMN normalizes the square of the difference between neighboring intensity values by dividing over the square of the total number of discrete intensity values.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="id" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:element name="inverseDifference" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>ID (a.k.a. Homogeneity 1) is another measure of the local homogeneity of an image. With more uniform gray levels, the denominator will remain low, resulting in a higher overall value.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="idn" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:element name="inverseDifferenceNormalized" type="xs:double" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>IDN (inverse difference normalized) is another measure of the local homogeneity of an image. Unlike Homogeneity1, IDN normalizes the difference between the neighboring intensity values by dividing over the total number of discrete intensity values.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 163e5ae

Please sign in to comment.