How to find a (set of) mapping between two polygons?
Show older comments
Provided that there are two set of points in a plane, we can find two minimum convex polygons containing these points. Two polygons may have the same or different amount of vertices, we assume polygon A has N vertices and polygon B has M vertices, how can we find a set of mappings M that containing all feasible mapping m(i) satisfying m(i)*A ∈ B, where A is a 2*N matrix and B is 2*M and m(i) is 2*2 mapping matrix?
If m(i) is diagonal matrix then we can find a intersection of all mappings map every vertex of A inside B, but if m(i) is full-element matrix, how to find a solution?
Thank you all.
1 Comment
jgg
on 18 Dec 2015
This doesn't sound like a problem Matlab can really help with; it sounds like a (difficult) topological problem which needs a theoretical solution before you could implement it in Matlab. Why or how are planning to use Matlab to solve this?
Accepted Answer
More Answers (0)
Categories
Find more on Operating on Diagonal Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!