<< cv_rgb2gray_image ComputerVision cv_rotate >>

ComputerVision >> ComputerVision > cv_rgb2gray_path

cv_rgb2gray_path

Convert colour image into grayscale

Calling Sequence

image= cv_rgb2gray_path(path)

Arguments

path

Path of the Image

image

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

Description

Convert the RGB image into grayscale

Image is read from the path provided by user, then the image is converted into grayscale and grayscale image is returned to the user via output variable

Examples

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

See Also


Report an issue
<< cv_rgb2gray_image ComputerVision cv_rotate >>