资源列表
2D_Clip
- 图形学的2D裁剪算法,自己写的,比较简单,没有写的过多其他功能!-2D graphics cutting algorithm, wrote and relatively simple and not too much was made of other functions.
VCPP-Demo
- 测试版Aztec,请下载之后,测试!对Aztec二维码感兴趣的读者可以下载-Test Version Aztec
vc.rar
- 可以读取记事本数据,并画出曲线图。效果很不错。,Notepad can read the data and draw curve. The effect is pretty good.
imageprocessing
- Some of image processing tools in visual C-Some of image processing tools in visual C++
Huffman
- matlab实现图像的Huffman编码解码,内含部分网络参考程序-Huffman encoding and decoding based on MATLAB, containing part of the rescources the Internet.
whhFillpolygon
- 图形的填充算法,包括有序变表法和种子填充法-Graphic filling algorithm, including the orderly changing table method and seed fill method
HDraw
- 1、 具有简易、友好的图形化人机接口界面。 2、 能够绘制点、直线、圆、椭圆、矩形、曲线等基本几何元素。 3、 具有几何对象拾取、复制、粘贴功能,以及拉伸、平移、旋转、镜像等基本图形操作功能。(对象拾取功能是指:通过鼠标点选几何对象上的任意位置,达到选取该几何对象的操作过程。也可通过按住鼠标,拖拽出一片区域,与这个选择区域相交的几何对象成批选中来实现多个对象的同时选取。) 4、 具有封闭几何对象的填充、裁剪功能。 -1, with a simple, friendly graph
SDIDemo
- 单文档无闪烁绘图,对于初学绘图的朋友很有帮助-Single Document no flicker drawing, drawing for the beginner' s friends helpful
PolygonFill
- 多边形扫描填充算法,简单,高效,VC++实现-Polygon scan fill algorithm, simple, efficient, VC++ to achieve
jpeg2000
- Jpeg 2000 coding source code
SeamCarving
- Implementation of the Seam Carving algorithm. It functions by establishing a number of seams (paths of least importance) in an image and automatically removes seams to reduce image size or inserts seams to extend it. Seam carving also allows manual
基本图形学生成源码
- 计算机图形学中基本图形的生成,包括直线,圆绘制,裁剪,填充等