Can you help me please to solve this problem ??

I'm trying to analyse foci of my stainings with the FOCO software but al always have this message :
MIJ warning message: Loss of precision: convert double 32-bit to float 32-bit Warning: Image is too big to fit on screen; displaying at 67% > In images.internal.initSize (line 71) In imshow (line 328) In gui>CountFoci_Callback (line 383) In gui_mainfcn (line 95) In gui (line 42) In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)gui('CountFoci_Callback',hObject,eventdata,guidata(hObject))
Does someone knows how to solve it ?

2 Comments

You cannot expect, that the readers know what the "FOCO Sofatware" is.
FOCO is an extenstion of Matlab to count foci on images using ImageJ

Sign in to comment.

Answers (1)

Jan
Jan on 23 Jan 2018
Edited: Jan on 23 Jan 2018
Loss of precision: convert double 32-bit to float 32-bit
This is a strange message: There are no 32-bit doubles in Matlab or any other software I know, especially if "32-bit float" appears in the same message. I recommend to ask the authors of this software instead of the public Matlab forum.
The warning, that the image is scaled to match to the figure, is not a serious problem. All you have to do is taking into account that the displayed image is scaled.
Bother messages are warnings, one is strange, the other is not harmful. Therefore a "solution" is not required.

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!