GainMaskGenerator.ComputeGainMask Method#
Definition#
Namespace: P1.ImageSdk
Generates a gain mask based on the provided reference image and saves it to the specified file path.
public void ComputeGainMask(RawImage image, string gainMaskPath);
Parameters:
image |
The reference IIQ image (grayscale) used for gain mask generation. |
gainMaskPath |
The file system path where the generated gain mask will be saved. |