FilterRoberts Method

CVB.Net Documentation
Apply a Roberts edge detector to the input image.

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

public static Image Roberts(
	Image img,
	RobertsDirection direction
)

Parameters

img
Type: Stemmer.CvbImage
Image to be filtered.
direction
Type: Stemmer.Cvb.FoundationRobertsDirection
Filter direction.

Return Value

Type: Image
Filtered image.
Exceptions

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

Result values of the Roberts filter that are less than zero will be zeroed out.
See Also

Reference