RawImage.Convert Method
Definition
Namespace: P1.ImageSdk
Get a processing object, that handles RAW convertion of the image into an RGB bitmap and also compute exposure mask if the threshold is set by user
public BitmapImage Convert( ConvertConfig config, ref BitmapImage maskImage, Func<UInt32, byte[]> allocFunction = null );
Parameters:
config |
The convert pipeline configuration to use when converting the image |
maskImage |
Bitmap image that contain exposure mask |
allocFunction |
An optional memory allocator function |
Returns: