Instantiates a new NegativeCorrectionOptions object with the specified values.
Syntax
public NegativeCorrectionOptions(
bool ,
int ,
int
)
public: NegativeCorrectionOptions(
bool ,
int ,
int
)
public:
NegativeCorrectionOptions(
bool ,
int ,
int
)
Parameters
- applyCorrection
- A flag to indicate whether negative images should be automatically corrected.
- quality
- A value that indicates the amount of effort to expend analyzing the image
to determine if it is a negative.
- minimumConfidence
- The minimum detection confidence required before correction will proceed.
See Also