Gets/sets the red channel threshold value used when removing the red eyes effect.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property RedChannelThreshold As Single
public float RedChannelThreshold { get; set; }
When you use values which are close to 0, the algorithm will capture a lot of pixels (even those which are unlikely to be red). It will highly reduce the performance and increase a number of false recognitions. Too high values may lead to reducing of probability of red eye removal. It is highly recommended to use default value of this property and adjust it only if it is actually necessary.
This property affects both for Manual and Semiautomatic mode.