Learn R Programming

Rvision (version 0.3)

addWeighted: Weighted Sum of Two Images

Description

This function computes the weighted sum of two Image objects.

Usage

addWeighted(image1, alpha, image2, beta)

Arguments

image1

An Image object.

alpha

Weight of the first image.

image2

An Image object.

beta

Weight of the second image.

Value

An Image object.

See Also

Image

Examples

Run this code
# NOT RUN {
# TODO
# }

Run the code above in your browser using DataLab