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