-
Notifications
You must be signed in to change notification settings - Fork 0
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
Singular matrix resulting in non-square map #2
Comments
谢谢来信,您的邮件已收到。祝您健康愉快!
|
Hi Alex, it will be good to check whether there are any degenerate faces/small topological holes/bad boundary vertices in the input 3D mesh, as they may cause the singular matrix issue. If you can send me the mesh file via email, I will be happy to look into it further. |
Hi Gray,
Thanks you for the quick reply. Please find the attached .ply file of the mesh.
Thanks,
Alex
…________________________________
发件人: Gary P. T. Choi ***@***.***>
发送时间: 2024年9月17日 3:23
收件人: garyptchoi/rectangular-conformal-map ***@***.***>
抄送: alex997-phy ***@***.***>; Author ***@***.***>
主题: Re: [garyptchoi/rectangular-conformal-map] Singular matrix resulting in non-square map (Issue #2)
Hi,
I am mapping a 3d mesh into a 2D square. Although some meshes work good, some of them shows warning " Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.110223e-16.> In rectangular_conformal_map (line 132) Warning: Matrix is singular to working precision. > In rectangular_conformal_map (line 161) Warning: Matrix is singular to working precision. > In rectangular_conformal_map (line 162)".
It should be the problem that the matrix M (M = cotangent_laplacian(v,f)) is singular. And as a result, the 2D map is no longer square and the angle distortion is large. I do not know what to do to prevent this problem happening. I have tried to smooth the mesh but nothing changes. Would you mind helping me in solving this problem?
Thanks, Alex
Hi Alex, it will be good to check whether there are any degenerate faces/small topological holes/bad boundary vertices in the input 3D mesh, as they may cause the singular matrix issue. If you can send me the mesh file via email, I will be happy to look into it further.
―
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOCYIQQJUONJJLG4KVHHPDTZW4VZTAVCNFSM6AAAAABOJ5FCVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJTG4ZTGOJUGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi,
I am mapping a 3d mesh into a 2D square. Although some meshes work good, some of them shows warning "
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.110223e-16.> In rectangular_conformal_map (line 132)
Warning: Matrix is singular to working precision. > In rectangular_conformal_map (line 161)
Warning: Matrix is singular to working precision. > In rectangular_conformal_map (line 162)".
It should be the problem that the matrix M (M = cotangent_laplacian(v,f)) is singular. And as a result, the 2D map is no longer square and the angle distortion is large. I do not know what to do to prevent this problem happening. I have tried to smooth the mesh but nothing changes. Would you mind helping me in solving this problem?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: