Method | Description | |
---|---|---|
Divide ( ) : System.Collections.Generic |
Initializes a new instance of the Divide class.
|
|
Divide ( |
Initializes a new instance of the Divide class.
|
|
Divide ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic |
Initializes a new instance of the Divide class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
InitFormatTranslations ( ) : void |
public Divide ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Divide ( |
||
overlayImage | Overlay image | |
return | System.Collections.Generic |
public Divide ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
return | System.Collections.Generic |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
return | void |