Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Comparing vector graphics with one another

New Here ,
May 23, 2023 May 23, 2023

Dear all, I need to compare simple vector graphics with one another (e.g. vectors match "90%"). Is there a way to do that?

TOPICS
Draw and design , How-to , Tools
323
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
May 24, 2023 May 24, 2023

Explain a bit more in detail, please. Perhaps with a few examples?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 24, 2023 May 24, 2023

Thank you so much! 

I would like to quantitatively compare curves with each-other, an example would be taking the left curve as a reference to find out whether the middle or right curve match better.

Johanna30033634fdgd_2-1684925735588.pngexpand image

Johanna30033634fdgd_3-1684925854387.pngexpand image

 

 

 

 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 24, 2023 May 24, 2023

Johanna,

 

I am afraid those curves are to complicated to quantitatively compare: you have differences in total height, differences in the left and right parts, and even differences in width.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2023 May 25, 2023
LATEST

What is "vectors match 90%" or whatever even meant to be? Area covered? Maximum amount of deviaton? Exact topology? Realtive fitting? Does it need to be a certain probability or an exact number? I'm afraid unless you can provide a clearer picture what the actual purpose of the whole exercise is supposed to be this won't be going anywhere. What you're asking is basically to create an OCR/ shape recognition algorithm in a script and aside from potentially being slow the complexity could be enormous depending on which criteria need to be checked. At the end of the day, unless you need to do this for hundreds and thousands of shapes just sorting them visually yourself may be much simpler. Otherwise I'm pretty sure this is more of a case of creating an actual plug-in or using existing libraries for Python, Java or C++ to implement such functions.

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines