资源列表
Watershed
- 分水岭算法的一种源程序,具体内容需要修改-Watershed matlab C++
MTH
- 纹理特征提取的matlab程序源代码,内容需要修改,说明较少-texture matlab
skia-read-only
- skia是个2D向量图形处理函数库,包含字型、坐标转换,以及点阵图都有高效能且简洁的表现。不仅用于Google Chrome浏览器,新兴的Android开放手机平台也采用skia作为绘图处理,搭配OpenGL/ES与特定的硬件特征,强化显示的效果。该代码是skia的源码,非常完整。-There is a 2 d vector graphics libraries, contains fonts, coordinate transformation, and lattice figure has
OPENCL_SRC
- OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
svPerfGL-3D
- svPerfGL是Linux下3D性能测试软件,它可以相当于压力测试软件。对学习OpenGL、Mesa等有很大的帮助。-SvPerfGL is under Linux 3 d performance testing software, it can be equivalent to the pressure test software. Is of great help to learning OpenGL, Mesa, etc.
Mesa-10.2.4
- Mesa 3D是一个在MIT许可证下开放源代码的三维计算机图形库,以开源形式实现了OpenGL的应用程序接口。-Mesa 3 d is an open source under the MIT license 3 d computer graphics library, in the form of open source has realized the OpenGL application program interface.
glxgears
- glxgears是一个测试你的Linux是否可以顺利运行2D、3D的测试软件。这个程序弹出一个窗口,里面有三个转动的齿轮,屏幕将显示出每五秒钟转动多少栅,所以这是一个合理的性能测试。-Glxgears is a test of your Linux can run smoothly, 2 d and 3 d testing software. This application pop up a window, there are three rotation gear, the screen w
cartoon
- 利用opencv进行肤色提取,并且实现了图像的卡通效果,来源工程实践,具有很强的实用价值,已经在VS2008下编译运行通过,不可多得的源码-Use opencv skin color extraction, and realize the effect of cartoon images, source engineering practice, has a strong practical value, has been compiled to run through VS2008, a ra
csglApp
- 用c#语言 opengl画一个三维球体。用的是csgl库,帮助入门-Opengl with c# language to draw a three-dimensional sphere. Using csgl libraries to help entry
blobs
- 主要用于图像中对象的轮廓特征提取,包含opencv的高级API,已经在VS2008编译运行,得到了不错的效果-Contour feature is mainly used to extract objects in an image, high-level API that contains the opencv, has been in VS2008 compile and run, get good results
Project8
- 这是基于haar特征的adaboost算法的人脸识别,可以检测出人的脸,用圆标注出来-This is based on adaboost haar features face recognition algorithm can detect the human face, with a circle marked out
Bresenhams-Algorithm-in-MFC
- 用Bresenham算法实现画线和画圆,基于microsoft MFC模式,输入相应的数据,程序画出该直线-Draw Lines or circle using Bresenham Algorithm
