<< cv_imageshow_image ComputerVision cv_laplace >>

ComputerVision >> ComputerVision > cv_imageshow_path

cv_imageshow_path

Display Image via path of Image

Calling Sequence

image= cv_imageshow_path(path)

Arguments

path

Path of the Image

image

Image is read from the path and returned to output variable "image"

Description

Display and return Image.

Image is read from the path provided by user, then the image is displayed and simultaneously image is returned to an output variable

Examples

image=cv_imshow_path("N:\image.png")
image=cv_imshow_path("~/image.png")

See Also


Report an issue
<< cv_imageshow_image ComputerVision cv_laplace >>