/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + LBP CNRS 7213 http://www-lbp.u-strasbg.fr/ + + Dev by Philippe Carl philippe.carl@unistra.fr + + Features Macro illustrating the definition of ROIs within the + + ScatterPlot picture as well as the macro exporting + + possibilities + + Last update 20/10/2019 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ run("Blobs (25K)"); run("Blobs (25K)"); run("Flip Vertically"); run("Colocalization Finder", "image_1=blobs.gif image_2=blobs-1.gif"); selectWindow("ScatterPlot"); makePolygon(109,36,96,57,90,88,105,119,137,140,146,102,147,67,141,45); output = call("Colocalization_Finder.analyzeByMacro", "true", "true", 0); print(output); makeRotatedRectangle(272, 43, 229, 131, 50); output = call("Colocalization_Finder.analyzeByMacro", "true", "true", "0,3"); print(output); makeRectangle(167, 20, 50, 50); output = call("Colocalization_Finder.analyzeByMacro", "true", "true", "0,3-6"); print(output); makeOval(270, 165, 40, 94); output = call("Colocalization_Finder.analyzeByMacro", "true", "true", "0,5-7", "|"); print(output); makeOval(101, 148, 147, 86); output = call("Colocalization_Finder.analyzeByMacro", "true", "false"); print(output);