nis1 / interactive-jupyter-notebook

Interactive Jupyter Noteboook functions using OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interactive Jupyter Noteboook functions using OpenCV


Languages

Language:Jupyter Notebook 100.0%