Search found 10 matches

by mashal
Thu Jul 09, 2020 11:26 am
Forum: Questions
Topic: Conversion to binary OBJ
Replies: 1
Views: 3293

Conversion to binary OBJ

hi why not the cloud compare provide the option of Binary or ASCII format while saving mesh as OBJ ???
by mashal
Fri Feb 21, 2020 9:10 am
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Re: Mesh in Cloud compare and python script

you might be right about the color interpolation. But what I found out is in open3d the normal computation does not follow the orientation of normal. so by setting everything the same I computed the normal (unchecking the orientation through the spanning it) in CC and was able to replicate the resul...
by mashal
Thu Feb 20, 2020 2:26 pm
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Re: Mesh in Cloud compare and python script

I dig into source code of possion recon on github and on the inspection of source code I found The default options of Poisson recon in open3D are sample per node 1.5 full depth 5 point weight 2 Boundary Neuman and in Cloud compare I use the options samples per Node 1.5 full depth 5 point weight 4.06...
by mashal
Thu Feb 20, 2020 1:42 pm
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Re: Mesh in Cloud compare and python script

or could you tell which language and libraries you are using to build this software?
;) I know that could be a bit nosy question to ask :D
by mashal
Thu Feb 20, 2020 1:28 pm
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Re: Mesh in Cloud compare and python script

I used the following paramters mesh, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd, depth=10, width=0, scale=1.1, linear_fit=True) I changed some of these paramters but I failed to found the options like setting boundary as free , neumann and Dirichlet. I also was not abl...
by mashal
Tue Feb 18, 2020 9:22 am
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Re: Mesh in Cloud compare and python script

thanks daniel for reply. I can successfully improve the result in cloudcompare. now the thing is If you have a closer look on both the images that I attached the mesh through cloudcompare is very sharp but the one through open3d library of python is not very good. The algorithm to generate the mesh ...
by mashal
Mon Feb 17, 2020 3:49 pm
Forum: Questions
Topic: Mesh in Cloud compare and python script
Replies: 8
Views: 12041

Mesh in Cloud compare and python script

I have been trying to compare the result of Poisson Reconstruction algorithm in cloudcompare and open3d. Im attaching the images. is there any way to improve the result in open3d?
by mashal
Mon Feb 10, 2020 9:16 am
Forum: Questions
Topic: compute Normals frozen
Replies: 5
Views: 6984

Re: compute Normals frozen

Hi Daniel thanks for reply. could you please tell me what would be good approach in my scenario. I actually want to upload 3D data on skectfab https://sketchfab.com/ and my pointcloud are quiet big. so I though to make the 3D model of that but Im not sure if it reduces the size or not. what you sugg...
by mashal
Fri Feb 07, 2020 9:09 am
Forum: Questions
Topic: compute Normals frozen
Replies: 5
Views: 6984

Re: compute Normals frozen

The size of .e57 file is 1.9 GB and .xyz , .pts is 6.5 GB I also had a .pod file too which Im not sure how to utilize it? and I was able to compute normals by unchecking the orientation options but the mesh was not very good. Actually the scene is about a bridge and there are trees and some hosues a...
by mashal
Thu Feb 06, 2020 10:13 am
Forum: Questions
Topic: compute Normals frozen
Replies: 5
Views: 6984

compute Normals frozen

I have point clouds in .e57 , .pts and .xyz formats. I want to convert it into mesh now the problem im stuck is evrytime I try to compute Normals using .pts format it got stuck. Im setting the radius to 0.345 and local surface model as plane and spanning option to k=6 can anybody guide me what Im do...