在图像中放置虚拟物体(python实现)

在图像中放置虚拟物体即是将图像作为背景,创建个虚拟三维物体投影到图像上。 本实验环境:OpenGL、pygame、python(安装见python配置pygame和OpenGL) # -*- coding: utf-8 -*- import math import pickle import sys from pylab import * from OpenGL.GL import * from
相关文章
相关标签/搜索