Skip to content

[WIP] Compute resolution and depth map (moved)

Julia Sanchez requested to merge Depth_Image_Building_Julia into master

Adding files (cloud.cpp / cloud.h + image.h) to :

  1. automatically compute angular resolution (vertical/horizontal) of an unknown pointcloud
  2. build a depth map from the pointcloud using previous features
  3. extract image neighborhood
  4. compute normals using this neighborhood
  5. compute a normals image. All steps are performed tackling the real time issues. @nicolas.cadart
Edited by Nicolas Cadart

Merge request reports