Creates and initializes new instance of the RedEyeRemoval class.
Name | Description | |
---|---|---|
RedEyeRemoval() |
Creates and initializes new instance of the RedEyeRemoval class. |
|
RedEyeRemoval(Rectangle) |
Creates and initializes new instance of the RedEyeRemoval class. You can pass the face rectangle into this constructor. It is convenient for the Semiautomatic mode. |
|
RedEyeRemoval(RectangleF) |
Creates and initializes new instance of the RedEyeRemoval class. You can pass the face rectangle into this constructor. It is convenient for the Semiautomatic mode. |
|
RedEyeRemoval(Rectangle, Point, Single) |
Creates and initializes new instance of the RedEyeRemoval class. Use this constructor to pass all values for the Manual mode. |
|
RedEyeRemoval(RectangleF, PointF, Single) |
Creates and initializes new instance of the RedEyeRemoval class. Use this constructor to pass all values for the Manual mode. |