You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your plane fitting code several years ago. : )
And I wonder if we could use GRANSAC for cylinder surface fitting?
As far as I know, cylinder surface equation at least will need 1. direction vector / axis, 2. point that direction vector / axis pass through, 3. radius, at least 7 parameters?
But I dont know how to write the model.
Hi, thanks for your plane fitting code several years ago. : )
![Location-of-coordinate-system-of-turntable](https://private-user-images.githubusercontent.com/29222415/317170607-e1fdbe89-4d7b-45f1-99ca-f347d358d1f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTI0NTEsIm5iZiI6MTczOTE5MjE1MSwicGF0aCI6Ii8yOTIyMjQxNS8zMTcxNzA2MDctZTFmZGJlODktNGQ3Yi00NWYxLTk5Y2EtZjM0N2QzNThkMWY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNTU1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3MmRjNGFhYjM1YTQ1OWMwMzcxNmJiZGVmMTRkOTdmYTM4MWZkYmVlZjBhYmY0Y2RmNzI5Y2YzYjg5ODYyNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zJDWdvhmgAVZgmBg-vOOeMve_-ydMnkKYfYW2smwJUg)
And I wonder if we could use GRANSAC for cylinder surface fitting?
As far as I know, cylinder surface equation at least will need 1. direction vector / axis, 2. point that direction vector / axis pass through, 3. radius, at least 7 parameters?
But I dont know how to write the model.
pyRANSAC-3D has an implementation, but result is not good.
https://github.com/leomariga/pyRANSAC-3D/blob/master/pyransac3d/cylinder.py
Thank you.
The text was updated successfully, but these errors were encountered: