@@ -10,7 +10,7 @@ ImageJCsharp Measure behavior.
1010| ImageJ build | ImageJ 1.54s99 |
1111| ImageJ source | ` https://wsr.imagej.net/jars/ij.jar ` |
1212| Java | ` C:\Java21\jdk-21.0.2\bin\java.exe ` |
13- | ImageJCsharp commit | ` 762eae3 ` |
13+ | ImageJCsharp commit compared initially | ` 762eae3 ` |
1414| Operating system | Windows |
1515
1616ImageJ was run through its Java API with ` ij.plugin.filter.Analyzer ` using these
@@ -53,7 +53,7 @@ The ROI covers these four pixels:
5353
5454### Full Image
5555
56- | Measurement | ImageJ 1.54s99 | ImageJCsharp | Status |
56+ | Measurement | ImageJ 1.54s99 | ImageJCsharp at ` 762eae3 ` | Initial Status |
5757| --- | ---: | ---: | --- |
5858| Area | 12 | 12 | Match |
5959| Mean | 55 | 55 | Match |
@@ -63,7 +63,7 @@ The ROI covers these four pixels:
6363
6464### Rectangle ROI
6565
66- | Measurement | ImageJ 1.54s99 | ImageJCsharp | Status |
66+ | Measurement | ImageJ 1.54s99 | ImageJCsharp at ` 762eae3 ` | Initial Status |
6767| --- | ---: | ---: | --- |
6868| Area | 4 | 4 | Match |
6969| Mean | 75 | 75 | Match |
@@ -82,13 +82,13 @@ deviation.
8282
8383## Follow-Up
8484
85- Follow-up issue:
85+ Follow-up issue created from this comparison :
8686
8787``` text
8888https://github.com/yangfei/ImageJCsharp/issues/57
8989```
9090
91- That issue tracks the decision and implementation work for aligning
92- ImageJCsharp standard deviation behavior with ImageJ, if that is the desired
93- compatibility target.
94-
91+ Issue # 57 aligned ImageJCsharp Measure with ImageJ for these StdDev cases by
92+ using sample standard deviation in ` Measurements.Measure ` . Automated Core tests
93+ now assert the ImageJ 1.54s99 full-image and rectangle-ROI StdDev values listed
94+ above.
0 commit comments