Lidarvisor - Point Cloud Classification

What is Manual Point Cloud Classification?

Manual point cloud classification involves selecting and labeling groups of points by hand using classification tools. While time-intensive, manual classification provides precise control over how points are categorized, making it essential for:

  • Quality control — Verifying automated results
  • Training data creation — Building labeled datasets for ML
  • Edge cases — Handling what algorithms miss

Common Classification Classes (ASPRS LAS Standard)

🏔️

Ground (Class 2)

Bare earth surface

🌲

Vegetation (3-5)

Low, medium, high

🏗️

Building (Class 6)

Structures, roofs

Wire (Class 14)

Power lines, cables

Best Free Tools for Manual Classification

OPEN SOURCE

1. CloudCompare

Best for detailed manual editing, visual inspection, and learning

The most popular free point cloud viewer with manual classification capabilities. Supports LAS, LAZ, E57, and many other formats.

Powerful selection tools & handles large datasets

Extensive format support (LAS, LAZ, E57)

Free for personal and commercial use (GPL)

// CloudCompare Workflow

1. Load point cloud (File → Open)

2. Use segmentation tool (scissors icon)

3. Right-click → Edit → Scalar Fields

4. Set SF Value to ASPRS class code

5. Export as LAS

// LAStools lasview Workflow

$ lasview -i yourfile.laz

Press ‘e’ to enter edit mode

Drag to select points

Press 2-9 for classification

Ctrl+S to save

FREE FOR NON-COMMERCIAL

2. LAStools lasview

Best for quick visual inspection and spot classification

A lightweight LAS/LAZ viewer with basic classification editing. Faster than CloudCompare for simple tasks.

Fast, lightweight, keyboard-driven

Quick spot-fixes and verification

Commercial use requires license

AI-powered point cloud classification showing agricultural land use categories

CLOUD-BASED — FREE TIER

3. Lidarvisor

Let AI do 90% of the work, manually verify the rest

Why spend hours manually classifying every point when AI can handle most of it? Upload your LAS/LAZ, get automatic classification into 12 classes in minutes, then manually verify or adjust in CloudCompare.

10 hectares free — no credit card

Minutes instead of hours

No software to install

Manual Classification Techniques

Selection Methods

Polygon Selection: Draw boundaries around point groups. Best for large, distinct features like buildings.

Brush Selection: Paint-style selection for organic shapes. Works well for vegetation boundaries.

Height Filtering: Select points within elevation ranges. Useful for isolating ground points.

Cross-Section View: Slice through the cloud to see vertical profiles. Essential for ground vs vegetation.

Best Practices

01 Start with ground classification — it defines the foundation

02 Work in sections — divide large datasets into manageable tiles

03 Use multiple views — top-down, profile, and 3D perspective

04 Color by classification — visualize progress and catch errors

05 Save frequently — don’t lose hours of work

When to Use Manual vs. Automated

Manual Classification

✓ Small datasets (under 10M points)

✓ Training data creation for ML

✓ Quality control verification

✓ Complex edge cases

✓ Budget constraints (time > money)

Automated (AI) Classification

✓ Large datasets (10M+ points)

✓ Production workflows

✓ Repetitive classification tasks

✓ Time-critical projects

✓ Consistent, reproducible results

Best approach: Use AI for the initial 90%, then manually refine problem areas. This hybrid workflow combines automation speed with manual precision.

Related Resources

Guide

LiDAR Classification Guide

Complete overview of classification methods

Reference

ASPRS Classification Codes

Complete 0-255 code reference

Comparison

Lidarvisor vs CloudCompare

Feature comparison guide

Frequently Asked Questions

Yes. CloudCompare is released under the GPL license and is free for both personal and commercial use. There are no licensing fees or restrictions.

Expect 2-8 hours per million points for thorough manual classification, depending on scene complexity and required accuracy. Automated tools can reduce this to minutes for the initial pass, with manual work limited to quality control.

Yes, and this is the recommended approach for most projects. Use automated classification for the initial pass (Lidarvisor processes 10 hectares free), then manually refine problem areas in CloudCompare. This hybrid approach combines the speed of automation with the precision of manual work.

LAS and LAZ formats store classification codes natively. When exporting from any tool, ensure you save as LAS/LAZ to preserve your classification work.