-
Notifications
You must be signed in to change notification settings - Fork 0
Algorithms and ends mapping
This page contains a bit of "in-depth" explanation/illustration
of algorithms in CurveMorph and ends mapping.
Let's start with a bit more straightforward
For two ROIs, it re-samples them with the same number of equidistant
points along the normalized length line. The segment number is equal
to the length of the longer ROI in pixels.
Then it linearly interpolates XY coordinates of each resampled point.
The only thing the algorithms needs to know is ends to ends mapping
or corresponence.
Let's see an example, where "first" and "last" ends of ROIs are "aligned".
This would be the output for any ends mapping settings:
"Closest" or "Always first/last".
But if the ends of one ROI are switched, then for "Always first/last"
the result will look like:
While for the "Closest" it would be the same as in the first picture,
since "first" end of left ROI is the closest to the "last" end of the ROI on the right.
Developed in Cell Biology group of Utrecht University.
Check out Updates history. The plugin and this wiki are under constant development.
E-mail for any questions, feedback, errors or suggestion
or tag @ekatrukha at image.sc forum.