BitwiseNegate Method

CVB.Net Documentation
Performs a bit-wise NOT operation on the pixels of the input image to create the output image.

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

public static Image Negate(
	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
See Also

Reference