-
C#使用WebService调用海康SDK实现抓图与录像实时下载
一个C#使用WebService调用海康SDK实现抓图与录像实时下载的小例子
- 2020-03-31下载
- 积分:1
-
SNR
计算一副图像,或者加噪声后图像信噪比和峰值信噪比,代码非常简洁方便,效率很高。(Calculate the image SNR and PSNR)
- 2021-03-15 15:09:22下载
- 积分:1
-
StereoVision_SSD
本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。
这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。
main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘
制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数
y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。
从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions.
The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD.
main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters
y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data.
From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds.
)
- 2011-01-25 19:06:47下载
- 积分:1
-
ImproveCanny
说明: 一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。(The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and the sub-images edge information.)
- 2019-03-20 21:30:08下载
- 积分:1
-
msseg
meanshift track的。希望对大家有用o .(It s about meanshift program.)
- 2011-07-15 13:53:12下载
- 积分:1
-
FGseg
该代码实现了基于graph cut的图象分割算法,具体代码是用c++编写的,但提供了matlab接口,分割效果较好.(The code based on the graph cut image segmentation algorithm, the specific code is used c++ Prepared, but provides a matlab interface, better segmentation.)
- 2007-12-12 11:04:53下载
- 积分:1
-
cab
用模糊集方法进行图像增强,先对源图像做模糊化,然后在模糊平面上进行变换,最后再反模糊化,从而达到模糊集图像增强的目的。(Image enhancement using fuzzy set method, the first source image blurring, and then transform the fuzzy plane, and finally anti-blurring, so as to achieve the purpose of the fuzzy set of image enhancement.)
- 2021-01-27 12:08:35下载
- 积分:1
-
matlab-SSIM
图像质量评价经典算法,ssim算法评价图像质量好坏程度的度量(Image quality assessment of the classical algorithm, SSIM algorithm.A measure of the degree of image quality )
- 2021-04-26 15:08:45下载
- 积分:1
-
Smoke-detector
关于图像中的烟雾检测,输入图像,如果图像有烟雾的话,会自动检测,并显示出来(The smoke detector on the image, the input image, if the image of smoke, it will automatically detect and display)
- 2013-05-24 20:50:04下载
- 积分:1
-
scatter_plot
散点图数据输入,绘制,输出整个过程, 对于文章出图很有帮助。(Scatter plot data entry, rendering, output the entire process, the article showing helpful.)
- 2015-09-14 10:57:54下载
- 积分:1