Skip to content

Commit

Permalink
fix bit-depth toc link
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Jan 18, 2024
1 parent df1aeca commit f07880a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [*voxel*](#voxel)
- Other definitions
- [*axis*](#axis)
- [*bit depth*](#bit depth)
- [*bit-depth*](#bit-depth)
- [*domain*](#domain)
- [*downsampling*](#downsampling)
- [*field of view*](#field-of-view)
Expand Down Expand Up @@ -57,7 +57,7 @@ Related terms: [*sample*](#sample), [*pixel*](#pixel)
### *axis*
The *physical* interpretation of a discrete, numeric, finite dimension. Generally represented with a 1D variable that is strictly monotonic and has the same name as the axis it represents. An axis must have *physical* units.

### *bit depth*
### *bit-depth*
The number of bits used in the *quantization* a digital image that defines the number of unique values that can be represented by samples. For example, samples of images with a bit depth of ("8-bit images") can take up to 256 unique values.

Related terms: [*quantization*](#quantization)
Expand Down

0 comments on commit f07880a

Please sign in to comment.