ArithmeticAbsolute Method

CVB.Net Documentation
Determines the absolute values of the pixels in the input image img.

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

public static Image Absolute(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Input image

Return Value

Type: Image
Result image
Exceptions

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

Of course calling this function on an image with unsigned pixels will have no effect.
See Also

Reference