Accusoft.ImagXpress12.Net
SharpenFilter Enumeration
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace : SharpenFilter Enumeration




Glossary Item Box

Option values used in determining which type of Sharpen Filter to use.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
SharpenFilter10Sharpen filter 1.

Matrix:

(0 -1 0

-1 5 -1

0 -1 0) / 1

SharpenFilter21Sharpen filter 2.

Matrix:

(-1 -1 -1

-1 9 -1

-1 -1 -1) / 6

SharpenFilter32Sharpen filter 3.

Matrix:

(1 -2 1

-2 5 -2

1 -2 1) / 1

Remarks

Sharpen filters use a 3x3 Convolution Matrix to apply the desired effect. Where A, B, C, and S are four values used: A B A B C B / S A B A S is used to normalize the value.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.SharpenFilter

See Also

©2013. Accusoft Corporation. All Rights Reserved.