BitwiseUpShift Method (Image, Int32)

CVB.Net Documentation
Bit-wise shift the input image with constant a value.

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

public static Image UpShift(
	Image img,
	int value
)

Parameters

img
Type: Stemmer.CvbImage
Input image
value
Type: SystemInt32
Value to shift each plane with

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