2-3 Flashcards

(14 cards)

1
Q

types of digital images (4)

A
  • monochromatic/ binary
  • greyscale
  • truecolour/ RGB
  • indexed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

are digital image types the same as image file types ?

A

no

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

monochromatic/ binary image
type, bit, use

A

no colour, only 2 pixel types: 0 (black), 1 (white)

needs only one bit (0 or 1)
suitable for text, fingerprints or architectural plans

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

greyscale image
type, use

A

has no colour, only shades of grey: brightness values ranging from 0 (black) to 255 (white)

used in xrays, MRI, CT
sufficient for recognising most objects

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

how many bits in 1 byte

A

8 bits

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

truecolour/ RGB image
type, component, non uses

A

represented by colours Red, Blue and Green

each component is 0 to 255, (16,777,216 diff colours)
not used is xrays, MRIs or CTs as those devices cannot detect colour

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

what is indexed image type (2)

A

uses colour map/ colour pallette

pixels do not represent its colour, but an index to the colour in the map

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

how many bits in 1 pixel for RGB

A

24 bits, 8 for R G and B

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

what is a colour map (3)

A

an m-by-3 matrix
Each row specifies red, green, and blue components of single color from image

pixel values in image matrix are direct indices into the colourmap & often stored with an indexed image and is automatically loaded with the image.

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

can u calculate file size yet

A

yes or no 0_0

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

name some digital file image types (6)
b,b,g,t,j,d

A

BIN, BMP, GIF, TIFF, JPEG, DICOM

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

what does DICOM stand for?
DIaCOiM

A

Digital Imaging and Communication in Medicine

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

DICOM use (4) ?
def
image no.
image obs.
st ?

A
  • Used in defining an image format (.dcm)
  • May hold single or multiple images.
  • Thus files may be observed as slices/ frames of a 3D object.
  • Standard for medical digital-imaging modalities.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DICOM files contains (2)?

A

Header → contains patient and image information, size, number of slices, modality

Image data → May be compressed image

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