[][src]Function opencv::ovis::create_point_cloud_mesh

pub fn create_point_cloud_mesh(
    name: &str,
    vertices: &dyn ToInputArray,
    colors: &dyn ToInputArray
) -> Result<()>

creates a point cloud mesh

creates a material with the same name

Parameters

  • name: name of the mesh
  • vertices: float vector of positions
  • colors: uchar vector of colors

C++ default parameters

  • colors: noArray()