资源列表
ColorSelCmb
- 一个VC++编的颜色下拉框程序,可以选择您所要的颜色。
vczhongqufanse
- 图像处理源代码,对一幅图像取反色,希望对大家有所帮助-image processing source code, a pair of images from the anti-Israel, and I hope to help everyone
smail21
- 采用mfc下图形绘制功能绘制了笑脸,利用画笔和画刷,是学习计算机图形学的入门参考-Under the graphics rendering capabilities using mfc Drawing a smiley face, using the brush and brush, is learning introductory computer graphics reference
fanse
- 二值化处理的一个经典程序。其中阀值的选择可以自动实现
种子填充VC代码
- 种子填充算法的简单示例 VC 6.0 单文档
drawtool
- 一个简单的画图工具代码,入门级别,能够画圆,矩形,取色,线条等-A simple drawing tools code, entry-level, can draw a circle, rectangle, check color, lines, etc.
wavelet
- 对图像进行小波分解,可以调整层数,效率较高,精确度较高-The image wavelet decomposition, you can adjust the number of layers, higher efficiency, higher precision
ImageFilterTest-diffusion
- 各向异性扩散方程,用mitk实现,内含参数的选择-Anisotropic diffusion equation, using mitk implementation, including the choice of parameters
Tc2.0Bsplinesrc
- turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
PolygonClipping
- 本源码在VC下实现,其功能是在固定的矩形下用点输入法绘制多边形,再进行裁剪,裁剪部分用蓝笔画出
Graph
- CGraph是一个外国人写的图形库,本文工程中的CGraph已经封装到了DLL,由于时间关系,我没做DEMO,此类库的详细介绍你可以到VCCODE搜索。