ij-macro-programming-workshop

Previous            Exercise            Next

Exercise 01.04 - Recording macros

Aims:

Open the “clown” sample image from the menu File>Open>Samples>Clown.

Run the macro-recorder from the menu Plugins>Macro>Record.... Run the following commands from the ImageJ menus:

Copy the recorded commands from the macro recorder and paste them below, close the clown image, open another image and run the macro.

Your code starts after this line

run("Smooth");
run("Find Edges");
run("Invert");

leaf.jpg

Your code ends before this line

Previous            Exercise            Next