We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdca47 commit f75baf8Copy full SHA for f75baf8
src/main/java/ij/blob/Blob.java
@@ -980,8 +980,8 @@ public double getAreaConvexHull(){
980
Blob helpblob = new Blob(polyPoints, -1);
981
ImagePlus imp = generateBlobImage(helpblob);
982
areaConvexHull = imp.getStatistics().getHistogram()[0]*cal.pixelHeight*cal.pixelWidth;
983
- //areaConvexHull = getArea(polyPoints)*cal.pixelHeight*cal.pixelWidth;
984
return areaConvexHull;
+
985
}
986
987
/**
0 commit comments