Public Property VerticalMinimumForeground As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.VerticalMinimumForeground = value value = instance.VerticalMinimumForeground
public int VerticalMinimumForeground {get; set;}
Public Property VerticalMinimumForeground As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.VerticalMinimumForeground = value value = instance.VerticalMinimumForeground
public int VerticalMinimumForeground {get; set;}
Individual characters are usually about 20 pixels wide, so values around 20 (on a 300 dpi image) often work well, consistently ignoring perpendicular lines. Lower values can increase the likelihood of registering to edge noise. You may need to use values as low as 1 when you are dealing with dot matrix print.
Valid values: Any number from 1 to 1000
Default value: 5