egrace479 commited on
Commit
8b98cf2
1 Parent(s): cb11a00

Fixed latex renders.

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -318,7 +318,7 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
318
  | fish\_count | Overall Image | Integer | The quantity of fish present. |
319
  | has\_ruler | Overall Image | Boolean | Whether a ruler was found in the image. |
320
  | ruler\_bbox | Overall Image | 4 Tuple | The bounding box of the ruler (if found). |
321
- | scale* | Overall Image | Float | The scale of the image in \\\frac{\mathrm{pixels}}{\mathrm{cm}}\\. |
322
  | bbox | Per Fish | 4 Tuple | The top left and bottom right coordinates of the bounding box for a fish. |
323
  | background.mean | Per Fish | Float | The mean intensity of the background within a given fish's bounding box. |
324
  | background.std | Per Fish | Float | The standard deviation of the background within a given fish's bounding box. |
@@ -335,12 +335,12 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
335
  | has\_eye | Per Fish | Boolean | Whether an eye was found for a given fish. |
336
  | eye\_center | Per Fish | 2 Tuple | The centroid of a fish's eye. |
337
  | side* | Per Fish | String | The side (i.e. 'left' or 'right') of the fish that is facing the camera (dependent on finding its eye). |
338
- | area | Per Fish | Float | Area of fish in \\\mathrm{cm^2}\\. |
339
  | cont\_length | Per Fish | Float | The longest contiguous length of the fish in centimeters. |
340
  | cont\_width | Per Fish | Float | The longest contiguous width of the fish in centimeters. |
341
- | convex\_area | Per Fish | Float | Area of convex hull image (smallest convex polygon that encloses the fish) in \\\mathrm{cm^2}\\. |
342
  | eccentricity | Per Fish | Float | Ratio of the focal distance over the major axis length of the ellipse that has the same second-moments as the fish. |
343
- | extent | Per Fish | Float | Ratio of pixels of fish to pixels in the total bounding box. Computed as \\\frac{\mathrm{area}}{\mathrm{rows} * \mathrm{cols}}\\ |
344
  | feret\_diameter\_max | Per Fish | Float | The longest distance between points around the fish’s convex hull contour. |
345
  | kurtosis | Per Fish | 2D Vector | The sharpness of the peaks of the frequency-distribution curve of mask pixel coordinates. |
346
  | major\_axis\_length | Per Fish | Float | The length of the major axis of the ellipse that has the same normalized second central moments as the fish. |
 
318
  | fish\_count | Overall Image | Integer | The quantity of fish present. |
319
  | has\_ruler | Overall Image | Boolean | Whether a ruler was found in the image. |
320
  | ruler\_bbox | Overall Image | 4 Tuple | The bounding box of the ruler (if found). |
321
+ | scale* | Overall Image | Float | The scale of the image in \\(\frac{\mathrm{pixels}}{\mathrm{cm}}\\). |
322
  | bbox | Per Fish | 4 Tuple | The top left and bottom right coordinates of the bounding box for a fish. |
323
  | background.mean | Per Fish | Float | The mean intensity of the background within a given fish's bounding box. |
324
  | background.std | Per Fish | Float | The standard deviation of the background within a given fish's bounding box. |
 
335
  | has\_eye | Per Fish | Boolean | Whether an eye was found for a given fish. |
336
  | eye\_center | Per Fish | 2 Tuple | The centroid of a fish's eye. |
337
  | side* | Per Fish | String | The side (i.e. 'left' or 'right') of the fish that is facing the camera (dependent on finding its eye). |
338
+ | area | Per Fish | Float | Area of fish in \\(\mathrm{cm^2}\\). |
339
  | cont\_length | Per Fish | Float | The longest contiguous length of the fish in centimeters. |
340
  | cont\_width | Per Fish | Float | The longest contiguous width of the fish in centimeters. |
341
+ | convex\_area | Per Fish | Float | Area of convex hull image (smallest convex polygon that encloses the fish) in \\(\mathrm{cm^2}\\). |
342
  | eccentricity | Per Fish | Float | Ratio of the focal distance over the major axis length of the ellipse that has the same second-moments as the fish. |
343
+ | extent | Per Fish | Float | Ratio of pixels of fish to pixels in the total bounding box. Computed as \\(\frac{\mathrm{area}}{\mathrm{rows} * \mathrm{cols}}\\) |
344
  | feret\_diameter\_max | Per Fish | Float | The longest distance between points around the fish’s convex hull contour. |
345
  | kurtosis | Per Fish | 2D Vector | The sharpness of the peaks of the frequency-distribution curve of mask pixel coordinates. |
346
  | major\_axis\_length | Per Fish | Float | The length of the major axis of the ellipse that has the same normalized second central moments as the fish. |