Method | Description | |
---|---|---|
SimpleSkeletonization ( ) : System |
Initializes a new instance of the SimpleSkeletonization class.
|
|
SimpleSkeletonization ( byte bg, byte fg ) : System |
Initializes a new instance of the SimpleSkeletonization class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, |
||
source | UnmanagedImage | Source image data. |
destination | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public SimpleSkeletonization ( byte bg, byte fg ) : System | ||
bg | byte | Background pixel color. |
fg | byte | Foreground pixel color. |
return | System |