登录
首页 » matlab » image

image

于 2018-05-15 发布 文件大小:2597KB
0 157
下载积分: 1 下载次数: 5

代码说明:

  立体匹配sad算法,matlab基于SAD法对左右两幅图片进行匹配,并生成深度图像。.m文件。(Stereo matching sad algorithm)

文件列表:

im0.bmp, 495576 , 2010-01-26
im1.bmp, 507056 , 2010-01-26
im2.bmp, 507056 , 2010-01-26
im4.bmp, 495576 , 2010-01-26
im5.bmp, 507056 , 2010-01-26
im7.bmp, 507056 , 2010-01-26
sad.m, 1181 , 2018-05-15
scene1.row3.col1.bmp, 331832 , 2010-01-26
scene1.row3.col5.bmp, 331832 , 2010-01-26

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

发表评论

0 个回复

  • psfGauss
    图像高斯模糊的算法,自定义大小和模糊半径(psf of Gaussian)
    2010-11-16 08:04:22下载
    积分:1
  • 3D_reconstruction
    通过相机标定工具箱得到相机的内参等信息对多幅图像进行三维重建。再贴上纹理。(Camera Calibration Toolbox has been through the camera' s internal information on the number of three-dimensional image reconstruction. Then paste texture.)
    2009-04-16 15:17:21下载
    积分:1
  • 快速行进法的快速修复算法与TV对比
    基于快速行进法的快速图像修复算法与TV对比(Fast Marching Method Based on the fast image restoration algorithm and TV Comparison)
    2008-07-03 17:51:58下载
    积分:1
  • Regiongrowingmethod
    区域生长法获取图像边界 必须有种子 可以有很多方法 这里直接鼠标点击(Region growing method to obtain the image the border must have a lot of methods of seed can have a direct mouse click here)
    2009-04-06 23:23:00下载
    积分:1
  • hongmo2
    进一步讨论怎么样进行虹膜眼睛的位置确认,区域生长法确定内圆轮廓(To further discuss how to confirm the position of the iris eye and determine the inner circle contour by region growth method)
    2019-04-01 14:09:10下载
    积分:1
  • DCT-digital-watermarking-technology
    提出了一种基于纠错编码的DCT域数字水印算法,该算法在检测时不需要原始图像,实现了盲检。并且对水印图像进行了利用超混沌置乱处理,提高了安全性能和抗攻击能力。纠错编码的引入使水印抗攻击能力明显增强。 (DCT digital watermarking algorithm based on error correction coding, the algorithm detected without the original image, blind. And watermark image of the the hyperchaotic scrambling process, improve the safety performance and anti-attack capability. The introduction of error correction coding watermark anti-attack capability significantly enhanced.)
    2021-04-28 17:38:44下载
    积分:1
  • grey-level-histogram
    利用BCB编程,实现JPEG图像选择加载功能,并在TChart控件上显示图像的灰度直方图(The use of the BCB programming, loaded JPEG image selection and image histogram on in TChart controls)
    2013-04-15 11:41:48下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • katsevich
    螺旋轨迹重建的一种实现方法,是解析算法的典型案例(An implementation method of spiral trajectory reconstruction is an analytical algorithm)
    2021-04-20 17:28:50下载
    积分:1
  • fourier
    利用傅里叶变换方法自动处理正弦条纹图像,获得条纹图相位(Fourier transform method for automatic processing of sinusoidal fringe image obtained fringe pattern phase)
    2020-10-29 16:49:56下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载