-
GPU的经典算法,用于制备高质量的程序实现。
GPU的经典算法,用于编写较高质量的程序作参考。-GPU classic algorithms, used in the preparation of high quality procedures for reference.
- 2023-02-14 08:15:03下载
- 积分:1
-
叫你如何用halcon处理图像,资料介绍和很多函数的用法
叫你如何用halcon处理图像,资料介绍和很多函数的用法-Tell you how to use halcon image processing, data presentation and use of many functions
- 2023-09-03 21:45:05下载
- 积分:1
-
计算机图形学的几何变换,是用VC++的MFC写的
计算机图形学的几何变换,是用VC++的MFC写的-computer graphics geometric transformation is the use of VC++ MFC write
- 2022-03-16 09:28:25下载
- 积分:1
-
Simulated missile hit its target from the injection to the final explosion of th...
模拟导弹从射出到击中目标,最后爆炸的整个过程-Simulated missile hit its target from the injection to the final explosion of the whole process
- 2022-09-01 16:35:03下载
- 积分:1
-
用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档...
用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档-c implementation of JPEG compression and decompression algorithm that supports all operating systems. detailed technical documents are included.
- 2022-01-24 16:30:06下载
- 积分:1
-
基于ORL人脸库的主元分析法用于人脸识别
基于ORL人脸库的主元分析法用于人脸识别-ORL face database based on the principal component analysis method for face recognition
- 2022-02-27 07:36:37下载
- 积分:1
-
用C语言编写的演示逐点比较法的源代码!
用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
- 2022-09-03 20:20:02下载
- 积分:1
-
VTK重建结果将在MFC显示和颜色阈值设置…
将VTK重建结果在MFC中显示,并有颜色与阀值设置。-VTK reconstruction results will be displayed in the MFC, and color threshold settings.
- 2022-12-26 05:45:04下载
- 积分:1
-
该函数实现了用最大方差法来计算出分割阈值
该函数实现了用最大方差法来计算出分割阈值-To achieve maximum variance method to calculate the threshold segmentation
- 2022-02-10 15:58:42下载
- 积分:1
-
数字识别系统源代码
使用说明 代码注释的很详尽第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。该系统的识别率一般情况下为90%。此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
- 2022-07-24 04:47:50下载
- 积分:1