Method | Description | |
---|---|---|
BayerFilterOptimized ( ) : System |
Initializes a new instance of the BayerFilterOptimized class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
ApplyBGGR ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
ApplyGRBG ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |