资源列表
tutorials
- evc opengl es 的教程和源代码, 还有相关的文档资料,适合初学者-opengl es tourial
code_ring_image
- 此代码可实现编码标记点的圆心坐标提取的功能,并且将提取的圆心坐标输出到excel中保存起来。-obtain the center coordinates of coded ring image, output to the excel
Final_Project
- 图形设计,太阳系的图形,可以运行。需要添加OpenGL库,具体安装去百度上goole一下。-Graphic design, the solar system' s graphics, you can run. Need to add the OpenGL libraries, go to a specific installation on goole about Baidu.
kalman_camshift-object-tracking
- 基于vs2010+opencv2.4.4调试通过的kalman_camshift跟踪运动物体,测试视频比较简单。-Based on vs2010+ opencv2.4.4 through debugging kalman_camshift tracking moving objects, test video is relatively simple.
opencv249
- opencv2读取摄像头并显示,测试程序(Opencv2 reads the camera and displays the test program)
javahuaban
- 一个java画板。可以实现很多功能,直线,圆,多边形-A java drawing board. Can achieve a lot of features, lines, circles, polygons,
rotate
- 基于opencv的图像旋转程序,0到360°任意旋转不失真,初学者可以借鉴。-Image rotation program based on the opencv, 0-360 arbitrary rotation distortion, beginners can learn from.
OpenGL-Book
- The Official Guide to Learning OpenGL, Version 1.1 ,一本学习OpenGL编程的经典书籍。-The Official Guide to Learning OpenGL, Version 1.1, a classic book to learn OpenGL programming.
DigitRec
- 基于神经网络的数字识别程序。先对数字图片集进行训练。再识别图像中的数字。-A program based on ANN, which can recognaize the digit in a picture
CVideo-twocamerads
- 本程序用OPENCV实现两个摄像头视频信息同时采集,主要运用DirectShow及CameraDS来实现的。本程序主要用于视频监控等工作的前期视频采集工作!希望对大家的视频处理有帮助-The procedure used to achieve two OPENCV video cameras capture the same time, the main use of DirectShow and CameraDS to achieve. This procedure is mainly use
ImageWarper
- 国外的图像变形运算,鼠标拖动圆圈内的画面,可实现类似美图秀秀上面的瘦脸功能-image warp, drag pixes in the small circle and warp the image like face shrink
ch5
- 我的计算图形学答辩课题,都是些简单的图形变换,初学者