登录
首页 » matlab » SAD

SAD

于 2012-05-08 发布 文件大小:1KB
0 155
下载积分: 1 下载次数: 127

代码说明:

  实现了立体匹配的SAD算法计算视差图,结果比较理想(Using the SAD algorithm to calculate the disparity map of stereo matching, the result is good.)

文件列表:

SAD.m,1284,2012-03-06

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

发表评论

0 个回复

  • CloudViewer-master
    CloudViewer (点云可视化软件)是一款面向三维点云数据处理、点云开发专业人员及爱好者的三维点云可视化软件,该软件具备以下功能: 点云 IO。常见点云格式文件(如 ply, pcd 和 obj)的读取、保存、删除清空及可视化。 点云的基本操作。设置点云颜色,合并多个点云,点云格式转换等。 可视化的基本操作。设置视图窗口背景颜色,设置点云的可视化尺寸,设置坐标系的显示,设置视图方位(Main view, Left view, Top view),网格面片显示,网格线框显示等。 模型生成。生成简单立方排布的点云以及基本三维模型,该功能主要用于测试。(CloudViewer uFF08 u70B9 u4E9 u53E u53E3 u5316 u8F6 u4EF0 u0EF6 uFF09 u662F u4E00 u6B3E u972 U4E91 u53E1 u53E1 u3EF3 u7EF3 u7EF3 u3EF0 U5177 u5907 u4E0 u4E0B u529F u80FD uFF1A u70B9 u4E91 i u3002 u5E3 u8C1 u70B9 u4E91 u683C u5F0F u6587 u4EF6 uFF08 u5982 ply, pcd u548C obj uFF09 u7684 U8BFB u53D6 u3001 u4FDD u5B58 u3001 u5220 u9664 u6E05 u7A7A u53CA u53EF u89C6 u5316 u3002 u70B9 u4E9 u7E9 u7684 u57FA u672C u64CD u4F5C u3002 u8BBE u7F6E U70B9 u989 u989.0 u8279 u03109 u03H2 U672C u64CD u4F5C u3002 u8BBE u7F6E u89C6 u56FE u7A97 u53E3 u803 u803 UFF0C u8BBE u7F6E u5750 u6807 u7CFB u7684 u663E u793A uFF0C u8BBE u7F6E u89C6 u56FE u 65B9 u4F4D uFF08Main view, Left view, Top view uFF09 uFF0C u7F51 u683C u973 u7327 u733A u739A u7R3 U751F u6210 u3002 u751F u6210 u7B80 u5355 u7ACB u659B u6392 u5E03 u7E09 U80B0 u4E3B u8981 u7528 u4E8E u6D4B u8BD5 u3002)
    2017-05-09 14:21:30下载
    积分:1
  • daopujisuan
    很好的倒频谱计算程序,可立即生成图形,方便读者理解运用。(very good。)
    2010-10-03 22:09:19下载
    积分: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
  • K-Means PCA降维
    K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the characteristics of data clustering data. The principal component analysis reduces the dimension, carries on the visualization operation to the data, reduces the dimension to the features.)
    2017-06-22 22:05:55下载
    积分:1
  • ICM2image_loop
    对两帧图像进行ICM调试.包含内容:1估计姿态和摄像机内参数;2两幅图做四次金字塔;3利用输入特征点采用ransac算法估计姿态R, T。4sift特征匹配;5摄像机标定。(ICM images on two debugging. Contains: 1 Estimated posture and intrinsic parameters 2 two plans to do four pyramids 3 using the input feature points using ransac algorithm estimates gesture R, T. 4sift feature matching 5 camera calibration.)
    2013-11-16 20:58:55下载
    积分:1
  • watermarkingcheck
    数字水印技术检测,可以对图像加入水印或者从图像中检测出水印(digital watermark detection technology, the image watermarking or from the images detected watermark)
    2007-02-09 23:02:46下载
    积分:1
  • Bayer2RGB
    Bayer图像格式转化为标准RGB格式 Bayer图像格式转化为标准RGB格式(Bayer image format into a standard RGB format Bayer image format into a standard RGB format)
    2020-12-12 12:19:16下载
    积分:1
  • wave
    小波学习资料 供初学者和小波爱好者参考用()
    2007-08-13 17:14:24下载
    积分:1
  • PSLR_ISLR
    计算峰值旁瓣比和积分旁瓣比的MATLAB程序(A MATLAB program for calculating the peak sidelobe ratio and the integral sidelobe ratio)
    2021-04-08 10:09:01下载
    积分:1
  • 基于多尺度态学提取眼前节组织
    说明:  图像处理案例,本程序是用matlab语言上基于多尺度形态学完成提取眼前节组织的功能(Image processing case, this program is based on multi-scale morphology using MATLAB language to complete the extraction of anterior segment tissue function.)
    2021-03-25 16:35:42下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载