Creates and initializes new instance of the RedEyeRemoval class. Use this constructor to pass all values for the Manual mode.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ faceRegion As Rectangle, _ startPoint As Point, _ sensitivity As Single _ )
Type: System.Drawing.Rectangle
A Rectangle which specifies the face region. You can change it later using the FaceRegion property.Type: System.Drawing.Point
A Point which specify the point inside the red eye. Coordinates should be specified relatively left-top corner of the faceRegion. You can change it later using the EyePoint property.Type: System.Single
A float value in range [0,1] which specifies a sensivity of the red eye effect removal algorithm. The smaller value you specify, more pixels are affected. You can change it later using the Sensitivity property.When the Red Eye Removal works, it analyzes the facial features. It helps to reduce probability of malfunction. To make the red eye effect removal process as precise as possible, you should have the user to select the person's face as accurate as possible.
Users should select the face even if they use Manual mode. The eye they select should be inside this rectangle.
When you use this constructor, the default value of the Mode property is Manual.