Questions tagged [lidar-data]

38 questions
0
votes
0 answers

Adding RGB values to ply file

I have a .ply file of lidar point-cloud that looks like below: ply format ascii 1.0 element vertex 80000 property float32 x property float32 y property float32 z end_header 18.8456 8.7657 -8.2815 19.5461 9.5788 -6.7331 19.5461 9.9162 -5.4418…
Skanda
  • 145
  • 4
  • 14
0
votes
1 answer

KITTI dataset crop labelled point cloud

I am trying to train my model to recognize car, pedestrian and cyclist, it requires the cyclist, car and pedestrian point cloud as the training data. I downloaded the dataset from KITTI…
Hon Lin
  • 1
  • 3
0
votes
1 answer

convert a csv file into pointCloud type

I have a csv file for lidar data which contains the x, y, and z coordinates and the intensity like…
0
votes
3 answers

Triangulated Irregular Networks from qhull

I wanted to create TINs from 3D points (about 7 million in every file) using qhull. can anyone suggest a place where i could probably see how to do this? thanks!
asel
  • 1,099
  • 5
  • 14
  • 18
0
votes
2 answers

looking for open source tools

Do you know any tools available for the conversion of LAS (LIDAR data) into Voronoi diagrams or TIN (triangular irregular networks) available? Or can anyone can suggest how to do it in arcgis?
asel
  • 1,099
  • 5
  • 14
  • 18
-1
votes
0 answers

Problem with my Velodyne VLP-16 on Veloview

I am using Velodyne VLP-16 and have installed Veloview on windows 10. Long back everything worked fine. Today after installing Veloview in a new computer I don't see any pointclouds 3D images it gives me the following statement could not determine…
-1
votes
1 answer

Can't get multiple poly lines to display in google map code

Image of the current output. I want this to display the polylines as previous data points of where each object has been in past frames.I'm using the library's gmplot and geographiclib.Geodesic to attempt to track objects in a LIDAR payload. The goal…
Evan
  • 9
  • 3
-2
votes
1 answer

Is there a way to create an interactive .html file for a forest stand using the LiDARForestStandFunction in the rLiDAR pakcage?

I am using the rLiDAR package to plot a forest stand using the LiDARForestStand function, my goal for today is to create an interactive .html file for the forest stand using the rgl.widget function, but I am not sure how to embed the for loop and…
1 2
3