搜索资源列表
ARDemo
- 增强现实演示程序,用OPENGL渲染的,通过调用3DS格式的3D模型进行显示,对AR初学者有极大的帮助-Augmented Reality demo program, OPENGL rendering, by calling the 3DS format 3D model display AR beginners great
augment-reality-registeration
- 收集了一些关于增强现实技术的三维注册文章,通过不同的方法实现三维注册-Collected some information about augmented reality technology 3D registration article, achieved through three different ways registration
Interior-enhancements-
- 在VC6.0环境下,利用ARToolKit技术增强真实场景效果,但在利用ARToolKit开发增强现实应用程序之前必须要制作标识,然后根据标记信息进行摄像机的标定及虚实注册,并使用OpenGL绘制3D虚拟物体,最后再利用应用程序根据所制作的标识物的不同的标识返回的不同ID值来叠加不同的虚拟场景,并最终实现虚实场景的融合。增强现实就是把通过计算机生成的虚拟物体或关于真实物体的非几何信息叠加到真实世界的场景之上,使原来在真实场景中不存在的物体能够显现出来,从而实现对真实世界的增强,给用户以“感知增强
Edge-Detection
- An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers. Here is a crude video that
python计算机视觉.pdf
- 本书是计算机视觉编程的权威实践指南,依赖 Python 语言讲解了基础理论与算法,并通过 大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、 立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。(This book is an authoritative guide to computer vision programming, which explains basic theories and algorithms based on