other:dsx:calibratedsx:the_importance_of_image_smoothing_and_downsampling
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:dsx:calibratedsx:the_importance_of_image_smoothing_and_downsampling [2024/07/17 15:21] – sgranger | other:dsx:calibratedsx:the_importance_of_image_smoothing_and_downsampling [2025/02/15 06:28] (current) – Cleaned up page and resized images to allow for side-by-side comparisons. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== The Importance of Image Smoothing and Downsampling ====== | ====== The Importance of Image Smoothing and Downsampling ====== | ||
- | DRR-based tracking of bones in X-ray images relies heavily on the brightness of the bones' edges in the edge-detected images. Noise in the images, from scatter, cross-scatter, | + | DRR-based tracking of bones in X-ray images relies heavily on the brightness of the bones' edges in the edge-detected images. Noise in the images, from scatter, cross-scatter, |
- | **Smoothing** CalibrateDSX uses a Guassian blur algorithm to perform smoothing. It convolves the image with a Gaussian distribution function, giving you the option of a 3x3, 5x5, or 7x7 convolution kernel, and the standard deviation of the function. For example, with a 3x3 kernel, each pixel is replaced by the weighted average of itself and its eight immediate neighbors. The higher the standard deviation (sigma), the greater the weights of the neighboring pixels, and thus the heavier the smoothing. | + | ===== Smoothing |
- | **Downsampling** Downsampling has a similar effect | + | CalibrateDSX uses a Guassian blur algorithm |
- | == | + | ===== Downsampling ===== |
- | These images were captured at the Biodynamics Lab at the University | + | Downsampling has a similar effect to smoothing because it combines pixel intensity values, but it also reduces |
- | The following | + | Because downsampling reduces the size of the X-ray images, it also increases the speed of automated tracking |
- | **Left:** Original image **Right:** Edge-detected image | + | ===== Example: Knee ===== |
- | {{: | + | These images were captured at the Biodynamics Lab at the University of Pittsburgh. They are 14-bit grayscale with a resolution of 1824x1800 pixels. Smoothing these images is not as critical as it is with other joints because the cortical shells of the femur and tibia already provide fairly strong edges. But it will still strengthen the edges enough to make tracking easier. A 5x5 kernel and a sigma of 2.0 would be a good choice in this case. Resizing with a scale factor of 0.5 will not remove any trackable edges and will make tracking close to four times faster. |
- | \\ | + | The following images are zoomed in on the joint to highlight the results of the filtering. |
- | **Left:** Smoothed (5x5 kernel, sigma = 2.0) **Right:** Downsampled (scaled by 0.5 to 912x900) | + | |
- | {{: | + | ^ Original image ^ Edge-detected image ^ Smoothed (5x5 kernel, sigma = 2.0) ^ |
+ | | {{: | ||
+ | ^ Downsampled (scaled by 0.5 to 912x900) ^ Smoothed (5x5 kernel, sigma = 2.0) and downsampled (scaled by 0.5 to 912x900) ^ ^ | ||
+ | | {{: | ||
- | Smoothed (5x5 kernel, sigma = 2.0) and downsampled (scaled by 0.5 to 912x900) | + | ===== Example: Cervical Spine ===== |
- | + | ||
- | {{: | + | |
- | + | ||
- | + | ||
- | == Example: Cervical Spine == | + | |
These images were captured at the Biodynamics Lab at the University of Pittsburgh. They are 14-bit grayscale with a resolution of 1824x1800 pixels. In the unmodified edge-detected image, the edges of the cervical vertebrae are barely visible, and their brightness is not sufficiently greater than the background to allow for automated tracking. For these images, smoothing with a 5x5 kernel and a sigma of 2.0, followed by a scaling of 0.5, produces the best results. | These images were captured at the Biodynamics Lab at the University of Pittsburgh. They are 14-bit grayscale with a resolution of 1824x1800 pixels. In the unmodified edge-detected image, the edges of the cervical vertebrae are barely visible, and their brightness is not sufficiently greater than the background to allow for automated tracking. For these images, smoothing with a 5x5 kernel and a sigma of 2.0, followed by a scaling of 0.5, produces the best results. | ||
Line 33: | Line 30: | ||
The following images are zoomed in on the vertebrae to highlight the results of the filtering. | The following images are zoomed in on the vertebrae to highlight the results of the filtering. | ||
- | **Left: | + | ^ Original image ^ Edge-detected image ^ Smoothed (5x5 kernel, sigma = 2.0) ^ |
+ | | {{: | ||
+ | ^ Downsampled (scaled by 0.5 to 912x900) ^ Smoothed (5x5 kernel, sigma = 2.0) and downsampled (scaled by 0.5 to 912x900) ^ ^ | ||
+ | | {{: | ||
- | {{: | ||
- | \\ | + | ===== Example: Lumbar Spine ===== |
- | **Left:** Smoothed (5x5 kernel, sigma = 2.0) **Right:** Downsampled (scaled by 0.5 to 912x900) | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | \\ | + | |
- | Smoothed (5x5 kernel, sigma = 2.0) and downsampled (scaled by 0.5 to 912x900) | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | + | ||
- | == Example: Lumbar Spine == | + | |
These images were captured at the Biodynamics Lab at the University of Pittsburgh. They are 14-bit grayscale with a resolution of 1824x1800 pixels. In the unmodified edge-detected image, the edges of the lumbar vertebrae are mostly indiscernible. Automated tracking would be impossible, and even manual tracking would be very difficult. For these images, smoothing with a 7x7 kernel and a sigma of 4.0, followed by a scaling of 0.33, produces the best results. Nevertheless, | These images were captured at the Biodynamics Lab at the University of Pittsburgh. They are 14-bit grayscale with a resolution of 1824x1800 pixels. In the unmodified edge-detected image, the edges of the lumbar vertebrae are mostly indiscernible. Automated tracking would be impossible, and even manual tracking would be very difficult. For these images, smoothing with a 7x7 kernel and a sigma of 4.0, followed by a scaling of 0.33, produces the best results. Nevertheless, | ||
Line 54: | Line 42: | ||
The following images are zoomed in on the vertebrae to highlight the results of the filtering. | The following images are zoomed in on the vertebrae to highlight the results of the filtering. | ||
- | **Left: | + | ^ Original image ^ Edge-detected image ^ Smoothed (7x7 kernel, sigma = 4.0) ^ |
- | + | | {{: | |
- | {{: | + | ^ Downsampled (scaled by 0.33 to 608x600) |
- | + | | {{: | |
- | \\ | + | |
- | **Left:** Smoothed (7x7 kernel, sigma = 4.0) **Right: | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | \\ | + | |
- | Smoothed (7x7 kernel, sigma = 4.0) and downsampled (scaled by 0.33 to 608x600) | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | + | ||
- | + |
other/dsx/calibratedsx/the_importance_of_image_smoothing_and_downsampling.1721229703.txt.gz · Last modified: 2024/07/17 15:21 by sgranger