IsBlank(Single,Single) Method (AcquiredImage)
Returns a value indicating whether this image is a blank image.
'Declaration
Public Overloads Function IsBlank( _
ByVal As Single, _
ByRef As Single _
) As Boolean
Parameters
- maxNoiseLevel
- Maximal possible value of noise in image in percents. Optimal value is 0.01 (%).
- currentNoiseLevel
- Current noise value in image. This value will be set after execution of the method.
Return Value
true if image is a blank image; otherwise, false.
Please see example here: AcquiredImage.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5