Trait opencv::viz::WMeshTraitConst
source · pub trait WMeshTraitConst: Widget3DTraitConst {
fn as_raw_WMesh(&self) -> *const c_void;
}Expand description
Constructs a WMesh.
Parameters
- mesh: Mesh object that will be displayed.
- cloud: Points of the mesh object.
- polygons: Points of the mesh object.
- colors: Point colors.
- normals: Point normals.