-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unoptimized for loop #7
Comments
I can confirm that it works faster than the pure python version for me as well. |
@kkonevets I can't figure out how to convert your code to work on 3D data.. Is it possible to do something similar with 3D data? |
Dear all, is there a way to limit number of simplified points together with max distance (epsilon)? Thanks in advance! Cheers, |
@soichih edit: fixed close to 0 and linalg norm over rows |
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
This code works MUCH faster. It does not use for loop, instead it uses numpy vectorization
The text was updated successfully, but these errors were encountered: