knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
laplacian_edge_detecting(input_image, output_image)
Apply the Laplacian edge detecting method
Arguments:
Output:
Example:
laplacian_filter("test_image/IMG_2036.PNG", "test_image/IMG_2037.PNG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.