laplacian_filter: laplacian edge detecting

Description Usage Arguments Value Examples

Description

laplacian edge detecting

Usage

1
laplacian_filter(input_img, output_img)

Arguments

input_img

string, path to the input .png file

output_img

string, path to the output .png file

Value

png file at the output path

Examples

1
2
3
4
## Not run: 
laplacian_filter("input.png", "output.png")

## End(Not run)

UBC-MDS/InstaRF documentation built on May 15, 2019, 4:10 a.m.