Accusoft.ImagXpress13.Net
SoftenFilter Enumeration




Option values used in determining which type of Soften Filter to employ.
Syntax
'Declaration
 
Public Enum SoftenFilter 
   Inherits System.Enum
'Usage
 
Dim instance As SoftenFilter
public enum SoftenFilter : System.Enum 
__value public enum SoftenFilter : public System.Enum 
public enum class SoftenFilter : public System.Enum 
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

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback