Re: Measure distance between edges coming close to each other
Posted by Jerome Mutterer-3 on Sep 16, 2014; 6:50am URL: http://imagej.273.s1.nabble.com/Measure-distance-between-edges-coming-close-to-each-other-tp5009632p5009633.html
Hi shauryasachdev
You could import all of your images as an image stack, draw a straight line
across a channel and that intercepts the object, then reslice the stack
accordingly. You will get a (line length)x1000 image on which measuring the
width of your object will be easier.
Relevant elements to achieve this are :
File>Import>Image Sequence... command
The Straight Line Tool (5th tool on the toolbar)
Image>Satck>Reslice [/]... command
Jerome.
I am trying to measure the distance between edges that are coming close to
each other in a sequence of images. Is this possible to do via ImageJ?
I have around 1000 images and I want to measure the distance between the
edges in each of them. The edges come close to each other in this sequence
of these 1000 images.
For reference I am attaching 4 images from the sequence of 1000 images I
have.
Is it possible to do this in one go and store the required data in a file or
possibly automate the process using a macro? Opening each image and manually
measuring the distance is not practical for my project. I am new to imageJ
and have only a little clue on how to proceed.