CellCognition / cecog

A fast and cross-platform image analysis framework for fluorescence time-lapse microscopy and bioimage informatics.
https://cellcognition-project.org
Other
43 stars 17 forks source link

Feature "ch_acd" (average clump displacement) is calculated incorrectly. #225

Open rhoef opened 6 years ago

rhoef commented 6 years ago

It turns out that before calculating the convex hull of a ROI object the bounding box is surrounded by a margin of size 1px (hard coded value). All center positions of "clumps" are in coordinates of this enlarged bbox, while the center of the ROI object itself is not.

The hard coded margin (borderSize(1)) can be removed safely. It is unclear why the enlarged bounding box is useful.