-
画图程序:实现最基本的绘图功能。
DOS画图程序:实现最基本的画图功能.-DOS drawing program : to achieve the most basic drawing functions.
- 2022-07-22 17:03:02下载
- 积分:1
-
本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度
本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图像复原(加躁)----- 由于时间关系这部分为完成 7.另外加上一个用于读取24位dib的类。-the software is the author of Digital Image Processing courses of study, using vc. Net to its basic algorithm, the algorithm include : 1. Point Operators (histogram, histogram equalization, linear operation, two values, such as Gray) 2. Geometric Operational (rotation, scaling, mirror and translation) 3. geometric space enhancement (mean, median filter, k neighbors Mean, Median Filter, Roberts, segmentation, priwitt, Laplacian, Wallis Sharpening operator, etc.) 4. frequency Domain Enhancement (radix 2 FFT space frequency domain to the domain conversion, Gaussian, ideals, Butterworth High-Low Pass Filter) 5. Morphology (expansion, corrosion, open and close operations, edge extraction) 6. Image
- 2022-06-20 05:34:49下载
- 积分:1
-
这是荷兰埃因霍温科技大学的一个梨型细胞寻找和标记的范文,使用的是mathematic环境,非常经典,容易入门...
这是荷兰埃因霍温科技大学的一个梨型细胞寻找和标记的范文,使用的是mathematic环境,非常经典,容易入门-This is the Netherlands, Eindhoven University of Technology, a pear-shaped cells to find and tag the Van, the use of mathematic environment is very classic and easy entry
- 2022-03-22 03:51:17下载
- 积分:1
-
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个O...
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
- 2022-04-11 21:05:06下载
- 积分:1
-
koch分形 这是直线的koch分形代码 现欲求三角形的雪花源代码
koch分形 这是直线的koch分形代码 现欲求三角形的雪花源代码-koch
- 2023-06-20 03:45:03下载
- 积分:1
-
有向无环图操作示例代码
有向无环图操作示例代码-a directed acyclic graph operation code examples
- 2022-03-20 09:36:26下载
- 积分:1
-
Detalles de Detector de Sonrisas
Detalles de Detector de Sonrisas
- 2022-05-07 07:07:20下载
- 积分:1
-
这是一个计算机图形学算法的演示,它被用在一个。我..
计算机图形学中常用算法演示,用VC++实现,可读性很强,对初次接触图形学的人有帮助-This a demo of algorithms for computer graphics, which is implemented by VC++. It is easy to understand and helpful for the beginners of graphics.
- 2022-04-11 17:31:04下载
- 积分:1
-
a little algorithm for your reference, if I may be able to e
一个小小的算法供大家参考、 如果有可能可以给我电子邮件 谢谢!-a little algorithm for your reference, if I may be able to e-mail, thank you!
- 2023-05-11 08:55:02下载
- 积分:1
-
1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋...
1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
2) 圆弧的生成
内容:用Bresenham算法画圆
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
-1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
2) 圆弧的生成
内容:用Bresenham算法画圆
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
- 2022-05-22 04:38:32下载
- 积分:1