资源列表
球面投影
- 将一个世界地图投影到球上并绘制出来。有旋转,效果还可以(Projected a map of the world onto the ball and plotted it out.Using c++ and opencv.)
imageceliang
- 摄影测量学,图像处理定位,测量方面的经典著作,武汉大学的ppt-Photogrammetry, image processing, targeting, measurement of the classics, Wuhan University, ppt
B_SplineWavelet
- 准均匀三次B样条曲线曲面的多分辨率显示及编辑程序。能够实现随机生成指定次数的准均匀三次B样条曲线和曲面,并能显示其在不同分辨率层次下的曲面及细节部分,且可实现在不同层次下修改曲面及细节以达到曲面编辑的效果。-Quasi-uniform cubic B-spline curves and surfaces of the multi-resolution display and editing program. To achieve the specified number of randomly
MapControl
- VC6开发的基于Arcgis的程序,实现了对地图的加载的基本操作MapControl-The VC6 developed based on the the Arcgis procedures, the basic operation of the loaded map MapControl
10
- 编译环境vs2008,在对话框中插入任何格式图片,本例子以PNG格式图片为例,并为图片添加透明背景。-Compile environment vs2008, insert any format images in the dialog box, this example images in PNG format, for example, and add a transparent background for the picture.
pattern-recognition
- 张学功教授的《模式识别》一书,很好的讲述了模式识别的基础知识以及应用-" Learning OpenCv" is to learn how to use the open source library for image processing OpenCv a very good basis for tutorial
Hough-transform
- opencv霍夫变换:线变换,圆变换合集 在vs2010开发环境下实验测试-Opencv Hough transform: line transform, circle transform set
Mass_Spring-2007.11.23
- opengl实现弹簧振子的运动,老师给的源代码,很有参考意义-opengl achieve spring oscillator movement, the teacher gave the source code is very useful
1
- 本人编写的一个小程序,主要实现了在picture控件上加载任意一幅图像,并显示加载的路径,适合初学者学习-I have written a small program, mainly to load any one image in the picture control, and display the load path, suitable for beginners to learn
shicha
- 通过立体像对校正计算视差图,为3D重建和立体回复的基础。对OPENCV的学习有一定的帮助。-By stereo disparity map for correction calculation for 3D reconstruction and stereo reply foundation. OPENCV of learning for some help.
readvideo
- 该程序是利用opencv编写的,实现对一个avi视频的读入和显示的功能。-The program is prepared to use opencv, and achieve an avi video, read and display functions.
blockmatching
- 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.