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




Glossary Item Box

Option values used in determining what type of Processor.Unsharpen method to apply.

Syntax

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

Members

MemberValueDescription
UnsharpenFilter10Unsharpen filter 1.

Matrix:

(-1 -1 -1

-1 17 -1

-1 -1 -1) / 9

UnsharpenFilter21Unsharpen filter 2.

Matrix:

(-2 -2 -2

-2 43 -2

-2 -2 -2) / 27

UnsharpenFilter32Unsharpen filter 3.

Matrix:

(1 -2 1

-2 24 -2

1 -2 1) / 12

Remarks

Note: Available in Professional edition.

Unsharpen 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.UnsharpenFilter

See Also

©2013. Accusoft Corporation. All Rights Reserved.