davidcaron / pye57

Read and write e57 point clouds from Python
MIT License
69 stars 42 forks source link

Export spherical image from e57file which not contains 2D Image #39

Closed SonaBIMDev closed 7 months ago

SonaBIMDev commented 1 year ago

Hi, I've got a cool code to extract image2D from an e57 file wich contains a 2D Image. I use this : `e57 = pye57.E57(e57filename)

imageFile = e57.image_file root = imageFile.root()`

My question is how to extract jpg spherical image when NO image is on the e57 file? I suppose I have to convert all of my points for spherical but how??? Should I use pcl package or anything? Thx!

SonaBIMDev commented 12 months ago

Any idea?

dancergraham commented 7 months ago

Hello, I think this is outside the scope of this library - it is post-processing work and is not related to e57 file reading and writing