Image J/Fiji Flashcards

1
Q

Define “Segmentation” and “thresholding”

A

Segmentation is a means of separating image pixels into different subsets
Thresholding is the method of segmenting an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define a bin or binning

A

A container or range that used to group data (in image analysis, pixels or pixel intensities) into intervals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Definition of a pixel

A

Short for “picture element” - the smallest unit of an image displayed on a screen or captured by camera

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Concept of bits and bytes

A

Bit (binary digit) is the most basic unit of information in computing, either a 1 or 0, ie binary system.
8 bits = 1 byte
1kb = 1024 bytes
1mb = 1024 kbs

1024 bytes because 2^10 = 1024. ^10 because closest to 1000. Borrowed term from metric system but actually binary powers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does bits relate to images (eg 8-bit image)

A

Relates to concept of “bit depth” - ie amount of info stored per pixel
8-bit image = each pixel is represented by 8 bits (1 byte), ie 2^8 = 256 values.
2 types of 8-bit images: greyscale and colour
In greyscale, each pixel has an intensity value between 0 (black) and 256 (white), and shades of grey in between
In colour, each pixel represent an INDEX in a colour palette of 256 colours - actual colour depends on the palette.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly