Coverage.Type
Items
# | Name | Tag |
---|---|---|
PixelIsArea |
- |
|
Each image pixel represents a unit square in two-dimensional space. 0 1 2 3 4 5 +---+---+---+---+---+---+ 0 |###|###|###|###|###|###| +---+---+---+---+---+---+ 1 |###|###|###|###|###|###| +---+---+---+---+---+---+ 2 |###|###|###|###|###|###| +---+---+---+---+---+---+ 3 |###|###|###|###|###|###| +---+---+---+---+---+---+ ### := Pixel area |
||
PixelIsPoint |
- |
|
Each image pixel represents an infinitesimal point in two-dimensional space. 0 1 2 3 4 5 6 0 #---#---#---#---#---#---# | | | | | | | 1 #---#---#---#---#---#---# | | | | | | | 2 #---#---#---#---#---#---# | | | | | | | 3 #---#---#---#---#---#---# | | | | | | | 4 #---#---#---#---#---#---# # := Pixel point |