Coder Social home page Coder Social logo

SHR3D

SHR3D classifies a 3D point cloud to generate simple geospatial products including a Digital Surface Model (DSM); a Digital Terrain Model (DTM); a classification image labeling ground, buildings, and trees; and a simplified building outlines vector product.

SHR3D Usage

./shr3d <Input File (LAS|TIF)> DH=<Horizontal uncertainty(m)> DZ=<Vertical uncertainty(m)> AGL=<Min building height(m)> <Options>
Options:
    AREA=<Min building area(m^2)>   Buildings smaller than this size will not be labeled (default: 50)
    EGM96                           Set this flag to write vertical datum
    BOUNDS=<MINX,MAXX,MINY,MAXY>    Set to define image bounds
    DTM=<DTM File (TIF)>            Path to optional DTM file
    GND_LABEL=<LABEL>               Set to the value of the point cloud ground classification label (typically 2) if the point cloud has already been partially classified.

Example:

./shr3d shr3dMe.las DH=0.5 DZ=0.5 AGL=2 AREA=50

This will produce multiple files as a result:

  • Raster files (*.tif):
    • Classification image- 'Colored' by classification for each pixel: buildings, ground, and trees
    • Building image- Binary mask of all detected buildings
    • DSM- Digital surface model (reflective surface)
    • DTM- Digital terrain model (bare earth, or ground)
    • INT- Intensity image
  • Vector files (shapefiles: *.shp, *.prj, *.shx, *.dbf):
    • Building outlines- Simplified polygons of detected building perimeters

ALIGN3D

ALIGN3D estimates and applies a transform to align 3D point clouds. This algorithm was developed for use with airborne lidar, multiple view satellite imagery, and synthetic aperture radar derived point clouds.

ALIGN3D Usage

./align3d <Reference point cloud(LAS)> <Target point cloud(LAS)> maxdz=<Maximum local z difference(m)> gsd=<Ground sample distance(m)> maxt=<Maximum XY translation for search(m)>

Example:

./align3d reference.las target.las maxt=10.0 gsd=1.0

This will produce multiple output files:

  • Aligned.las- A point cloud representation of the target, aligned to the reference
  • Aligned.tif- A DSM of the target, aligned to the reference
  • Offsets.txt- A list of the xyz offsets to translate the target to align with the reference

pubgeo's Projects

annotegeo icon annotegeo

Matlab based image annotation tool for manually creating classification labels for GeoTIFF images

core3d-open icon core3d-open

Baseline 3D modeling solution for public leaderboard evaluation

datasets icon datasets

Links to public geospatial datasets that our team has developed

dfc2019 icon dfc2019

2019 IEEE GRSS Data Fusion Contest data, baselines, and metrics

iarpa-smart icon iarpa-smart

Repository associated with the IARPA SMART dataset.

pubgeo icon pubgeo

Open source geospatial tools for 3D registration and scene classification

wvcal icon wvcal

WorldView Radiometric Calibration Tool: C# based tool to perform radiometric calibration to top of atmosphere radiance for WorldView NITF images and saves resulting images in uncompressed ENVI format

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.