Skip to content
#

image-filtering

Here are 48 public repositories matching this topic...

📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.

  • Updated Mar 25, 2023
  • Python

This Python code utilizes OpenCV to detect and draw circles in an image. It applies grayscale conversion and median blur to reduce noise, then employs the Hough Circle Transform for circle detection. Detected circles are highlighted in red on the image.

  • Updated Oct 11, 2023
  • Python

DeepSee is an image processing project that applies advanced spatial and frequency domain techniques for filtering, segmentation, boundary detection, and facial recognition. It features a responsive GUI with multiprocessing, multithreading, and both dark and light modes.

  • Updated May 15, 2025
  • Python

Improve this page

Add a description, image, and links to the image-filtering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-filtering topic, visit your repo's landing page and select "manage topics."

Learn more