메소드 | 설명 | |
---|---|---|
FastGuidedFilter ( ) : System.Collections.Generic |
Initializes a new instance of the FastGuidedFilter class.
|
|
FastGuidedFilter ( |
Initializes a new instance of the FastGuidedFilter class.
|
|
FastGuidedFilter ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic |
Initializes a new instance of the FastGuidedFilter class.
|
|
GetFilledImage ( int width, int height, PixelFormat pixelFormat, |
Get a filled image by a color.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
메소드 | 설명 | |
---|---|---|
InitFormatTranslations ( ) : void |
public FastGuidedFilter ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public FastGuidedFilter ( |
||
overlayImage | Overlay image. | |
리턴 | System.Collections.Generic |
public FastGuidedFilter ( UnmanagedImage unmanagedOverlayImage ) : System.Collections.Generic | ||
unmanagedOverlayImage | UnmanagedImage | Unmanaged overlay image. |
리턴 | System.Collections.Generic |
public static GetFilledImage ( int width, int height, PixelFormat pixelFormat, |
||
width | int | Image width. |
height | int | Image height. |
pixelFormat | PixelFormat | Image pixel format. |
color | Image filled color. | |
리턴 | UnmanagedImage |
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data. |
overlay | UnmanagedImage | Overlay image data. |
리턴 | void |