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