Closed GoogleCodeExporter closed 9 years ago
Original comment by andrew.k...@gmail.com
on 13 Sep 2007 at 4:22
AForge.Math.Statistics.Mean() was fixed to use double for mean calculation
instead
of int.
SVN revision - 345, will be released in AForge.NET 1.5.0
Original comment by andrew.k...@gmail.com
on 13 Sep 2007 at 4:25
Original comment by andrew.k...@gmail.com
on 13 Sep 2007 at 4:27
Original comment by andrew.k...@gmail.com
on 19 May 2008 at 6:08
The mean and standard deviation calculations are still incorrect for larger
images. It seems to work fine for 1024x1024 or less, but I get incorrect values
for 1280x1024 grayscale images.
Original comment by carrasm...@gmail.com
on 18 Jul 2011 at 5:18
Problem confirmed with this image.
Original comment by br...@sistemasmart.com.br
on 14 Apr 2014 at 1:29
Attachments:
Updated calculation of mean in AForge.Math.Statistics to use double precision
numbers internally to avoid integers' overflow.
Committed in revision 1730.
Original comment by andrew.k...@gmail.com
on 23 Apr 2014 at 7:41
Original issue reported on code.google.com by
andrew.k...@gmail.com
on 12 Sep 2007 at 4:43