-
cvprcode
这个代码是基于论文“Saliency Detection via Graph-Based Manifold Ranking”下的程序源码,作者是Chuan Yang, Lihe Zhang, Huchuan Lu, Ming-Hsuan Yang, and Xiang Ruan
功能1:使用canny算子计算图像的二值边缘图
(The code is for paper "Saliency Detection via Graph-Based Manifold Ranking"
by Chuan Yang, Lihe Zhang, Huchuan Lu, Ming-Hsuan Yang, and Xiang Ruan
Procedures:
1. compute a binary edge map of the image using the canny method.
)
- 2013-09-06 17:03:54下载
- 积分:1
-
view
Matlab time-frequency analysis supporting the source code of chapter 12, please share
- 2017-08-03 03:15:27下载
- 积分:1
-
yuzhihuafenge
图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
- 2011-11-14 21:10:46下载
- 积分:1
-
speckle-denoise
医学超声图像滤波必看:针对斑点噪声的几种滤波算法的经典论文。包括Lee的滤波算法,Frost的滤波算法,Kuan的滤波算法,MAP(Maxima a priority)的滤波算法。(Medical ultrasound image filtering must-see: a classic paper several filtering algorithm for speckle noise. Including the filtering algorithm of Lee and Frost filtering algorithm, Kuan filter algorithm, MAP (Maxima a priority) filtering algorithm.)
- 2012-05-02 23:30:56下载
- 积分:1
-
xb
说明: 小波阈值去噪。对灰度图像和二值图像进行滤波。(Wavelet thresholding filter . Denoiseing for the gray image and binary image .)
- 2010-04-23 14:52:02下载
- 积分:1
-
GDALImageMosaic
VC++开发的遥感影像拼接程序,两张示例图像,实现拼接线平滑的拼接算法。(VC++ development of remote sensing image mosaic program, two sample images to achieve a smooth stitching thread stitching algorithm.)
- 2020-08-14 17:38:28下载
- 积分:1
-
Image-Fusion
泊松融合在某种意义上解决了图像融合的问题,但其在融合的过程中仅仅考虑了融入图像的梯度,而没有利用背景图像的梯度,因此,在使用泊松融合的过程中,需要对融入区域的标记较为准确,否则,会造成背景纹理的丢失,视觉上可以明显觉察图像融入的痕迹。因此,对公式稍作修改,在考虑前景的同时考虑背景的变化,可以得到更优的结果。(Poisson convergence in a sense solved the problem of image fusion, but it only considers the integration of image gradient in the integration process, but not the use of a background image gradient, therefore, the use of the Poisson integration process, the need for more accurate marker into the area, otherwise, it will result in the loss of background texture, image integration can clearly perceive the visual traces. Therefore, the formula slightly modified, in considering the prospect of taking into account the changes in the background, you can get better results.)
- 2015-04-21 12:11:50下载
- 积分:1
-
c# 饼形图分析公司男女比例 附源码
c# 饼形图分析公司男女比例 附源码
- 2013-05-15下载
- 积分:1
-
Kalman
基于卡尔曼滤波器的监控系统的设计,实现了对运动目标进行识别,并对其运动轨迹进行预测的功能;当二值化图像超过一定阈值时,判断为有外人入侵,实现报警功能。(Kalman filter based on the design of monitoring system to achieve the recognition of moving objects, and its motion trajectory prediction function when the binary image exceeds a certain threshold, to determine the invasion of outsiders, to achieve alarm function.)
- 2016-11-11 17:37:29下载
- 积分:1
-
EXP
说明: 注:运行前自己准备图像,修改I = imread('')单引号中的路径
1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。
2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。
3. 图像平移和旋转
4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
- 2020-08-15 08:49:44下载
- 积分:1