Method | Description | |
---|---|---|
BaseFilter2 ( ) : System |
Initializes a new instance of the BaseFilter2 class.
|
|
BaseFilter2 ( |
Initializes a new instance of the BaseFilter2 class.
|
|
BaseFilter2 ( UnmanagedImage unmanagedOverlayImage ) : System |
Initializes a new instance of the BaseFilter2 class.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage overlay, UnmanagedImage destinationData ) : void |
Process the filter on the specified image. Overlay image size and pixel format is checked by this base class, before passing execution to inherited class. |
protected BaseFilter2 ( |
||
overlayImage | Overlay image. | |
return | System |
protected BaseFilter2 ( UnmanagedImage unmanagedOverlayImage ) : System | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
return | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
protected abstract 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 |