Guides
Correction Parameters
Understanding and configuring image correction parameters
Correction Parameters
Available Corrections
- Perfectly Clear Core - Exposure, contrast, color
- Noise Corrections - Noise reduction
- Red-eye Removal - Automatic red-eye fix
- Retouching - Face beautification (optional)
- 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 parametersSee Also
PFC-SDK Version 10.7.2.1269 built from 4fa849d8101945eea725a08dd0dae5101f090fa0 on 11-10-2025.
Copyright © 2026 EyeQ Imaging Inc. All rights reserved.