ethz-asl / depth_segmentation

A collection of segmentation methods working on depth images
BSD 3-Clause "New" or "Revised" License
129 stars 34 forks source link

added normal map as output param #23

Closed panjekm closed 6 years ago

panjekm commented 6 years ago

Use case happens when working with downscaled depth images to achieve faster depth segmentation. The normals that we can currently get from segment.normals only cover the given downscaled image and are therefore sparser and presented in a vector of normals. We need a full normals map image to later be able to simply resize it and avoid computing normals again.