Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.16 KB

Interactive Jupyter Noteboook functions using OpenCV

This project integrates sliders with OpenCV functions in Jupyter Notebook. The integration solves the problem of testing numerous amout of values with for loops or any other methods. Once the slider is set to a new value, the result shows up immediately.

Examples:

  1. Interactive Cosine Function
    f = 1

    Interactive Cosine Function

    f = 5
    Interactive Cosine Function


  1. Interactive Threshold (OpenCV)
    Value = 79

    Interactive Threshold


  1. Interactive Canny Edge Detection (OpenCV)
    Value = 139

    Interactive Canny


-Remark: Please make sure to run the .ipynb file on your machine. Opening it on GitHub will result in static HTML page