The behaviour of AcquiredImage.IsBlank(Single) seems to have substantially changed between v7.0.2.1 and v8.0.0.9. For v7, I was using a maxNoiseLevel of 0.01F, while under v8.0 I can only manage to get similar results if the maxNoiseLevel is increased to at least 0.70F. I have been testing with an HP Scanjet 7000.
Any suggestions as to why the versions behave so differently?
Thanks, Nigel
Re: AcquiredImage.IsBlank(Single) differs between v7.0 and v
Yes, we have changed the color comparison algorithm and the AcquiredImage.IsBlank method may have different result in comparison with version 7.0.
You can get a noise level of the image using the currentNoiseLevel parameter of the "bool AcquiredImage.IsBlank(float maxNoiseLevel, ref float currentNoiseLevel)" method, this method returns boolean value and float value of noise level.