File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Edge Detection Example
2- #
2+ # Original Sketch from Processing's Topics/ImageProcessing/EdgeDetection Example code
3+ #
4+ # In this adaptation of Processing's Edge Detection example, OpenCV is used to
5+ # perform the edge detection. The edge detection mode can be changed by pressing
6+ # 't' for tight, 'w' for wide, or any other key for auto.
7+ #
38# Canny edge detection algorithm adapted from:
49# https://pyimagesearch.com/2015/04/06/zero-parameter-automatic-canny-edge-detection-with-python-and-opencv/
5- #
6- # Press 't', 'w', or any other key to set the edge detection mode.
710
811import traceback
912
Original file line number Diff line number Diff line change 11/**
22 * Edge Detection Example
3+ * Original Sketch from Processing's Topics/ImageProcessing/EdgeDetection Example code
4+ *
5+ * In this adaptation of Processing's Edge Detection example, OpenCV is used to
6+ * perform the edge detection. The edge detection mode can be changed by pressing
7+ * 't' for tight, 'w' for wide, or any other key for auto.
38 *
49 * Canny edge detection algorithm adapted from:
510 * https://pyimagesearch.com/2015/04/06/zero-parameter-automatic-canny-edge-detection-with-python-and-opencv/
6- *
7- * Press 't', 'w', or any other key to set the edge detection mode.
811 */
912package test ;
1013
You can’t perform that action at this time.
0 commit comments