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




Glossary Item Box

Option values used in determining which type of Soften Filter to employ.

Syntax

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

Members

MemberValueDescription
SoftenFilter00Soften filter 0.

Matrix:

(1 1 1

1 1 1

1 1 1) / 9

SoftenFilter11Soften filter 1.

Matrix:

(0 1 0

1 2 1

0 1 0) / 6

SoftenFilter22Soften filter 2.

Matrix:

(1 1 1

1 2 1

1 1 1) / 10

SoftenFilter33Soften filter 3.

Matrix:

(1 2 1

2 4 2

1 2 1) / 16

Remarks

Soften 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.SoftenFilter

See Also

©2013. Accusoft Corporation. All Rights Reserved.