Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 718 Bytes

opencv-parameter-tuner

Building a GUI tool to find the right parameters visually and quickly, for various Computer Vision algorithms

This is Work in Progress.

Currently you can find parameters for following algorithms:

  • Smoothing an image:
    • You can smooth/blur an image with one filter or with a combination of up to 4 different types of blur filters:
    • Provides Average Filter Size, Gaussian Filter Size, Median Filter Size, Bilateral Filter Size
  • Canny Edge Detection:
    • Provides Upper Threshold, Lower Threshold, Gaussian Filter Size

Read more in my blog post