Method | Description | |
---|---|---|
ThresholdedEuclideanDifference ( ) : System |
Initializes a new instance of the ThresholdedEuclideanDifference class.
|
|
ThresholdedEuclideanDifference ( int threshold ) : System |
Initializes a new instance of the ThresholdedEuclideanDifference class.
|
Method | Description | |
---|---|---|
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 |
return | void |
public ThresholdedEuclideanDifference ( ) : System | ||
return | System |
public ThresholdedEuclideanDifference ( int threshold ) : System | ||
threshold | int | Difference threshold (see |
return | System |