Method | Description | |
---|---|---|
Apply ( |
Apply filter to an image.
|
|
Apply ( |
Apply filter to an image.
|
|
Apply ( UnmanagedImage image ) : UnmanagedImage |
Apply filter to an image (not implemented).
|
|
Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void |
Apply filter to an image (not implemented).
|
public Apply ( |
||
image | Source image to get biggest blob from. | |
return |
public Apply ( |
||
imageData | Source image to get biggest blob from. | |
return |
public Apply ( UnmanagedImage image ) : UnmanagedImage | ||
image | UnmanagedImage | Image in unmanaged memory. |
return | UnmanagedImage |
public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void | ||
sourceImage | UnmanagedImage | Source image to be processed. |
destinationImage | UnmanagedImage | Destination image to store filter's result. |
return | void |