BME 311 Lecture 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:21 PM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

imaging depth in the body

-confocal microscopy: 100um Resolution: 1um

-optical coherence tomography (OCT): 1 mm Resolution: 2-10um

-ultrasound: 1 cm Resolution: 150um

-high-res computed tomography (CT): 10cm Resolution: 300um

-magnetic resonance imaging: entire body Resolution: 1 mm

2
New cards

what is spatial resolution

-the size in the image of a “point” source of contrast

-PSF = point spread function

-measured in each dimension, can differ in x,y,z

<p>-the size in the image of a “point” source of contrast</p><p>-PSF = point spread function</p><p>-measured in each dimension, can differ in x,y,z</p>
3
New cards

spatial resolution provides the measurement of

how well the imaging system can distinguish small objects

<p>how well the imaging system can distinguish small objects</p>
4
New cards

imaging volume is discretized into

-pixels (2D), often square but not always

-voxels (3D), often cubic (but often called “pixel” too)

5
New cards

smaller resolution value is better

and we call this higher resolution

6
New cards

sometimes defined by pixel size, sometimes larger than pixel size

-pixel size closely related to resolution (MRI)

-pixel size is arbitrary in PET/SPECT (smaller than resolution)

-pixel size chosen should not cause loss of info in the data, but not too many to waste memory

7
New cards

resampling

changing voxel size and/or alignment

-done to save disk space of match with other images

-simple resampling to finer grid can create impression of better resolution

-simplistic resampling (eg. nearest neighbor) by non-integer factors can create artifacts

-easiest using integer factors = 2x, 3x

-best using interpolation (bilinear or other)

8
New cards

misinterpreting shape-resolution

pixel size or image appearance does not always reflect resolution

<p>pixel size or image appearance does not always reflect resolution </p>
9
New cards
10
New cards

discretization issues

artifact generation: Nearest-neighbor resampling with non-integer scaling creates artificial patterns

<p>artifact generation: Nearest-neighbor resampling with non-integer scaling creates artificial patterns</p>
11
New cards

partial volume effect

-voxel/pixel contains >1 type of tissue or signal value

-so pixel has intermediate value

<p>-voxel/pixel contains &gt;1 type of tissue or signal value</p><p>-so pixel has intermediate value </p>
12
New cards
<p>what is temporal (time) resolution</p>

what is temporal (time) resolution

-how fast an image can be taken

-how fast the imaging system creates an image

-how fast a change in the object can be detected

<p>-how fast an image can be taken </p><p>-how fast the imaging system creates an image</p><p>-how fast a change in the object can be detected</p>
13
New cards

time resolution subtleties: meaning on multiple levels

-detection of raw signal itself (<1 nanosecond for PET)

-creation if image (variable for PET, defined by pulse sequence for MRI and ultrasound)

-acquisition of enough data to answer clinical/research question - better quality takes more time

-varies even within modality depending on pulse sequence, radiotracer

14
New cards

time resolution subtleties: changes during acquisition are averaged or worse

-patient motion in PET causes blurring but in MRI can cause major artifacts

-biological variation is typically averaged

15
New cards

sensitivity

-change in image/change in actual parameter

-higher sensitivity allows visualization of smaller differences

-for a given noise level, better contrast

-specific definition varies depending on imaging modality

16
New cards

what is contrast

-ability to see differences between different signals

-subject contrast (biology/chemistry)

-detector contrast (computer)

-affected by both background and noise

<p>-ability to see differences between different signals</p><p>-subject contrast (biology/chemistry)</p><p>-detector contrast (computer)</p><p>-affected by both background and noise</p>
17
New cards

effects of noise

lose details

<p>lose details</p>
18
New cards

computers in bioimaging

originally: designed to perform mathematical computations and data processing quickly

now: information display, storage, networking-info transfer and communication

19
New cards

file size

number of voxels x memory per voxel + metadata

bit- 0 or 1

bytes-8 bits»256 different values

kilobyte(kB)-1024 bytes

megabyte(MB)-1024 kB

gigabyte(GB)-1024 MB

terabyte(TB)-1024 GB

20
New cards

data type of voxel value is important

-integer can be 2/4/8 bytes

-integers can be signed or unsigned

-2 bytes=65,537 values

-float can be 4/8 bytes, these are decimal numbers with exponent, and there are different formats (bit/little endian)

-no 2 byte float-sometimes float data is stored as integer*2 with an overall multiplier and offset

21
New cards

analog and digital data

all data originates as analog signal, must be digitized

<p>all data originates as analog signal, must be digitized </p>
22
New cards

analog transmission

-all detector signal start out as analog, but distortions possible

-inaccuracies when signal amplifies

-attenuation losses along signal wires

-electronic noise

23
New cards

digital transmission advantage

-immune to accumulation of errors due to signal distortion

-distortions do not have sifficient amplitude to cause 0 to be mistaken as 1

-most digital circuits do not amplify incoming data, make a fresh copy of it

-other safeguards to main information integrity-can have additional redundant information to detect errors

-eg. parity bits-additonal bit with each byte which changes if any bit changes

24
New cards

conversion of continuous analog data to digital (ADCs)

-only certain time points of the continuous analog signal converted=sampling

-conversion to digital=digitization or quantization

characteristics of ADC: sampling rate-number of times per second sample and digitize signal

<p>-only certain time points of the continuous analog signal converted=sampling</p><p>-conversion to digital=digitization or quantization</p><p>characteristics of ADC: sampling rate-number of times per second sample and digitize signal </p>
25
New cards

nyquist theorem

to represent a signal of frequency, you need to sample at 2f. ex. if the sampling interval deltat is 2ms (500 Hz) then the highest frequency you can represent is fN=1/(2×0.002)=250Hz

also applies to spatial information=signal changing over distance

<p>to represent a signal of frequency, you need to sample at 2f. ex. if the sampling interval deltat is 2ms (500 Hz) then the highest frequency you can represent is fN=1/(2×0.002)=250Hz</p><p>also applies to spatial information=signal changing over distance </p>
26
New cards

to display digital images from imaging modality onto video monitor

digital-to-analog converter (DAC)

<p>digital-to-analog converter (DAC)</p>
27
New cards

disadvantages of digitization

-loss if information due to both sampling and quantization

-values of analog signal between sampling times is lost

-minimum sampling rate needed-nyquist limit

-analog signal continuous value-digital signal finite values

-N-bit signal restricted to 2N values

<p>-loss if information due to both sampling and quantization</p><p>-values of analog signal between sampling times is lost</p><p>-minimum sampling rate needed-nyquist limit</p><p>-analog signal continuous value-digital signal finite values</p><p>-N-bit signal restricted to 2<sup>N</sup> values </p>
28
New cards
<p>storage of digital images</p>

storage of digital images

-digital image, usually square or rectangular array of numbers -a matrix

-pixel size=field of view (FOV) of the image/number of pixels across the image

eg. if CT has 23 cm x 23 cm FOV and images aquired in 512 pixel by 512 pixel format, pixel size is 23cm/512=0.45 mm in x and y directions

<p>-digital image, usually square or rectangular array of numbers -a matrix</p><p>-pixel size=field of view (FOV) of the image/number of pixels across the image</p><p>eg. if CT has 23 cm x 23 cm FOV and images aquired in 512 pixel by 512 pixel format, pixel size is 23cm/512=0.45 mm in x and y directions</p>
29
New cards

digital contrast resolution

-largest number stored in single pixel is determined by number of bits or bytes used for each pixel (i.e. gray levels)

-1 byte used = maximal number is 28-1=255(8 bits)

-amount of contrast resolution provided by an imaging modality determines the number of bits per pixel needed

-ultrasound limited contrast resolution-6 or 7 bits enough - 8 bits used

-x ray CT high contrast resolution -12 bits required to represent full range of CT numbers

<p>-largest number stored in single pixel is determined by number of bits or bytes used for each pixel (i.e. gray levels)</p><p>-1 byte used = maximal number is 2<sup>8</sup>-1=255(8 bits)</p><p>-amount of contrast resolution provided by an imaging modality determines the number of bits per pixel needed</p><p>-ultrasound limited contrast resolution-6 or 7 bits enough - 8 bits used</p><p>-x ray CT high contrast resolution -12 bits required to represent full range of CT numbers</p>
30
New cards

visual interpretation of image data

-image data is just numbers, needs to be converted to visual representation

-the way this conversion is done affects observed contrast and ability to diagnose

-human eye can detect only a limited range of brightness

-select mapping that optimizes display of important features-contrast enhancement

how?

-translation table selection

-windowing

<p>-image data is just numbers, needs to be converted to visual representation </p><p>-the way this conversion is done affects observed contrast and ability to diagnose</p><p>-human eye can detect only a limited range of brightness</p><p>-select mapping that optimizes display of important features-contrast enhancement</p><p>how? </p><p>-translation table selection</p><p>-windowing</p>
31
New cards
<p>translation table</p>

translation table

-lookup table produces digital value indicating video intensity to the DAC

-video intensity can also be represented as different colors

<p>-lookup table produces digital value indicating video intensity to the DAC</p><p>-video intensity can also be represented as different colors</p>
32
New cards

windowing

-can use entire range of intensity to display portion of total range of pixel values

-windowing can be combined in translation table

<p>-can use entire range of intensity to display portion of total range of pixel values</p><p>-windowing can be combined in translation table </p>
33
New cards

processing of digital images

-image reconstruction to get initial image from raw data

-many “post-processing” techniques to apply to images

-post-processing of image generally does not unequivocally improve image quality-eg cannot resolve objects less than limits of the modality

-but can make useful tradeoffs in image quality features or combine

34
New cards

common processing techniques

-addition or subtraction of digital images

  • images need to be in the same format, pixel size, etc

  • resultant image is in the same format

  • image subtraction common in angiography to remove effects of anatomic structures


35
New cards

spacial filtering=smoothing

-statistical nature of acquisition process can give grainy appearance-noise

-reduced by spatial filtering operation=smoothing

-each value of pixel in smoothed image is weighted average of the corresponding pixel in the unprocessed image with its neighbors

-reduces noise but also worsens spatial resolution-tradeoff but sometimes improves things like logic detectibility

36
New cards

quantification (quantitation)

-physical and biological meanings

-physics-how well absolute voxel value represents true value-often estimated with phantoms-can vary within each modality

-biology-values derived from raw images that represent functional processes (glucose metabolic rate)-sometimes measure reliability with test-retest” study

37
New cards

registration (coregistration, realignment, reslicing, spatial normalization)

-aligning 2 images of the same region of body

-equalize pixel sizes and rotate/shoft/scale

-”rigid body” if images are of same person and organ shape does not change (eg brain)

-”non rigid”, “deformable”,”warping” etc if not (etc to template)

38
New cards

translational methods

-readily allow transition from lab to clinic

-eg PET tracers tested in animals, then humans

39
New cards

for single parameter, p-value is used

-assuming groups do not differ (“null hypothesis" is true), this is the probability that your result is by chancw

40
New cards

MRI

-usually good resolution

-anatomy is obvious

-good contrast between soft tissue types

-low signal in cortical bone (like skull)

-usually gray scale

<p>-usually good resolution</p><p>-anatomy is obvious</p><p>-good contrast between soft tissue types</p><p>-low signal in cortical bone (like skull)</p><p>-usually gray scale</p>
41
New cards

CT

-great resolution

-bone signal very strong, soft tissue weaker with poor contrast between soft tissue types (unless contrast agent used eg in blood)

-usually gray scale

<p>-great resolution</p><p>-bone signal very strong, soft tissue weaker with poor contrast between soft tissue types (unless contrast agent used eg in blood)</p><p>-usually gray scale</p>
42
New cards

PET/nuclear

-anatomy can be hard to discern

-resolution low, noisy appearance

-be careful-often fised (overlaid) over CT or MRI for anatomy

-usually colored scale

<p>-anatomy can be hard to discern</p><p>-resolution low, noisy appearance</p><p>-be careful-often fised (overlaid) over CT or MRI for anatomy</p><p>-usually colored scale</p>