shape-similarity icon indicating copy to clipboard operation
shape-similarity copied to clipboard

:chart_with_upwards_trend: The package allows you to check the similarity between two shapes/curves, using Frechet distance together with Procrustes analysis.

Results 2 shape-similarity issues
Sort by recently updated
recently updated
newest added

Hi, The tools looks awesome however I run into a division by zero error: File /opt/miniconda3/envs/jupyterlab/lib/python3.12/site-packages/shapesimilarity/shapesimilarity.py:40, in shape_similarity(shape1, shape2, rotations, checkRotation) 38 min_frechet_distance = frechet_dist 39 # divide by Math.sqrt(2)...

Hi, thanks for the awesome work. The example usage in README is for 2D curves, how about 3D curves input? It would be very much appreciated if any tutorial or...