Skip to content

nis1/interactive-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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