Re: Motion tracking algorithm
Posted by mamech on Jun 14, 2011; 2:45am
URL: http://imagej.273.s1.nabble.com/Motion-tracking-algorithm-tp3684268p3684272.html
Thank you very much
But It uses the color of the object for detection, also his camera do not move to make the object in its focus.
I began to understand where the problem is, but there is something that I want to ask about:
If I have binary image showing 2 different areas (each area represents an object in real life), and I want to make a java code (based on imagej) to get the area and the centroid of each one. I tried to make this (with recording macros) by using create selection, then set measurement, but it seems that imagej deals with separated objects as one object.
Any ideas about how to do so ?
Thanks