cvpy.visualization.display_3D_surface

cvpy.visualization.display_3D_surface(surfaces, vdata, fdata, hold=False, color=(1, 0, 0), op=1)

Display the surfaces of an image.

Parameters:
surfacesswat.SASDataFrame

Specifies the surfaces to be displayed.

vdataswat.SASDataFrame

Specifies the fetched vertices.

fdataswat.SASDataFrame

Specifies the fetched faces.

holdbool

When set to True, the display is held.

colortuple

Specifies color of the surface.

opfloat

Specifies the opacity of the surface.