Hello All, I require to display the output images at least 400 x 400 on screen. They are tiny as shown attached. Please find below code and nb file:
Manipulate[imageA= ;
varBin=Binarize[imageA,binimageA];
Column[{Button["Gradient Filter",
out=ImageAdjust[GradientFilter[varBin,0.5]]],
Row[{imageA,varBin,out}]}],
{binimageA,0,1}]
Thanks for usual consideration
Attachments: