macro construction

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

macro construction

jarek-6
hello everyone,

i work under construction of macro and what i need is to compose a macro
where image will be splitted in 6 ROIs , i.e. rectangular ROIs  of area
= a*b, where a = width/2 and b = height/3 and to mesure particles in
each ROI, and in the table of results to express how many particles
where in each ROI (ROIs should have own ID, for example 1,1(in left down
corner), 1,2 (in left middle), 1,3 (left top corner), 2,1 (right down
corner), etc.

it is very important that macro could read actual width and height of
image and  show results how many particles were in each ROI and what was
their area and minor and major axis diameter.

any sugestions? any help appriciated.
thanks in advance,

jarek