typo in Analyze.Measure.Summarize
Posted by selwyn on Jul 24, 2008; 9:00pm
URL: http://imagej.273.s1.nabble.com/typo-in-Analyze-Measure-Summarize-tp3695519.html
This looks like an obvious typo in
ij/plugin/filter/Analyzer.java
@@ -640,7 +640,7 @@
if ((measurements&FERET)!=0)
add2(ResultsTable.FERET);
if ((measurements&INTEGRATED_DENSITY)!=0)
- add2(ResultsTable.FERET);
+ add2(ResultsTable.INTEGRATED_DENSITY);
if ((measurements&MEDIAN)!=0)
add2(ResultsTable.MEDIAN);
if ((measurements&SKEWNESS)!=0)
selwyn