//--Openanexampleimagerun("Blobs (25K)");getPixelSize(unit,pixelWidth,pixelHeight);//--SelecttheovaltoolsetTool("oval");//--PrompttheusertodrawanovalwaitForUser("Draw an oval");List.setMeasurements;x1=List.getValue("X");y1=List.getValue("Y");Overlay.addSelection("green",2);run("Select None");//--PrompttheusertodrawanovalwaitForUser("Draw an oval");List.setMeasurements;x2=List.getValue("X");y2=List.getValue("Y");Overlay.addSelection("green",2);run("Select None");//--DrawthelineasanoverlaymakeLine(x1/pixelWidth,y1/pixelWidth,x2/pixelWidth,y2/pixelWidth);Overlay.addSelection("magenta",3);run("Select None");
Comments (0)
HTTPSSSH
You can clone a snippet to your computer for local editing.
Learn more.