Details for Javascript program for Edge Detection

This program computes edges of the image selected from the dropdown menu.
using Sobel edge detection (see Chapter 5). Pixels are scaled to range [0,1].

Slides: T=edge detection threshold.
Displayed: Original image and edge image.