BitwiseAnd Method (Image, Int32)

CVB.Net Documentation
Bit-wise AND operation on the input image with constant values.

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

public static Image And(
	Image img,
	int[] values
)

Parameters

img
Type: Stemmer.CvbImage
Input image
values
Type: SystemInt32
Values to and the image with (at least one per plane inimg)

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