Метод | Описание | |
---|---|---|
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. | |
Результат |
public Apply ( |
||
imageData | Source image to get biggest blob from. | |
Результат |
public Apply ( UnmanagedImage image ) : UnmanagedImage | ||
image | UnmanagedImage | Image in unmanaged memory. |
Результат | UnmanagedImage |
public Apply ( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) : void | ||
sourceImage | UnmanagedImage | Source image to be processed. |
destinationImage | UnmanagedImage | Destination image to store filter's result. |
Результат | void |