-
stega 图像
源程序可以隐藏内部图像数据。
- 2022-02-01 01:23:43下载
- 积分:1
-
RGB2S rgb转S
RGB转HSI中S分量的代码,在视频增强器中需要用到的算法转换,根据这种算法可以将其移植至FPGA中,在FPGA中实现。
- 2023-07-11 01:25:04下载
- 积分:1
-
数字识别HOG+SVM
#include "stdafx.h"#include #include "windows.h"#include "fstream"#include using namespace std;using namespace cv;//为了方便,这一部分是利用提取HOG特征,SVM对图片进行分类。int _tmain(int argc, _TCHAR* argv[]){ vector img_path;////输入文件名变量 vector img_cat;//category类型 int nLine=0; //定义行 string buf; ifstream svm_data("C:UsersdellDesktopCharRegCharReghb1.txt"); //训练样本图片的路径都写在这个txt文件中使用bat批处理文件可以得到这个txt文件. unsigned long n; while (svm_data) //将训练样本文件依次读取进来 { if (getline(svm_data,buf))
- 2022-03-05 11:56:52下载
- 积分:1
-
edge detection and image segmentation system
This system is a low-level feature extraction tool that integrates confidence based edge detection [2] and mean shift based image segmentation [1]. It was developed by the Robust Image Understanding Laboratory at Rutgers University. For information about
- 2022-01-26 04:50:41下载
- 积分:1
-
神经网络算法
采用误差反向传播算法的神经 networkk 培训。回 propagagtion 算法用于训练神经网络.backwards 的输入的验证
- 2023-05-20 23:10:03下载
- 积分:1
-
特征向量生成用于训练和测试
特征向量生成用于训练和测试使用功能的中心矩、 预测、 纸张歪斜、 和 iprops 函数的平均值
- 2022-07-25 10:40:28下载
- 积分:1
-
our code implements automatic face recognition based on hidden Markov model and support vector machi
我们的代码实现了基于隐马尔可夫模型和支持向量机的自动人脸识别;
- 2023-07-22 08:20:06下载
- 积分:1
-
vbCap 成像
图像生产过程中HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
- 2022-03-12 05:36:51下载
- 积分:1
-
Range Doppler Alogrithm SAR Image processing
useful for SAR imaging processing wellkown algorithm to form the radar image
both to processing in range and azimuth direction
- 2022-05-09 08:27:00下载
- 积分:1
-
compressed sensing reconstrution code
cs算法:FBMPR。
- 2022-03-15 18:48:02下载
- 积分:1