-
vc高斯模糊源码
vc实现 高斯模糊算法处理,可完美实现图片高斯模糊效果。
VC realization of Gauss fuzzy algorithm processing, can achieve the perfect picture of Gauss fuzzy effect.
- 2022-04-29 02:31:15下载
- 积分:1
-
PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)
Use a standard Lena image as the ground truth, then calculate the PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error) values of another test image.
Note: The two images must be with the same size.
The main code:
MSE = double(Sum_SE)/(H_src*W_src)
PSNR= 10*log10(255^2/MSE)
- 2022-02-03 00:40:59下载
- 积分:1
-
图像匹配
这是一个关于图像匹配的代码,有sift,surf的 特征检测 , 特征提取等,有它们的具体实现算法,很值得研究,也比较适合初学者
- 2022-10-04 18:25:05下载
- 积分:1
-
神经网络算法
采用误差反向传播算法的神经 networkk 培训。回 propagagtion 算法用于训练神经网络.backwards 的输入的验证
- 2023-05-20 23:10:03下载
- 积分:1
-
PLSgui程序
PLSgui是一个图形给用户界面的Matlab程序,通过鼠标和键盘传递信息。当然我们可以通过命令行执行我们的程序,它只是PLSgui的一部分功能。
- 2023-04-11 16:15:28下载
- 积分:1
-
C#YUV--RGB24
static double[,] YUV2RGB_CONVERT_MATRIX = new double[3, 3] { { 1, 0, 1.14 }, { 1, -0.39, -0.58 }, { 1, 2.03, 0 } };
- 2022-01-26 00:23:28下载
- 积分:1
-
skyline范例代码
skyline完整范例源码下载(vs2005)共15M,刚写好文件部分,也不算太完善,碰巧有人问起,遂贴上代码大家看去,你可以在此基础上完善之。 代码没什么WS技术,但做文件沙盘还是有不少问题的,需要的朋友可以下-Written before the planned sand table system, just part of the written document, but also not too perfect, someone happened to ask, accordingly paste the code we looked, you can improve on this basis, the. Code no WS technology, but do still have many issues paper sand table, and we need friends can, under
- 2022-02-12 19:30:32下载
- 积分:1
-
surf算法demo
surf算法demo,网上的一个关于surf算法的demo,大家参考参考
- 2023-07-26 08:25:04下载
- 积分:1
-
openCV+背景差分法
利用OpenCV中背景差分的函数,进行背景差分法构建,可以很好的进行运动目标检测。
- 2022-07-12 15:42:13下载
- 积分:1
-
光学字符识别
这是对于在所撰写用matlab光学字符识别。这代码的一个例子。光学字符识别(OCR)的目标是光学图案分类(通常含有在数字图像)相对应的字母数字或其他字符。 OCR的过程包括几个步骤,包括分割,特征提取和分类。每这些步骤本身就是一个场,并简要介绍了这里的Matlab的背景下实现OCR的。
- 2022-05-22 05:04:13下载
- 积分:1