Synthetic LiDAR 3DPCD to Range image from .las input

조회 수: 16 (최근 30일)
Ryan
Ryan 2025년 11월 1일 1:39
답변: Abhipsa 대략 6시간 전
So im applying a Hann window to a 2d range image of .las point cloud. Current window overlapping is 50% could this result in smearing the range image? see 3d point cloud and resulting range image below, my only other thought is that my projection may still be incorrect.

답변 (1개)

Abhipsa
Abhipsa 대략 4시간 전
Hello @Ryan,
The smearing is most likely due to the Hann windowing rather than the projection itself.
When you apply a 2D Hann window with 50 % overlap on a range image, neighboring windows blend overlapping pixels, which smooths out edges and creates a “smearing” effect — especially around depth discontinuities.
To verify:
  1. Plot the raw range image (before the window) and confirm that the geometry looks correct relative to the original point cloud — if so, the projection is fine.
  2. Try reducing the overlap (e.g., 0 % or 25 %) or using a smaller window size.
  3. Alternatively, use a Gaussian or median filter with a limited kernel size instead of an overlapping Hann window if you only need light smoothing.
If you still see distortion even without any windowing, then the issue could be with how the LAS points are projected — for instance, the azimuth/elevation mapping or coordinate origin.
I hope this helps you.

카테고리

Help CenterFile Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

제품


릴리스

R2025b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by