Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
326 views

Any good C or C++ libraries out there for dealing with large point clouds?

Basically, I'm looking for a library or SDK for handling large point clouds coming from LIDAR or scanners, typically running into many millions of points of X,Y,Z,Colour. What I'm after are as ...
1
vote
4answers
289 views

optimize nearest neighbor query on 70 million extremely high density spatial point cloud on SQL Server 2008

I have about 75 million records in a SQL Server 2008 R2 Express database. Each is a lat long corresponding to some value. The table has geography column. I am trying to find one nearest neighbor for a ...
1
vote
2answers
317 views

How do interface a LIDAR device with MATLAB?

I have a Hokuyo USB LADAR/LIDAR. I have problem with interfacing or connecting it to MATLAB/Simulink, such that I can do all the processing in those software packages. I have already asked Hokuyo. ...
0
votes
0answers
48 views

Converting Lidar Point data cloud to raster form of 128 x 128 pixel resolution having range and intensity information for each pixel

You could convert the TIN to raster using a GIS package or software such as R, then retrieve one point at the center of each pixel representing the value. (Example in ArcGIS) EDIT: If the irregular ...
0
votes
2answers
189 views

Display Dynamic Raster (lidar) Data on Web Map like Geoserver, Bing Maps, Google maps from Ground up

I have some high quality LiDAR data. I need to process it dynamically, and update a field (not elevation field) depending on my input and elevation at that point. Once this is done, I need to display ...
0
votes
1answer
251 views

ArcSDK.h Not Found in Default Path

By default, it should be at ..\include\CPPAPI. But on my machine this folder doesn't even exist, only 'CatIDs' and 'GridIDs' folders reside in \include. I've installed ArcGIS Desktop 9.3 and its VC++ ...