MATLAB: Can the default line thickness of imfreehand be changed

Image Processing Toolboximfreehand

I'd like to make the lines that appear from imfreehand thicker. Is there a way to do this?

Best Answer

Line width does not seem to be one of the parameters that you can adjust. The default blue line surrounded by a white glow does seem to be very high contrast though. After it's drawn, you can of course use plot(x,y,'LineWidth', 4) to have it redrawn thicker, but you can't have a thicker line while you're drawing.