ArithmeticDivide Method (Image, Double)

CVB.Net Documentation
Divide pixel values from the input image by constant values.

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

public static Image Divide(
	Image img,
	double[] values
)

Parameters

img
Type: Stemmer.CvbImage
Input image
values
Type: SystemDouble
Values to divide by (at least one per plane inimg)

Return Value

Type: Image
Result image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img or values is null.
ObjectDisposedExceptionIf the input img has already been disposed
ArgumentExceptionWhen values contains less values than the img has planes.
CvbExceptionWhen values contains 0.
See Also

Reference