-
图像增强技术源代码
图像增强技术源代码-source code
- 2022-06-15 02:56:23下载
- 积分:1
-
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度...
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度-Achieved using direct 3D paste image, texture, and can be rotating, zooming, etc., pictures with transparency
- 2023-05-23 07:45:03下载
- 积分:1
-
Digital image processing deal with the mean value of histogram equalization deal
数字图像处理 中值处理 均值处理 直方图均衡化-Digital image processing deal with the mean value of histogram equalization deal
- 2023-06-20 18:10:05下载
- 积分:1
-
数字识别码第一步:训练网。利用训练样本…
数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图转为灰度图”“灰度图二值化”“去噪”“倾斜校正”“分割”“标准化尺寸”“紧缩重排” 另外注意,要识别的图片,要与win.dat、whi.dat位于同一目录。此两文件保存训练后网络的权值参数
-digital identification code first step : training network. Use of training samples for training. (These procedures also can not training because I have trained network parameters saved, Readers can direct identification) second step : identification. First, open the Image (256 colors) again, to a treatment. Click on the "one-stop" Finally, Click on the "R" or use the menu item corresponding to find the identification of the identification results on the screen, also result.txt output to a file which the system"s recognition rate of 90% for the other, can be individually opened to the step-by-step pictures for image prep
- 2022-06-13 09:52:52下载
- 积分:1
-
用VC++实现图像的分类识别,模板匹配分类…
用VC++实现图像分类识别、模板匹配分类器、贝叶斯分类器、线性函数分类、非线性分类、神经网络分类器
- 2022-01-26 06:16:53下载
- 积分:1
-
the procedures established track gradient brush painting to fill graphics, a goo...
本程序创建轨迹梯度画刷来填充图形,一个很好的例子绝对值得收藏-the procedures established track gradient brush painting to fill graphics, a good example worthy collection
- 2022-03-06 13:56:20下载
- 积分:1
-
Graphics experimental reports, the development of customized software packages,...
图形学实验报告,个性化软件包的开发,希望大家喜欢。-Graphics experimental reports, the development of customized software packages, I hope everyone likes.
- 2023-02-09 14:25:04下载
- 积分:1
-
这个是STRUTS2总结视频
这个是STRUTS2总结视频
这个是STRUTS2总结视频...
这个是STRUTS2总结视频
这个是STRUTS2总结视频
这个是STRUTS2总结视频-这个是STRUTS2总结视频
这个是STRUTS2总结视频
这个是STRUTS2总结视频
这个是STRUTS2总结视频
- 2022-01-31 21:44:51下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
histogram generator
- 2022-02-10 02:49:55下载
- 积分:1