<< cv_gaussianfilter ComputerVision cv_imread_path >>

ComputerVision >> ComputerVision > cv_gradient

cv_gradient

Performs advanced morphological Gradient transformations

Calling Sequence

img_ret=cv_gradient(image,kernel_type,kernel_size)

Arguments

image

Input image

kernel_type

It accepts Integer/Float As Input 1->MORPH_RECT 2-> MORPH_ELLIPSE 3-> MORPH_CROSS

kernel_size

It accepts a List As Input specifying the size of Kernel needed example [5,5]

img_ret

Output image

Description

Performs advanced morphological Gradient transformations

he function can perform advanced morphological Gradient transformations using an erosion And dilation As basic operations

Examples

[img_ret]=cv_gradient(input_image,1,[4,4])

See Also


Report an issue
<< cv_gaussianfilter ComputerVision cv_imread_path >>