EyeQ Docs
Guides

Correction Parameters

Understanding and configuring image correction parameters

Correction Parameters

Available Corrections

  1. Perfectly Clear Core - Exposure, contrast, color
  2. Noise Corrections - Noise reduction
  3. Red-eye Removal - Automatic red-eye fix
  4. Retouching - Face beautification (optional)
  5. V3 LOOKs - Creative LOOKs Filters and finishes

Setting Parameters

Using Preset Files

PFCPARAM param;
PFC_ReadPresets(param, "/path/to/preset.preset");

Manual Configuration

param.core.bEnabled = true;
param.core.bUseAutomaticStrengthSelection = true;
param.core.eAggressiveness = AGGRESSIVENESS_CONSERVATIVE;
param.core.bSharpen = true;
param.core.fSharpenScale = 1.0f;
// ... more parameters

See Also

PFC-SDK Version 10.7.2.1269 built from 4fa849d8101945eea725a08dd0dae5101f090fa0 on 11-10-2025.

Copyright © 2026 EyeQ Imaging Inc. All rights reserved.

On this page