Forum

Author Topic: Rgb depth data procesing  (Read 941 times)

ppant

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Rgb depth data procesing
« on: April 05, 2022, 06:19:47 PM »

Hey I have a question. I am trying to process the image collected with Iphone with depth data.  Based on the information provided in this link https://agisoft.freshdesk.com/support/solutions/articles/31000162212-smart-cameras-with-depth-sensor-data-processing I load the depth image and color image into the project. The processed image generated after loading the color image and depth image using this methods
Code: [Select]
Metashape.app.document.chunk.importLaserScans. I am not seeing any change in image just observed the color image geo tag is lost in process image . I thought thats ok then I continue the normal work flow to align image, generate dense point cloud. My result are bad, Not sure what I am missing.  The result are bad such that with out using depth info point cloud are coming good ehough.

P