GaussianPyramidUp Method

CVB.Net Documentation
This function up samples an image in the sense of a Gaussian pyramid.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Up(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image to be up sampled

Return Value

Type: Image
Up-sampled image.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
Remarks

It inserts odd columns and rows filled with 0, then applies a Gaussian Kernel5x5 multiplied by 4 to the image.
See Also

Reference