-
人脸检测系统,可直接编译运行,提供图片检验
人脸检测系统,可直接编译运行,提供图片检验-Face Detection system can direct the compiler to run, providing picture test
- 2022-01-21 18:35:22下载
- 积分:1
-
This is a directory program, communications records can achieve the basic requir...
这是一个通讯录开发程序,可以实现通讯记录的基本要求,对开发者会有所帮助-This is a directory program, communications records can achieve the basic requirements of the development will be helpful
- 2023-06-16 11:00:03下载
- 积分:1
-
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB...
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology.
1. Geometry Transform(Flip, Rotate, Scale)
2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray)
3. Convolve (Sharpness, Smooth , Edge enhancement, Mean)
4.Frequence Transform (FFT, wavelet reconstruct)
- 2022-09-17 21:10:02下载
- 积分:1
-
基于双主成分分析
基于二维PCA对人脸进行识别,对图像有很好的降维作用,且识别率比pca好-PCA based on two-dimensional human face recognition, the image is very good landing peacekeeping role, and the recognition rate better than pca
- 2022-02-15 09:02:05下载
- 积分:1
-
PCB Quality Detection using machine vision method ,design and implication
使用机器视觉的方法实现对印刷电路板制造缺陷的检测,包括相关问题的讨论-PCB Quality Detection using machine vision method ,design and implication
- 2023-08-21 11:45:05下载
- 积分:1
-
一个不错的3d程序,vb编写
一个不错的3d程序,vb编写-a good 3d procedures, the preparation of vb
- 2022-07-25 01:19:14下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1
-
模仿CAD绘图软件,可绘3D图形。主要解决了VB处理矢量图的问题,而且可生成3D预览图。很完整的源代码....
模仿CAD绘图软件,可绘3D图形。主要解决了VB处理矢量图的问题,而且可生成3D预览图。很完整的源代码. -imitate CAD software, 3D graphics can be drawn. VB mainly to solve the problem of vector processing, but also generate 3 D preview map. Very integrity of the source code.
- 2022-07-11 14:17:14下载
- 积分:1
-
一个用于bmp位图编辑的小程序`~
一个用于bmp位图编辑的小程序`~-for a bitmap editor of the small program ~
- 2023-06-08 23:25:03下载
- 积分:1
-
交通标志识别程序及数据 带训练检测图片
资源描述本程序涉及交通标志识别,程序特色:
1、界面友好,操作简单
2、能对任意多种类别的交通标志进行识别
3、程序执行效率较好
程序使用说明:
1、在程序主界面中手动“添加类别”:禁止鸣笛、人行通道、T型岔道。
2、从下拉框中选中某一类别后,点击左下角“添加训练图像”按钮:输入3种模式的训练影像路径。
3、点击“图像预处理”按钮:从右窗口可以直观看出预处理后的能被正常识别的标志区域(红框表示)。
4、剔除无效数据,即未能识别的数据。通过右窗口查看预处理结果,将未能正确识别的图像删除。并重新进行图像预处理。
5、预处理完后,点击左上角菜单栏的“训练”按钮,训练数据集会输入神经网络并通过反向传播方式更新权值。
6、训练好网络后,点击“校验”选项,在弹出的校验对话框中,分别输入各类别的校验图像路径,程序将利用校验集对网络性能进行验证。通过设置不同的隐藏神经元数,最小二乘和Kullback -Leibler 距离指标值也不一样。重复改变隐藏神经元数的设置,比较检验结果,选取距离指标最小值对应隐含神经元数作为最优训练结果。
7、神经网络确定后,点击菜单项“测试”按钮。在弹出的测试对话框中输入测试图像路径,点击确定按钮后,程序弹出识别结果。
- 2023-09-08 10:15:17下载
- 积分:1