'Declaration Public Function IsBlank( _
ByVal maxNoiseLevelMaximal possible value of noise in image in percents. Optimal value is 0.01 (%).As Single, _
ByRef currentNoiseLevelCurrent noise value in image. This value will be set after execution of the method.As Single _
) As Boolean
public bool IsBlank(
float maxNoiseLevel,
ref float currentNoiseLevel
)
public: bool IsBlank(
float maxNoiseLevel,
ref float currentNoiseLevel
)
public:
bool IsBlank(
float maxNoiseLevel,
float% currentNoiseLevel
)
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.