Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
geodma:features [2014/09/04 07:08]
tkorting
geodma:features [2017/07/18 11:56] (current)
tkorting
Line 1: Line 1:
-====== GeoDMA Features ======+====== GeoDMA ​0.2 Features ======
  
 GeoDMA has metrics integrating Polygons, Cells, and Images. Through image segmentation,​ GeoDMA creates Polygons. ​ GeoDMA has metrics integrating Polygons, Cells, and Images. Through image segmentation,​ GeoDMA creates Polygons. ​
Line 20: Line 20:
 | rX_entropy_B | Measures the disorder in an image. When the image is not uniform, many GLCM elements have small values, resulting in large entropy. | $-\sum_{i=1}^{D - 1} \sum_{j=1}^{D - 1} p_{ij} . \log{p_{ij}}$ | $\geq 0$ | - | | rX_entropy_B | Measures the disorder in an image. When the image is not uniform, many GLCM elements have small values, resulting in large entropy. | $-\sum_{i=1}^{D - 1} \sum_{j=1}^{D - 1} p_{ij} . \log{p_{ij}}$ | $\geq 0$ | - |
 | rX_homogeneity_B | Assumes higher values for smaller differences in the GLCM. | $\sum_{i=1}^{D - 1} \sum_{j=1}^{D - 1} \frac{p_{ij}}{1 + (i - j)^2}$ | $\geq 0$ | - | | rX_homogeneity_B | Assumes higher values for smaller differences in the GLCM. | $\sum_{i=1}^{D - 1} \sum_{j=1}^{D - 1} \frac{p_{ij}}{1 + (i - j)^2}$ | $\geq 0$ | - |
-| rX_mean_B | Returns the average value for all $N$ pixels inside the object. | $ \frac{\sum_{i=1}^N px_i} {N}$ | $\geq 0$ | $px$ | +| rX_mean_B | Returns the average value for all $N$ pixels inside the object. | $ \frac{\sum_{i=1}^N px_i}{N}$ | $\geq 0$ | $px$ | 
 | rX_mode_B | Returns the most occurring value (mode) for all $N$ pixels inside the object. When the object is multimodal, the first value is assumed. | | $\geq 0$ | $px$ | | rX_mode_B | Returns the most occurring value (mode) for all $N$ pixels inside the object. When the object is multimodal, the first value is assumed. | | $\geq 0$ | $px$ |
 | rX_std_B | Returns the standard deviation of all $N$ pixels ($\mu$ is the mean value). | $\sqrt{\frac{1}{N-1}\sum_{i=1}^N \left(px_i - \mu \right)^2}$ | $\geq 0$ | $px$ | | rX_std_B | Returns the standard deviation of all $N$ pixels ($\mu$ is the mean value). | $\sqrt{\frac{1}{N-1}\sum_{i=1}^N \left(px_i - \mu \right)^2}$ | $\geq 0$ | $px$ |
Line 44: Line 44:
 =====  Landscape-based features ===== =====  Landscape-based features =====
  
-When the unit is hectares, the value is divided by $10^4$. ​+When the unit is hectares, the value is divided by $10^4$. Please note that most of the following features are based on [[http://​www.umass.edu/​landeco/​research/​fragstats|Fragstats software]].
  
 | Name | Description | Formula | Range | Units | | Name | Description | Formula | Range | Units |
Line 62: Line 62:
 | c_np | NP equals the number of patches inside a particular landsacape. | $n$ | $\geq 0$ | - | | c_np | NP equals the number of patches inside a particular landsacape. | $n$ | $\geq 0$ | - |
 | c_te | TE equals the total size of the edge. | $\sum_{j=0}^n e_j$| $\geq 0$ | $ha$ | | c_te | TE equals the total size of the edge. | $\sum_{j=0}^n e_j$| $\geq 0$ | $ha$ |
-| c_iji | IJI stands for Interspersion and Juxtaposition Index. | $\frac{-\sum_{j=1}^n ​\[\frac{e_j}{} \ln\]}{\ln(n - 1)}$ | $[0, 100]$ | $\%$ |+| c_iji | IJI stands for Interspersion and Juxtaposition Index.  The observed interspersion over the maximum possible interspersion for the given number of patch types. | $\frac{-\sum_{j=1}^n e_j \ln(e_j)}{\ln(n - 1)}$ | $[0, 100]$ | $\%$ |

Navigation