renatobianchini / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

VerticalIntensityStatics.cs IsGrayScale property #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Please see line 103 of VerticalIntensityStatistics.cs

What is the expected output? What do you see instead?
The IsGrayScale property returns opposite value, (gray == null) should be (gray 
!= null)

What version of the product are you using?
AForge.NET_Framework-2.1.5

Please provide any additional information below.

Original issue reported on code.google.com by jlenriq...@gmail.com on 28 Apr 2011 at 6:45

GoogleCodeExporter commented 8 years ago
Argh ... shame on me :)

Fixed IsGrayscale property for VerticalIntensityStatistics, 
HorizontalIntensityStatistics and ImageStatistics classes, so it returns 
correct value.

Committed in revision 1435. Will be released in the next version.

Original comment by andrew.k...@gmail.com on 28 Apr 2011 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 28 Jul 2011 at 9:47

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 10 Aug 2011 at 9:34