登录
首页 » matlab » code

code

于 2019-04-15 发布
0 84
下载积分: 1 下载次数: 10

代码说明:

说明:  基于MATLAB语言,计算两幅图像峰值信噪比和均方差。(Computing Peak Signal-to-Noise Ratio and Mean Variance of Image)

文件列表:

quzao_example.m, 1667 , 2019-01-21
psnr.m, 402 , 2018-07-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • line_sobel
    Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。(Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.)
    2009-05-23 21:15:44下载
    积分:1
  • untitled2
    说明:  通过比较在预处理中选择了灰度变换增强、选择了中值滤波平滑、Sobel算子锐化并利用Ostu法阈值分割法进行分割;用了小波多尺度检测进行检测,最后计算出大桥裂缝的相关数据,在大桥桥梁裂缝检测方法与研究中可以较好的实现大桥桥梁裂缝图像的检测。(the gray-scale transform enhancement, median filter smoothing, Sobel operator sharpening are selected in the preprocessing, and the Ostu threshold segmentation method is used for segmentation; finally, the wavelet multi-scale detection is used for detection, which can better realize the detection of the bridge surface crack image in the bridge surface crack detection method and research.)
    2020-04-22 18:25:10下载
    积分:1
  • easygallery
    EasyGallery是一个用非常简单的方法来生成缩略图的PHP程序。可应用于所有你需要的图像文件。(EasyGallery is a very simple way to generate thumbnails PHP program. All you need can be applied to an image file.)
    2016-05-09 15:54:25下载
    积分:1
  • LBP
    对图像进行MB-LBP滤波,具有强大的纹理描绘能力(The image filter MB-LBP)
    2016-09-05 17:03:41下载
    积分:1
  • siftDemoV4
    SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。[1] 该方法于1999年由David Lowe[2] 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004年再次经David Lowe整理完善后发表于International journal of computer vision(IJCV)。截止2014年8月,该论文单篇被引次数达25000余次。(SIFT, namely Scale Invariant Feature Transform (Scale-invariant feature transform, SIFT), it is a description for image processing. This description has scale invariance, can detect critical point in the image, it is a local feature descriptor. [1] The method in 1999 by David Lowe [2] First published in the International Conference on Computer Vision (International Conference on Computer Vision, ICCV), 2004 was again perfect finishing after David Lowe published in the International journal of computer vision (IJCV) . As of August 2014, the paper cited the number of times a single article of more than 25,000 times.)
    2020-07-15 20:18:51下载
    积分:1
  • read envi
    读取envi的img格式的高光谱文件,是matlab对其进行处理高光谱图像,是env和matlab相同(Read envi img format hyperspectral file, is matlab to deal with hyperspectral images, is the same as env and matlab)
    2017-09-24 21:45:44下载
    积分:1
  • daima
    题目: 八宝粥的生产过程中需要用到大量的红豆(红蚕豆),而实际上从红豆产地购买得到的红豆中会参杂一些杂物和不合格红豆。为了保证八宝粥的质量,需要对红豆进行筛选,去除不合格红豆和其它杂物。目前国内在红豆筛选工序上仍然使用人工筛选的方式,存在人工成本高、精确度差、劳动强度大等缺点。因此八宝粥生产厂商迫切需求开发一款能够自动实现红豆筛选的自动化筛选机。针对上述需求,请设计筛选机中的基于可见光图像的红豆筛选算法,该算法应尽可能的准确的找到参杂在红豆原料中的不合格红豆和杂物。 附件包括两个不同实验环境下拍摄得到的红豆相关图片样本库,实验环境分别为自然光照条件和灯光条件。每个条件下的样本库包括合格、不合格、杂物和混合四类样本的图像,其中合格、不合格以及杂物的图像可用来训练或建模,混合类图像用来测试算法的准确性和实时性。同学可在自然光照环境下的样本库或者灯光条件下的样本库中任选其一,用于解决上述问题。 作业提交格式包括以下四个内容: 一、 问题分析 二、 算法设计 三、 实验结果(将自己选择的样本库中的混合样本图片中的样本个体进行分类,并给出可视化的分类结果。) (Title:Use a lot of red bean production process of eight-treasure porridge ( red bean ), but in fact from the Red areas available in red bean can blend some sundries and unqualified red bean. In order to ensure the quality of eight-treasure porridge, the need for screening of red bean, red bean and other debris removal is not qualified. At present in the domestic bean screening process still use manual screening method, has the disadvantages of high labor costs, poor accuracy, high labor intensity. Therefore, eight-treasure porridge manufacturers need to develop a can achieve automatic bean screening automatic screening machine. According to the above requirements, please design screening machine selection algorithm based on visible light image of the red, the algorithm should be as accurate as possible to find the mixed in the bean raw materials in the unqualified red bean and debris.Accessories include captured in two different experimental environment of the red bean image sample dat)
    2013-03-11 21:10:47下载
    积分:1
  • inverse-with-Calibration-parameters
    利用摄像头工具箱标定得到的内部参数还原透视图像为“鸟瞰图”。本例中使用的图像时棋盘格。(Using the internal parameters obtained from the camera calibration toolbox. reducting perspective images as the "bird s eye view". In this case, use the image of the checkerboard.)
    2021-03-04 20:39:32下载
    积分:1
  • DPAD_toolbox
    关于speckle 去噪的一种很新的方法,基于流行的SRAD方法改进的。(The reference of thic package is On the Estimation of the Coefficient of Variation for Anisotropic Diffusion Speckle Filtering)
    2014-03-31 09:41:48下载
    积分:1
  • matlab K-means
    说明:  按照最邻近原则把待分类样本点分到各个簇。然后按平均法重新计算各个簇的质心,从而确定新的簇心。一直迭代,直到簇心的移动距离小于某个给定的值。(According to the nearest neighbor principle, the sample points to be classified are divided into clusters. Then the centroid of each cluster is recalculated according to the average method to determine the new cluster center. Iterate until the moving distance of the cluster center is less than a given value)
    2020-06-19 03:00:01下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载