메소드 | 설명 | |
---|---|---|
ExtractNormalizedRGBChannel ( ) : System |
Initializes a new instance of the ExtractNormalizedRGBChannel class.
|
|
ExtractNormalizedRGBChannel ( short channel ) : System |
Initializes a new instance of the ExtractNormalizedRGBChannel class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
public ExtractNormalizedRGBChannel ( short channel ) : System | ||
channel | short | Normalized RGB channel to extract. |
리턴 | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
리턴 | void |