Hello, I am trying to align two spherical meshes that I got from running ./SphereMap but it gives me segmentation errors. After looking into the codes, it seems the segmentation error happens here
|
for( int i=0 ; i<targetTessellator.polygons().size() ; i++ ) targetCells[ p[i].theta*Resolution.value + p[i].phi ].push_back( p[i] ); |
in which p.theta and p.phi gives value of 2147483647, which seems to be out of range. I didn't have much success tracing this behavior, and therefore want to submit an issue to see if there is a bug that can be fixed.
Please see https://drive.google.com/drive/folders/1Q_8BltOTxNC6yIg6jf4AaXcwgvXvAloX?usp=share_link for the two spherical meshes I was trying to align if this is helpful. Thank you!
Hello, I am trying to align two spherical meshes that I got from running ./SphereMap but it gives me segmentation errors. After looking into the codes, it seems the segmentation error happens here
MoebiusRegistration/Register/Register.cpp
Line 209 in c726787
Please see https://drive.google.com/drive/folders/1Q_8BltOTxNC6yIg6jf4AaXcwgvXvAloX?usp=share_link for the two spherical meshes I was trying to align if this is helpful. Thank you!