Yes, the app is contained in the branch.
Announcement
Collapse
No announcement yet.
Working with Lidar data in WW
Collapse
X
-
Here are some recent updates and current directions. We have been working on segmentation of the unorganized point cloud data in an attempt to isolate structures like buildings from the lidar data and generate explicit boundary representations for them. This effort begins by defining filters that utilize the various per-point attributes in an attempt to extract just those points that are likely to be buildings. Our friends from the City of Springfield, Oregon have been developing some very nice filters for that part of the process. Given the (still spatially unorganized) points that pass through those filters, I send them through an implementation of the DBSCAN algorithm to collect individual objects together into so-called "clusters". Each cluster then corresponds to a building. The points in the building cluster are still spatially unorganized, so I create "Partitioned Neighborhoods" (PNs) for each point in a cluster. These PNs allow me to determine first what the boundary points of the cluster are, then I can also use the PNs to initiate a spatial ordering of the identified boundary points into a set of edges that completely bound the cluster/building. The boundaries tend to be a bit noisy and have excessive numbers of points, so I am currently experimenting with a set of postprocessing filters that use various strategies to thin out vertices, refine edge geometry, and sharpen corners. This work is ongoing, as I am still exploring how best to tune these individual postprocessing filters as well as determine the best way they can operate - in unison, one after the other, etc.
Comment
-
Originally posted by j0landre View PostWe have seen your work for some time. Congratulations for this great job. It has allowed us to test the Sprinfield data lying on the display that you have made on your site.
Finally, we have developed our own solution to display a point cloud.
For the moment, we are able to color points by intensity, filezilla uc browser rufus classification and elevation.
In input, we are opening two kind of file :
- A las file associated to a proj4 file (for the projection),
- A txt file which contains xyzRGB points.
You can see what we are displaying in the screenshots below.
We also would like to know the maximum file size you are able to open / display in your WWJ app.
Thank you Mr Miller.Last edited by kiliyatsia; 07-28-2019, 09:48 PM.
Comment
-
well,the thing is,With a quad core,yes with quad core and fiber optic 200MB downloaded the main default file and took just 20 minute break,just 20 minutes. Omegle Nothing on the first app.The WW app loaded fast but no lidar data. https://omegle.site/
Comment
-
We have been working on segmentation of the unorganized point cloud data in an attempt to isolate structures like buildings from the lidar data and generate explicit boundary representations for them. - https://www.reikiofaustin.com/services
Comment
Comment