ScanFix Xpress v9.0 for .NET - Updated
CombRemovalOptions Constructor(Rectangle,Int32,Int32,Int32,Int32,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class > CombRemovalOptions Constructor : CombRemovalOptions Constructor(Rectangle,Int32,Int32,Int32,Int32,Int32,Int32)
The area of the image where the comb removal process will search.
The typical distance (in pixels) between comb marks.
The minimum distance (in pixels) from the leftmost comb mark to the rightmost comb mark.
The typical height (in pixels) of a comb mark (measured from the top of the horizontal base line to the top of the mark).
The typical thickness (in pixels) of the horizontal lines that comprise the comb.
The typical thickness (in pixels) of the vertical lines that comprise the comb.
The confidence of an individual comb before it will be removed.
Instantiates a new CombRemovalOptions object setting the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal area As Rectangle, _
   ByVal combSpacing As Integer, _
   ByVal minimumCombLength As Integer, _
   ByVal combHeight As Integer, _
   ByVal horizontalLineThickness As Integer, _
   ByVal verticalLineThickness As Integer, _
   ByVal minimumConfidence As Integer _
)
'Usage
 
Dim area As Rectangle
Dim combSpacing As Integer
Dim minimumCombLength As Integer
Dim combHeight As Integer
Dim horizontalLineThickness As Integer
Dim verticalLineThickness As Integer
Dim minimumConfidence As Integer
 
Dim instance As New CombRemovalOptions(area, combSpacing, minimumCombLength, combHeight, horizontalLineThickness, verticalLineThickness, minimumConfidence)
public CombRemovalOptions( 
   Rectangle area,
   int combSpacing,
   int minimumCombLength,
   int combHeight,
   int horizontalLineThickness,
   int verticalLineThickness,
   int minimumConfidence
)
public: CombRemovalOptions( 
   Rectangle area,
   int combSpacing,
   int minimumCombLength,
   int combHeight,
   int horizontalLineThickness,
   int verticalLineThickness,
   int minimumConfidence
)
public:
CombRemovalOptions( 
   Rectangle area,
   int combSpacing,
   int minimumCombLength,
   int combHeight,
   int horizontalLineThickness,
   int verticalLineThickness,
   int minimumConfidence
)

Parameters

area
The area of the image where the comb removal process will search.
combSpacing
The typical distance (in pixels) between comb marks.
minimumCombLength
The minimum distance (in pixels) from the leftmost comb mark to the rightmost comb mark.
combHeight
The typical height (in pixels) of a comb mark (measured from the top of the horizontal base line to the top of the mark).
horizontalLineThickness
The typical thickness (in pixels) of the horizontal lines that comprise the comb.
verticalLineThickness
The typical thickness (in pixels) of the vertical lines that comprise the comb.
minimumConfidence
The confidence of an individual comb before it will be removed.
See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.