Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertaye authored Jun 24, 2023
1 parent fe9e42c commit da67a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to dive deep on the topic you definitely should read the [paper][MyP
then we are finding its second smallest Eigenvalue and corresponding Eigenvector, thanks to amazing [Eigen][EigenLib] and [Spectra][SpectraLib] libraries,we can
store sparse matrices (w/Eigen), which results in efficient memory usage, and can calculate only the first two smallest eigenvectors (w/Spectra) by avoiding spending time on trivial Eigenvectors.

#Results
# Results
<p float="center">
<img src= "https://github.com/bertaye/Spectral-Based-Mesh-Segmentation/assets/39909689/0d83d03b-05f0-48cb-8278-3cc22f4f75be" width="350" />
<img src= "https://github.com/bertaye/Spectral-Based-Mesh-Segmentation/assets/39909689/7e803373-78a3-4edd-86f4-0f972793b4ad" width="350" />
Expand Down

0 comments on commit da67a7b

Please sign in to comment.