Which type of filtering is often used to reduce the amount of noise in an image?
- Median Filtering
- Edge Detection
- Histogram Equalization
- Convolutional Filtering
Median filtering is commonly used to reduce noise in an image. It replaces each pixel value with the median value in a local neighborhood, making it effective for removing salt-and-pepper noise and preserving the edges and features in the image.
Loading...
Related Quiz
- Which database system is based on the wide-column store model and is designed for distributed data storage?
- In the context of binary classification, which metric calculates the ratio of true positives to the sum of true positives and false negatives?
- What is the primary goal of Exploratory Data Analysis (EDA)?
- Which of the following databases is best suited for time-series data?
- In transfer learning, a model trained on a large dataset is used as a starting point, and the knowledge gained is transferred to a new, _______ task.