canny_edge: canny_edge

View source: R/canny_edge.R

canny_edgeR Documentation

canny_edge

Description

edge detection algorithm

Usage

canny_edge(grad, angles, TT, tt, strong = 255, weak = 50)

Arguments

grad

magnitude of the gradients

angles

angles of the gradients

TT

strong thredshold used in canny edge detection

tt

weak thredshold used in canny edge detection

strong

strong value

weak

weak value

Value

a binary gray-scale image


anderslaunerbaek/homemade documentation built on Sept. 18, 2022, 6:47 a.m.