I am using Opencv extra module (opencv_contrib). From SFM module i am trying to get 3d point cloud using reconstruct(images_paths, Rs_est, ts_est, K, points3d_estimated, is_projective); , but this function return 3d points without color information. How can i get color information from this function?
↧