OpenCV-based edge detection.
More...
OpenCV-based edge detection.
- Provides
- Requires
- Configuration requests
- Configuration file options
- function (string)
- Default: "canny"
- One of: "canny", "laplace", "sobel"
- canny_threshold_1 (integer)
- canny_threshold_2 (integer)
- Example
driver
(
name "videocanny"
function "sobel"
apsize 7
requires ["camera:0"]
provides ["camera:1"]
)
- Author:
- Piotr A. Dutt, Paul Osmialowski