资源列表
txx
- bresenham的直线生成算法的代码-generation algorithm code
minibrowser
- 自制的浏览器,该有的功能都有了-homemade browser, which has a functional
旋转程序
- 在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[0][0],point[0][1],point[0][2])。整个步骤我想在程序的注释中讲得很清楚了。-in graphic mode display 3D graphics rotating procedures objects each vertex of the coordinates are stored in the exter
直方图算法
- 直方图算法,用于图像处理-histogram algorithm for image processing
腐蚀算法
- 这段程序,实现了上述的腐蚀运算,针对的都是黑色点。-this process, achieve the above corrosion operation has been aimed at Black Point.
膨胀
- 这段程序,实现了上述的膨胀运算,针对的都是黑色点。-this process, achieve the above expansion computing has been aimed at Black Point.
投影法
- 投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图-projection of the source, although the value of two plans, but in order to facilitate the use of 256 grayscale
实现反色
- 程序实现了反色,注意其中真彩图和调色板位图处理时的差别。-program of anti-color, true color pictures attention Bitmap and palette handling differences.
Histogram
- 对单通道图像做直方图-done right single image histogram
Floodfill
- OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
OTSU
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The foll
newton插值绘制曲线
- 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!