Method | Description | |
---|---|---|
VerticalRunLengthSmoothing ( ) : System |
Initializes a new instance of the VerticalRunLengthSmoothing class.
|
|
VerticalRunLengthSmoothing ( int maxGapSize ) : System |
Initializes a new instance of the VerticalRunLengthSmoothing class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public VerticalRunLengthSmoothing ( ) : System | ||
return | System |
public VerticalRunLengthSmoothing ( int maxGapSize ) : System | ||
maxGapSize | int | Maximum gap size to fill (see |
return | System |