Creating Mesh from Point Cloud [closed]How to call Objective-C code from SwiftSwift Beta performance: sorting arraysImporting a .obj mesh in runtimeHow to create a SceneKit SCNSkinner object in code?Is there a way to find progress completion of ObjImporter drawing mesh in Unity C#?Coordinates of a point - ios-charts [Swift]Rotate Array in SwiftTango Unity example point cloud scripts not workingWhy does the Tango Point Cloud lose so much accuracy in the Y direction?Create ARReferenceObject manually from a point cloud
How to return a security deposit to a tenant
Second (easy access) account in case my bank screws up
Why did the Herschel Space Telescope need helium coolant?
Is the term 'open source' a trademark?
1980s live-action movie where individually-coloured nations on clouds fight
Does Disney no longer produce hand-drawn cartoon films?
Should I give professor gift at the beginning of my PhD?
Watts of filament extrusion
Why was the Sega Genesis marketed as a 16-bit console?
Pre-1972 sci-fi short story or novel: alien(?) tunnel where people try new moves and get destroyed if they're not the correct ones
How does an ordinary object become radioactive?
Generate a Graeco-Latin square
How to deal with apathetic co-worker?
What is the actual quality of machine translations?
Is using haveibeenpwned to validate password strength rational?
Watts vs. volts amperes
What is the fastest method to figure out which keys contain certain notes?
Should I compare a std::string to "string" or "string"s?
Winning Strategy for the Magician and his Apprentice
How to forge a multi-part weapon?
Soft question: Examples where lack of mathematical rigour cause security breaches?
Is open-sourcing the code of a webapp not recommended?
Is it possible to 'live off the sea'
Why is one of Madera Municipal's runways labelled with only "R" on both sides?
Creating Mesh from Point Cloud [closed]
How to call Objective-C code from SwiftSwift Beta performance: sorting arraysImporting a .obj mesh in runtimeHow to create a SceneKit SCNSkinner object in code?Is there a way to find progress completion of ObjImporter drawing mesh in Unity C#?Coordinates of a point - ios-charts [Swift]Rotate Array in SwiftTango Unity example point cloud scripts not workingWhy does the Tango Point Cloud lose so much accuracy in the Y direction?Create ARReferenceObject manually from a point cloud
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm looking for a way to create a mesh .obj file from point cloud for an academic research project. I'm flexible about the algorithm and its runtime and space complexity.
After searching for a while I couldn't find out and 3-party library that could do this.
ios swift augmented-reality arkit .obj
closed as off-topic by Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn Mar 25 at 2:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn
add a comment |
I'm looking for a way to create a mesh .obj file from point cloud for an academic research project. I'm flexible about the algorithm and its runtime and space complexity.
After searching for a while I couldn't find out and 3-party library that could do this.
ios swift augmented-reality arkit .obj
closed as off-topic by Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn Mar 25 at 2:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn
add a comment |
I'm looking for a way to create a mesh .obj file from point cloud for an academic research project. I'm flexible about the algorithm and its runtime and space complexity.
After searching for a while I couldn't find out and 3-party library that could do this.
ios swift augmented-reality arkit .obj
I'm looking for a way to create a mesh .obj file from point cloud for an academic research project. I'm flexible about the algorithm and its runtime and space complexity.
After searching for a while I couldn't find out and 3-party library that could do this.
ios swift augmented-reality arkit .obj
ios swift augmented-reality arkit .obj
edited Apr 26 at 9:12
ARGeo
8,18753465
8,18753465
asked Mar 24 at 14:04
NativNativ
1,87343056
1,87343056
closed as off-topic by Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn Mar 25 at 2:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn
closed as off-topic by Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn Mar 25 at 2:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Makyen, JumpingJezza, Shiladitya, Sterling Archer, Mạnh Quyết Nguyễn
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There's no official way of creating a mesh from Point Cloud at the moment. Just 3rd party solutions.
You should use an Abound SDK 0.4.4. Here's a link to Abound SDK Documentation.

There are four simple steps to save and access maps for a photogrammetry: create the delegate, implement saving and just run your app for viewing the map.
After your spatial map will be uploaded, the data's quickly processed and then made available. A convenient way to access the data is via the web dashboard:
- Open the dashboard scans view at dashboard.aboundlabs.com/scans.
- Scans made from your apps will appear as thumbnail images with your
latest scans listed first. To view the 3D scan, click on the image.
To download the 3D textured mesh in zippedobjformat click on ⤓ icon.
Here's how AboundScanController class looks like:

Hope this helps.
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's no official way of creating a mesh from Point Cloud at the moment. Just 3rd party solutions.
You should use an Abound SDK 0.4.4. Here's a link to Abound SDK Documentation.

There are four simple steps to save and access maps for a photogrammetry: create the delegate, implement saving and just run your app for viewing the map.
After your spatial map will be uploaded, the data's quickly processed and then made available. A convenient way to access the data is via the web dashboard:
- Open the dashboard scans view at dashboard.aboundlabs.com/scans.
- Scans made from your apps will appear as thumbnail images with your
latest scans listed first. To view the 3D scan, click on the image.
To download the 3D textured mesh in zippedobjformat click on ⤓ icon.
Here's how AboundScanController class looks like:

Hope this helps.
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
add a comment |
There's no official way of creating a mesh from Point Cloud at the moment. Just 3rd party solutions.
You should use an Abound SDK 0.4.4. Here's a link to Abound SDK Documentation.

There are four simple steps to save and access maps for a photogrammetry: create the delegate, implement saving and just run your app for viewing the map.
After your spatial map will be uploaded, the data's quickly processed and then made available. A convenient way to access the data is via the web dashboard:
- Open the dashboard scans view at dashboard.aboundlabs.com/scans.
- Scans made from your apps will appear as thumbnail images with your
latest scans listed first. To view the 3D scan, click on the image.
To download the 3D textured mesh in zippedobjformat click on ⤓ icon.
Here's how AboundScanController class looks like:

Hope this helps.
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
add a comment |
There's no official way of creating a mesh from Point Cloud at the moment. Just 3rd party solutions.
You should use an Abound SDK 0.4.4. Here's a link to Abound SDK Documentation.

There are four simple steps to save and access maps for a photogrammetry: create the delegate, implement saving and just run your app for viewing the map.
After your spatial map will be uploaded, the data's quickly processed and then made available. A convenient way to access the data is via the web dashboard:
- Open the dashboard scans view at dashboard.aboundlabs.com/scans.
- Scans made from your apps will appear as thumbnail images with your
latest scans listed first. To view the 3D scan, click on the image.
To download the 3D textured mesh in zippedobjformat click on ⤓ icon.
Here's how AboundScanController class looks like:

Hope this helps.
There's no official way of creating a mesh from Point Cloud at the moment. Just 3rd party solutions.
You should use an Abound SDK 0.4.4. Here's a link to Abound SDK Documentation.

There are four simple steps to save and access maps for a photogrammetry: create the delegate, implement saving and just run your app for viewing the map.
After your spatial map will be uploaded, the data's quickly processed and then made available. A convenient way to access the data is via the web dashboard:
- Open the dashboard scans view at dashboard.aboundlabs.com/scans.
- Scans made from your apps will appear as thumbnail images with your
latest scans listed first. To view the 3D scan, click on the image.
To download the 3D textured mesh in zippedobjformat click on ⤓ icon.
Here's how AboundScanController class looks like:

Hope this helps.
edited Mar 25 at 6:14
answered Mar 24 at 16:33
ARGeoARGeo
8,18753465
8,18753465
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
add a comment |
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
This library looks great but I'm already using ARKit and only need the ability to convert .ply files to .obj files on device
– Nativ
Mar 25 at 9:53
add a comment |