Re: Is there a way to find the brightest area in a predefinded area?
Posted by Mauci on Jan 14, 2017; 3:22pm
URL: http://imagej.273.s1.nabble.com/Is-there-a-way-to-find-the-brightest-area-in-a-predefinded-area-tp5017892p5017896.html
Thanks for your reply!
So, what I want to get is the following:
1. I want to select an area in my file, so that the measurements only take place there. (because I want to analyse different objects in my file)
2. In this selected area I want to find the area of a predefined size (bigger than one pixel) with the highest mean.
So, lets assume my object has an area of 10, but my measurements should just have the area of 1. So I will circle my object and I want ImageJ to find the perfect position for my smaller circle, so that it has the highest mean.
So far I did that manually, but of course this isn't perfect and it takes a lot of time to do that.
Would you know a solution for that?