搜索资源列表
CG3
- 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
CG4
- 实现了Bezier曲面的构造算法,随机生成一个曲面造型。(TurboC2.0,编译前修改库路径)-achieve a Bezier surface structure algorithm generates a random surface modeling. (TurboC2.0, compiler for amending the path)
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
demo
- CGAL计算几何算法库
GingkoVG 1.0.1
- 这是一个2D矢量图形库,完全兼容OpenVG 1.0.1。效能比官方版本快80倍 ----- 算法完全是自己的,我不习惯实用开源代码忽悠人(含完整开发文档和开发程序库、开发程序范例源码);更新版本见我个人Blog
sugar_0.4-3.tar
- 基于OpenGL的2D硬加速图形库,实现了常用的2D图形显示算法。-Based on the 2D hardware accelerated OpenGL graphics library, a commonly used algorithm for 2D graphics.
yuv-AVI
- 简单的YUV转AVI算法,使用opencv库函数实现-Simple YUV switch AVI algorithm, use the opencv library functions to achieve
DiamondViaMFC
- 通过MFC进行2D金刚石的绘制和渲染,主要运用递归的算法和MFC类库的调用-Draw a diamond via MFC
cximage
- img 处理,它可以快捷地存取、显示、转换各种图像,自带了较多图像模式转换算法,以及一些滤镜,是VC使用者最为常用的图像类库。 -image deal with
AR
- AR人脸库,常用的人脸识别人脸库,可以运用于很多算法的测试-AR face database face recognition face database, can be applied to a lot of testing of the algorithm
DDA
- 使用VC6.0编译的DDA算法画直线程序,在程序编译前要手动添加graphics.h图形库-The the VC6.0 compiler DDA algorithm painting a straight line program, before the program compiles To manually add graphics.h graphics library
ASSIGN1
- 北邮大三计算机图形学第一次大作业(2010级):实现一个图形函数库,直线段,圆弧,椭圆弧,阴影线,颜色<均为多种算法实现>-failed to translate
Classify_labs
- 一个matlab程序的分类算法,主要设计是用matlab库平台制作的-A classification algorithm matlab procedures, the main design is made using matlab library platform
2Dto3Dlib
- 2D转3D版本支持库代码库,包含了2D转3D的很多关键算法的源代码实现,可以基于本库直接编写后续的处理程序。-2D to 3D version of the support library code library that contains many of the key 2D to 3D conversion algorithm source code, you can write directly on the library subsequent processing.
gizmo_lib_doc
- 一个关于JAVA图形界面的GIZMOBALL的一个依赖库,其中包含各种可以调用的图形类和算法-About JAVA GUI GIZMOBALL a dependent library, which contains a variety of graphics classes and algorithms that can be invoked
ImageProcessTest
- 通过OPENCV库中相关算法对图像降噪、求边缘、直线遍历并获得直线角度、获得图像中目标的凸包等-Use OPENCV Lib to filer image, get the edges of image and so on.
基于Qt的简单2D画图软件
- 本项目是Qt下的2D画图软件,可以画直线、圆、多边形这些基本图元,画这些基本图元都没有调库,都是自己手写的算法,并且实现了旋转、缩放、平移、裁剪的功能。