메소드 | 설명 | |
---|---|---|
AdaptiveSmoothing ( ) : System |
Initializes a new instance of the AdaptiveSmoothing class.
|
|
AdaptiveSmoothing ( double factor ) : System |
Initializes a new instance of the AdaptiveSmoothing class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
Process the filter on the specified image.
|
public AdaptiveSmoothing ( double factor ) : System | ||
factor | double | Factor value. |
리턴 | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
리턴 | void |