ijpb / MorphoLibJ

Collection of mathematical morphology methods and plugins for ImageJ
http://imagej.net/MorphoLibJ
GNU Lesser General Public License v3.0
98 stars 49 forks source link

MorpholibJ Draw Table Value plugin error #78

Open Fopma opened 10 months ago

Fopma commented 10 months ago

I am using "draw table value" plugin to display "Area" value onto the original image but the position is wrong. It can correctly display Labels poistioning at the center of the ROIs. My guess is that the "calibrated position" has some issue with the scale factor of the target image.

dlegland commented 10 months ago

Hi Fopma,

indeed, there was a problem with the way the plugin managed the spatial calibration!

I just fixed the problem in commit #https://github.com/ijpb/MorphoLibJ/commit/2190d59593aa87c4b1d88044cc8bf2f8cb280410 , next release will include it.