Learn R Programming

Rvision (version 0.3.5)

filter2D: Image Convolution with Kernel

Description

filter2D applies an arbitrary linear filter to an image.

Usage

filter2D(image, kernel)

Arguments

image

An Image object.

kernel

A matrix representing the convolution kernel.

Value

An Image object.

See Also

Image, split, merge

Examples

Run this code
# NOT RUN {
# TODO
# }

Run the code above in your browser using DataLab