메소드 | 설명 | |
---|---|---|
ThresholdedDifference ( ) : System |
Initializes a new instance of the ThresholdedDifference class.
|
|
ThresholdedDifference ( int threshold ) : System |
Initializes a new instance of the ThresholdedDifference class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage overlay, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage overlay, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
destinationData | UnmanagedImage | Destination image data |
리턴 | void |
public ThresholdedDifference ( int threshold ) : System | ||
threshold | int | Difference threshold (see |
리턴 | System |