-
此程序实现了基于颜色特征的图像检索功能。
此程序实现了基于颜色特征的图像检索功能。此程序实现了基于颜色特征的图像检索功能。此程序实现了基于颜色特征的图像检索功能。此程序实现了基于颜色特征的图像检索功能。
- 2023-04-14 14:00:03下载
- 积分:1
-
a triangular mesh generator (.exe)
square.d is input file; square.e square.n square.s are output file. square.e is element , square.n is node, square.s is side.
- 2022-03-19 00:41:45下载
- 积分:1
-
Mfc和opencv显示图像
mfc制作胡基于opencv的显示图像的功能,非常适合学习与应用,也可以作为图像处理与机器视觉项目开发的基础
- 2022-05-11 02:02:03下载
- 积分:1
-
运动模糊方向和运动模糊长度参数估计
实现运动模糊方向和运动模糊长度参数估计的方法。其中,方向估计用的是差分法,长度估计用的是频域的暗条纹方法。
- 2022-12-27 15:50:03下载
- 积分:1
-
Blood vessel segmentation using gabor filter
本文给出了基于gabor的血管分割算法过滤器。它用于检测图像中的边缘。它是基于线性滤波器的。用于掩蔽。
- 2022-01-21 02:12:48下载
- 积分:1
-
光照校正函数opencv
在拍摄环境中拍摄一张白纸,将这张白纸作为模板,再在相同环境下拍摄想要拍摄的图像,以白纸模板作为参考,对拍摄图像进行校正
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
using namespace cv;
- 2022-09-05 04:00:02下载
- 积分:1
-
小波分析及局部区域能量的图像融合算法
分析了小波分析及局部区域能量的图像融合算法的优缺点,提出了改进算法,实验证实算法具有较好的适应性和鲁棒性,分析了小波分析及局部区域能量的图像融合算法的优缺点,提出了改进算法,实验证实算法具有较好的适应性和鲁棒性。
- 2022-11-04 17:35:03下载
- 积分:1
-
行程编码
给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。给定的代码计算图像描述与特征点。
- 2023-03-26 05:05:03下载
- 积分: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
-
imTrans - Homogeneous transformation of an image
IMTRANS - Homogeneous transformation of an image.
Applies a geometric transform to an image
[newim, newT] = imTrans(im, T, region, sze);
- 2022-04-28 05:37:21下载
- 积分:1