Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Graph identifier
#5
I would do the following:
1) build interpolated (e.g. bezier interpolation) curves;
2) subsample interpolated curves: from this we would have data1 = [(x1, y1), ..., (xN, yN)] and data2 = [(p1, q1), ..., (pN, qN)];
3) Compute procrustes distance between data1 and data2. Procrustes distance is a distance between two shapes only (it doesn't account curve sizes and relative rotations).
Reply


Messages In This Thread
Graph identifier - by samuelbachorik - Oct-04-2020, 08:22 AM
RE: Graph identifier - by Gribouillis - Oct-04-2020, 08:24 AM
RE: Graph identifier - by samuelbachorik - Oct-04-2020, 08:26 AM
RE: Graph identifier - by hshivaraj - Oct-04-2020, 12:52 PM
RE: Graph identifier - by scidam - Oct-04-2020, 01:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SyntaxError: invalid character in identifier neogeo 2 3,254 Jul-27-2019, 11:11 AM
Last Post: neogeo
  SyntaxError: invalid character in identifier ricardodepaula 2 8,684 Jul-25-2019, 09:20 PM
Last Post: ricardodepaula
  Invalid Identifier In Long Text File asilverg 1 2,235 Jan-25-2019, 11:59 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020