ConvertConfig.SetEnableLinearPath Method

Definition

Namespace: P1.ImageSdk

Set EnableLinearPath setting. This setting is used to disable most of the processing steps to make sure that the debayering of the image into rgb domain is done only using a simple linear mapping enabling only the minimum needed processing.

public ConvertConfig SetEnableLinearPath(bool enabled);

Parameters:

enabled

it can be set to true or false. False is the default value.

Returns: