Accusoft.ImagXpress13.Net
UnsharpenFilter Enumeration




Option values used in determining what type of Processor.Unsharpen method to apply.
Syntax
'Declaration
 
Public Enum UnsharpenFilter 
   Inherits System.Enum
'Usage
 
Dim instance As UnsharpenFilter
public enum UnsharpenFilter : System.Enum 
__value public enum UnsharpenFilter : public System.Enum 
public enum class UnsharpenFilter : public System.Enum 
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

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback