资源列表
appendix
- 一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
完整的画图程序
- 二维画图程序,包括画直线,圆,多边形,曲线,随手画等,还可以写文本。是图形学很好的演示程序。-2D drawing program, including painting straight lines, circles, polygons, curves, such as finger painting, but also wrote the text. Graphics is a good demonstration program.
眼睛 鼠标 跟随 Eyes 背景
- 一个眼睛跟随的小程序,眼珠跟随鼠标的移动,可以改变大小和形状,设置背景图片 需要raize控件-a small eyes follow the procedures eyes follow the movement of the mouse, can change the size and shape of set background images need to raize Controls
nurbs++3_0_10
- 非均匀有理b样条曲线nurbs的C++源码库。-non-uniform rational b-spline NURBS curves of the C + + source library.
Testinterface1.0
- 一个不错的波形显示程序、向左移动,带XP按钮。本用于气压控制的,拿出来共享一下!:)-a good waveform display program, left Mobile, with XP button. The pressure for the control of the show to share what! :)
才24124
- 图象的平滑(去噪声),锐化 注释详细 代码条例清楚-image smoothing (to noise), Unsharp Notes Ordinance clearly detailed code
234234
- 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the
553213tr
- 直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source
75673452
- 腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorith
936414
- 边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and
图形学线圆的实现算法
- 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col