ProcessDifferenceMap Method

CVB.Net Documentation
Creates a difference map of the given range maps.

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

public static Image DifferenceMap(
	Image rangeMap1,
	Image rangeMap2
)

Parameters

rangeMap1
Type: Stemmer.CvbImage
Range map one.
rangeMap2
Type: Stemmer.CvbImage
Range map two.

Return Value

Type: Image
Difference map of the given range maps.
Exceptions

ExceptionCondition
ArgumentNullExceptionWhen one of the range maps is null.
ObjectDisposedExceptionWhen one of the range maps is already disposed.
CvbExceptionWhen creating the difference map failed.
See Also

Reference