Instantiates a new NegativeCorrectionOptions object with the specified values.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim applyCorrection As Boolean
Dim quality As Integer
Dim minimumConfidence As Integer
Dim instance As New NegativeCorrectionOptions(applyCorrection, quality, minimumConfidence)
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