<< cv_imageshow_path ComputerVision cv_line >>

ComputerVision >> ComputerVision > cv_laplace

cv_laplace

Calculates the Laplacian of an image

Calling Sequence

image=cv_laplace(image,mode)

Arguments

image

Input image

mode

Destination image depth. values 1 Or 2

image

Output Image

Description

Calculates the Laplacian of an image

Calculates the Laplacian of specified Input image

Examples

[image]=cv_laplace(input_image,1)

See Also


Report an issue
<< cv_imageshow_path ComputerVision cv_line >>