ArithmeticDivide Method (Image, Double)

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

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 value
)

Parameters

img
Type: Stemmer.CvbImage
Input image
value
Type: SystemDouble
Value to divide each plane by

Return Value

Type: Image
Transformed image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
CvbExceptionWhen value is 0.
See Also

Reference