In image processing, what technique is commonly used to detect edges in an image?

  • Histogram Equalization
  • Fourier Transform
  • Canny Edge Detection
  • K-Means Clustering
Canny Edge Detection is a widely used technique for edge detection in images. It applies multiple filters to detect edges with varying intensities, providing information about the location and strength of edges in the image.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *