Search found 18 matches
- Wed Sep 11, 2019 2:39 pm
- Forum: Questions
- Topic: Separate mesh from collection of meshes
- Replies: 1
- Views: 2231
Separate mesh from collection of meshes
Actually I have a large mesh which consists of many disjoint meshes . Now I want to separate every disjoint meshes and store them into new file.. Is there any way to do this??
- Sat Sep 07, 2019 7:50 am
- Forum: Questions
- Topic: Align a 3d point cloud so that it would look like a single line
- Replies: 1
- Views: 1462
Align a 3d point cloud so that it would look like a single line
Actually I have https://justpaste.it/4tb1h file it contains 3d points x y z, . Now is there any way to know the angle at which it seems like a line, If given is that we have to rotate this point cloud only in x-z plane. ( I mean any logic , which would work in any case like this.. )
- Fri Jul 19, 2019 10:55 am
- Forum: Questions
- Topic: Possible to provide vri ( stanford file format ) file format support.
- Replies: 2
- Views: 1399
- Fri Jul 19, 2019 10:40 am
- Forum: Questions
- Topic: Possible to provide vri ( stanford file format ) file format support.
- Replies: 2
- Views: 1399
Possible to provide vri ( stanford file format ) file format support.
I want to convert ply or off file format to .vri file format..
Know about any project which provide this type of conversion ?????
Know about any project which provide this type of conversion ?????
- Wed Jul 10, 2019 9:27 am
- Forum: Questions
- Topic: Open source for Iterative or FBP algorithm for CT scan
- Replies: 0
- Views: 18101
Open source for Iterative or FBP algorithm for CT scan
Is there any open source related to CT scan .
As much as i know there are mainly two algorithm:
Which are as follows:-
1) FBP reconstruction algorithm
2) Iterative reconstruction algorithm
As much as i know there are mainly two algorithm:
Which are as follows:-
1) FBP reconstruction algorithm
2) Iterative reconstruction algorithm
- Mon Jul 08, 2019 12:51 am
- Forum: Questions
- Topic: Logic to reorient all faces.
- Replies: 4
- Views: 2092
Re: Logic to reorient all faces.
Ok I will try this..
- Sun Jul 07, 2019 1:13 am
- Forum: Questions
- Topic: Logic to reorient all faces.
- Replies: 4
- Views: 2092
Re: Logic to reorient all faces.
Hmm , I know that , but I want some logic to to this.
Do you know about any open source project that solve this type of problem...
Or any logic..???
Do you know about any open source project that solve this type of problem...
Or any logic..???
- Sat Jul 06, 2019 6:39 am
- Forum: Questions
- Topic: Logic to reorient all faces.
- Replies: 4
- Views: 2092
Logic to reorient all faces.
I have an mesh file (.off) , faces are not oriented corehently ( i mean some triangles have cyan color while other have "green" ). Is there any way to reorient them ( i mean all triangles shows in "green' color. ) These are below two test cases (.off). https://justpaste.it/62ajc https...
- Wed Jul 03, 2019 8:17 am
- Forum: Questions
- Topic: Fit first point cloud into second points cloud
- Replies: 3
- Views: 1736
Re: Fit first point cloud into second points cloud
Actually my question is that , there are two point cloud first one is variable with respect to number of points , and second one remains static ( i mean never changes, . Now i have to put second point cloud inside first one , as large as possible , by scaling.. ). So is there any way or technique to...
- Tue Jul 02, 2019 1:17 am
- Forum: Questions
- Topic: Fit first point cloud into second points cloud
- Replies: 3
- Views: 1736
Fit first point cloud into second points cloud
I have to points cloud , I need to fit first point cloud into another. Is there any way to do this or any method (standard). ???