-
BP neural network based on the characters of the print images to identify, after...
基于BP神经网络对印刷体字符图象进行识别,经过前期处理,获得64*64的二值图象,其二值图象数据作为神经网络的输入.-BP neural network based on the characters of the print images to identify, after pre-treatment, access to 64* 64 binary image, and the second value of image data as the neural network input.
- 2022-03-02 20:31:02下载
- 积分:1
-
使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充...
使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充
-Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
- 2023-07-07 01:45:05下载
- 积分:1
-
vc++数字图像模式识别技术及工程实践中的人脸识别
vc++数字图像模式识别技术及工程实践中的人脸识别-vc digital image pattern recognition technology and engineering practice Face Recognition
- 2022-01-30 15:36:20下载
- 积分:1
-
Bao
二维保边缘平滑算法,用于图像的去噪,同时可以保持图像的边缘信息-Bao-edge two-dimensional smoothing algorithm for image denoising, while maintaining the image edge information
- 2022-07-03 17:58:19下载
- 积分:1
-
VC,数字图像处理代码,含有多种变换
VC,数字图像处理代码,含有多种变换-VC, digital image processing code, containing multiple Transform
- 2022-02-02 22:03:27下载
- 积分:1
-
VC for the picture arrangement game, very suitable for beginners reference to pr...
VC作的拼图游戏,非常适合初学者参考对照练习.-VC for the picture arrangement game, very suitable for beginners reference to practice.
- 2022-01-22 00:49:30下载
- 积分:1
-
利用几何方法对图像进行配准,重建的计算,调整,处理。
利用几何方法对图像进行配准,重建的计算,调整,处理。-use of geometric methods to image registration, renewal, adjust and handle.
- 2022-12-23 10:40:04下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
procedures drawing BitMap and preservation of a simple example, because simple,...
程序画图和保存为BitMap的简单示例,因为简单,所以容易理解.-procedures drawing BitMap and preservation of a simple example, because simple, and easy to understand.
- 2022-03-14 23:52:31下载
- 积分:1
-
本程序支持BMP图象的拉普拉斯处理
本程序支持BMP图象的拉普拉斯处理-supported the BMP image processing Laplace
- 2022-03-18 12:22:45下载
- 积分:1