-
抗任意角度旋转的图像匹配算法的matlab实现
抗任意角度旋转的图像匹配算法的matlab实现-image matching of any rotation
- 2022-05-27 17:21:22下载
- 积分:1
-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** Function Headers */
void detectAndDisplay(Mat bas_img, Mat frame, bool iscap );
//获取直方图
Mat calculateHistogram(Mat src_img);
//计算相似度
double calculateComparesion(Mat src, Mat dst);
- 2022-07-09 02:43:33下载
- 积分:1
-
区域特性的多光谱与全色图像的融合
分别提出了基于区域特性的多光谱与全色图像的融合算法及SAR与全色图像的融合算法
- 2023-03-08 14:40:03下载
- 积分:1
-
用matlab编写得snake算法程序,可用于图像分割和边缘检测
用matlab编写得snake算法程序,可用于图像分割和边缘检测-Using matlab to prepare a snake algorithm procedure can be used for image segmentation and edge detection
- 2022-08-06 00:35:59下载
- 积分:1
-
用罗伯特subcomputioner彩色图像边缘检测,真彩色图像编程…
利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RGB) using Robert subcomputioner.
- 2022-06-14 09:54:39下载
- 积分:1
-
matlab的关于图像处理的一些简单源代码,大家可以试一试,欢迎下载...
matlab的关于图像处理的一些简单源代码,大家可以试一试,欢迎下载-Matlab on image processing some simple source code, you can try downloading welcome
- 2023-03-11 18:25:03下载
- 积分:1
-
显示渐变色文本的程序
显示渐变色文本的程序- The demonstration gradually changes color the text procedure
- 2022-01-26 00:12:49下载
- 积分:1
-
图像质量评价
一种盲图像评价方法,可以对任意输入图像的质量做一个量化评价,更有利于后期图像处理,很有效,大牛写的算法。
- 2022-02-12 19:23:20下载
- 积分:1
-
achieve 24 map color inversion, turn gray, and the restoration of the maximum
能实现24位图色彩反转,转灰度,以及恢复原图-achieve 24 map color inversion, turn gray, and the restoration of the maximum
- 2022-02-10 05:38:32下载
- 积分:1
-
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有...
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。
-Detected by matlab binary image of the edge. Binary image binary image for each pixel there are only two possible values, or gray-scale image of the status hierarchy. In fact, the image is monochrome. In addition to black, is white, there is no transition between, no gray-scale images. Either black or white, and all black is a color.
- 2022-12-23 19:35:03下载
- 积分:1