Question

I am trying to research and implement some computer vision techniques e.g. motion tracking for a set of arbitrary points in 2D. I am producing a convex hull for the set of points I know and a convex hull for the set of points that it could potentially map to. I am looking for resources that would help me in comparing how similar the two hulls are and then if similar enough how they actually map on to each other? Any information on where to find good resources/books that discuss this style of algorithm and potentially more complex algorithms in this area would be greatly appreciated.

Was it helpful?

Solution

I've used iterative closest point to match 2d and 3d point sets in the past.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top