Creating the Digital Image Flashcards

1
Q

What are all digital images composed of?

A

A matrix of digital values

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

What is a matrix?

A

Columns and rows that forms boxes that represent the pixels in an image

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

How are the values of a matrix organized (laid-out)?

A

In columns and rows

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

If there are the same number of rows and columns what shape are the boxes (pixels)?

A

Square

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

If there are different number of rows and columns what shape are the boxes (pixels)?

A

Asymmetric which is used in MRI

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

Where are brightness values stored in a computer?

A

In the memory, which each pixel value having a particular brightness level

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

What is each cell of a picture called?

A

Picture element aka Pixel

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

What is the general size of pixels?

A

Sub-millimeter around 0.7 mm

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

What do pixels directly affect in an image?

A

The spatial resolutionW

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

What is the relationship between pixels and spatial resolution?

A

The more pixels you have, the smaller they are and the better the spatial resolution is in the image

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

What type of matrix will produce the best resolution images?

A

Large matrix since they have more pixels

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

How do you calculate the actual total number of pixels?

A

Multiply the columns by the rows

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

What is the relationship between matrix size and pixel size?

A

As the matrix size increases the pixel size decreases

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

What is the relationship between matrix size and pixel quantity?

A

As the matrix size increase the number of pixels increases

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

What is spatial resolution measured in terms of?

A

Measured in terms of spatial frequency in LP/mm (line-pairs per millimeter)

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

To record a line pair, what is the minimum number of pixels needed?

A

At least two, one bright and one dark

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

What is the resolution of modern digital systems?

A

6-8 LP/mm

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

What is the formula to calculate pixel size?

A

Pixel size = FOV/matrix

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

What is a field of view (FOV)?

A

Border of the matrix, given in inches, cm or mm but will need to be converted to mm for the purpose of the pixel size equation

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

What is the pixel size for a 12 x 12 digital image reconstructed at a display screen on a 1024 x 1024 matrix?

A
  • Convert the field of view from inches to mm
    1”=25.4 mm
    12” x 25.4 = 305 mm
  • Complete the pixel size formula
    PS=FOV/matrix
    PS=305/1024
    PS=0.298 rounded up to 0.3 mm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the formula to calculate spatial frequency in terms of line pairs?

A

SF= 1/2(PS)

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

What is the spatial frequency in terms of line pairs of a pixel that is 0.3 mm?

A

SF= 1/2(.3)
SF=1/.6
SF= 1.67 LP/mm

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

What is attenuation coefficient?

A

The percentage of the original x-ray beam intensity that is absorbed by the tissue

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

How does the attenuation coefficient relate to brightness in the image?

A

As the attenuation coefficient increases, the brightness increases and the image will have a lighter grey appearance

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

What is the attenuation coefficient of bones?

A

High attenuation coefficient since more radiation is absorbed by the bone and less makes it to the IR

26
Q

How do bones show in radiographs in terms of brightness?

A

Bones will appear brighter becuase of their higher attenuation coefficient

27
Q

What is the attenuation coefficient of soft tissues?

A

Low attenuation coefficient since less radiation is absorbed by the tissue and more makes it to the IR

28
Q

How do soft tissues show in radiographs in terms of brightness?

A

Appear darker since the attenuation coefficient is lower

29
Q

What does voxel stand for?

A

Volume element

30
Q

What are voxels?

A

Three dimensional cubes containing tissue information of different types

31
Q

How do the different tissue types in a voxel affect the attenuation coefficient?

A

The attenuation coefficient is based on the average amount of attuation across all tissue types within the voxel, which then determines the image brightness of the pixel

32
Q

If a voxel only contains bone as the tissue type, how will the average attenuation coefficient be affected?

A

Average attenuation coefficient will be higher since there are not many differences in the attuation by tissue type (Image will be bright)

33
Q

If a voxel contains bone and tissue as the tissue type, how will the average attenuation coefficient be affected?

A

It will be lower, since its taking into account the attenuation differences in bone and tissue (which vary greatyl) which will make the image not as bright

34
Q

What is pixel bit depth?

A

The maximum number of brightness values of a given pixel

35
Q

How else can pixel bit depth be expressed?

A

How many different shades of greay can any one pixel display

36
Q

What is the formula to calculate bit depth?

A

Bit depth = 2^x

37
Q

If you have a bit depth of 6, how many different shades of gray will that pixel be?

A

Bit depth = 2^x
Bit depth = 2^6
Bit depth = 64 shades of grey

38
Q

How many shades of grey can the human eye discern?

A

32 shades of grey on average

39
Q

What is dynamic range?

A

The maximum number of brightness values of an entire system (computer hardware and software)

40
Q

How is dynamic range measured?

A

By calculating the bit dept of all pixels

41
Q

What is the dynamic range of most digital systems?

A

2^8 (256), 2^10(1024) or 2^12 (4096) gray level

42
Q

What does a higher dynamic range indicate?

A

The higher the dynamic range, the more gray scales in the image (long scale contrast).

43
Q

If a system has a higher dynamic range, what does that mean for image details?

A

The higher dynamic range allows for more details and smaller details to be seen in an image

44
Q

How is the file size of an image calculated?

A

Matrix size x bit depth

45
Q

What is the relationship between file size, matrix size and bit depth?

A

If matrix size or bit depth increase, the file size will also need to increase

46
Q

What benefit does digital processing have on original attenuation coefficients?

A

It allows you to manipulate the attenuation coefficients and change contrast resolution which wasn’t available in film

47
Q

What level of differences does digital processing allow?

A

Allows the system to distinguish contrast resolution differences as low as 1%

48
Q

What is an example of a digital system processing change?

A

Lightening greyscale of some pizels to highlight differences between objects

49
Q

What is a procedural algorithm?

A

A preset greyscale and gray level that are selected by procedure

50
Q

Once a procedural algorithm is selected what changes are made to the image?

A

The algorithm will adjust the brightness and contrast in your image to match a predetermined system level of contrast/brightness that most people find acceptable

51
Q

What is windowing?

A

A post-processing technique that allows you to change the grey scale (contrast) of the image after its displayed and gone through pre-processing

52
Q

What does window width control?

A

The contrast (long/short scale) in an image

53
Q

What type of contrast is associated with a wide window width?

A

Long scale/low contrast

54
Q

What type of contrast is associated with a narrow window width?

A

Short scale/high contrast

55
Q

What does window leveling control?

A

The brightness/density of the image

56
Q

What window width and levels should be used to demonstrate soft tissue structures in a digital image?

A

Wide width = long contrast
Low window level = low brightness

57
Q

What effect does a higher window level have on an image?

A

Increasing window levels make the image on the monitor darker

58
Q

What should the optimal window level be kept on a number scale?

A

0
- anything below 0 will be brighter
- anythin above 0 will be darker

59
Q

What do digital workstations allow?

A

Manipulation of images and storage to PACS

60
Q

What is the typical monitor setup for radiologists?

A

Two large monitors side by side that are 14 x 17