登录
首页 » matlab » Dinp_2004

Dinp_2004

于 2010-09-04 发布 文件大小:217KB
0 95
下载积分: 1 下载次数: 273

代码说明:

  这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式(This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement)

文件列表:

Dinp_2004
.........\DATA Files
.........\..........\DMAH2.m,764,2003-09-18
.........\..........\DMAHN.m,817,2003-09-18
.........\..........\DTPC1.m,788,2003-09-22
.........\..........\DTPC2.m,788,2003-09-22
.........\..........\DTPC3.m,835,2003-09-22
.........\..........\DTX1.m,480,2003-09-18
.........\..........\DTX2.m,480,2003-09-18
.........\..........\DTXY1.m,606,2003-09-22
.........\..........\DTXY2.m,628,2003-09-22
.........\..........\DTXY3.m,773,2003-09-22
.........\..........\EKIN1.m,441,2003-09-18
.........\..........\LAN.m,599,2003-09-22
.........\..........\MAH3.m,1239,2003-09-18
.........\..........\MPEND.m,489,2003-09-18
.........\..........\PILZ1.m,554,2003-09-18
.........\..........\PILZ2.m,589,2003-09-18
.........\..........\PILZ3.m,628,2003-09-18
.........\..........\ROTD.m,455,2003-09-18
.........\DINP.m,3484,2003-09-18
.........\DOC Files
.........\.........\DTPC.doc,115200,2003-10-08
.........\.........\DTX.doc,136192,2003-10-08
.........\.........\DTXY.doc,111616,2003-10-08
.........\.........\EKIN.doc,113152,2003-10-08
.........\.........\LAGRE1.doc,137728,2004-07-28
.........\.........\LAGRE2.doc,147456,2004-07-28
.........\.........\LAGREN.doc,79360,2004-07-28
.........\.........\ROT.doc,93696,2003-10-08
.........\README.DOC,104448,2004-11-22
.........\SORCE Files
.........\...........\DTPC.m,13201,2004-07-08
.........\...........\DTX.m,10976,2004-07-08
.........\...........\DTXY.m,12022,2004-07-08
.........\...........\EKIN.m,11178,2004-07-08
.........\...........\LAGRE1.m,11440,2004-07-28
.........\...........\LAGRE2.m,12374,2004-07-28
.........\...........\LAGREN.m,16811,2004-07-08
.........\...........\ROT.m,11065,2004-07-08

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

发表评论

0 个回复

  • im_denoise
    几种经典的图像平滑去噪算法程序,其中包括小波软阈值和硬阈值处理。还附送三个图像质量评价程序(several classic image denoising smoothing algorithm procedures, which include thresholding wavelet soft and hard threshold processing. Also attached three image quality evaluation procedures)
    2006-11-06 10:02:10下载
    积分:1
  • Soft_Morphology_Top_Hat
    改进的数学形态学小目标检测,用于红外图像中的点目标检测,比传统的Top-Hat变换检测精度高(Small target detection improved mathematical morphology for point target detection in infrared images, higher detection accuracy than traditional Top-Hat transform)
    2013-03-25 20:33:11下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • fromirangaborfilter
    基于纹理分析的图像分割用滤波实现,需要先输入参数。%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes (Based on Texture Analysis for Image Segmentation with filtering to achieve, need to input parameters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes)
    2007-11-14 12:42:25下载
    积分:1
  • 3D-MIP---5533
    可以在VTK下进行三维重建的DICOM数据(Three-dimensional reconstruction can be carried out in the VTK DICOM data)
    2020-12-17 16:29:12下载
    积分:1
  • suanzi
    用所写算子进行边缘检测,对matlab自身图片进行分析,其中的suanzi.m是自定义的边缘检测算子(operator with written for edge detection, right Matlab own photo analysis suanzi.m which is the definition of edge detection operator)
    2007-05-24 09:08:56下载
    积分:1
  • scanning
    阈值重心法实现光带中心线提取,可用于结构光扫描的模型建立,处理二值化图像等。(Threshold barycenter method is used to extract the center line of optical band. It can be used to model structured light scanning and process binary images.)
    2020-11-18 11:49:39下载
    积分:1
  • matlab_face_detection
    将图片由RGB格式转化为YCbCr格式下,用椭圆方法判定肤色和非肤色区域,进行二值化处理,最后显示结果(Pictures from RGB format into a YCbCr format, the method used to determine color elliptical and non-color regions, to carry out binarization processing, the final result will be displayed)
    2009-01-06 12:10:35下载
    积分:1
  • C# 实现简单数字验证码解析(Tesseract OCR 解析验证码) 实例代码
    具体实现思路:以4位数字的验证码为例 1、人工将验证码的4位数字每位对应的代码存入数据库中,每位存入0-9对应的代码,每个数可以多存这样可以提高识别率; 2、获取验证码以后,对其进行去背景、灰度处理、去噪点处理、分片处理以后生成每位数字对应的代码; 3、去背景色,这一步的目的是把验证码和背景颜色区别开来。4、去噪声:这一步要取出图像上的孤立点。这些孤立点被认为是噪声。  孤立点的定义:某个点,周围没有与该点等值的点。  或者某个连接块,该连接块的元素的个数小于某个给定值K, 把元素个数很小的连接块也定义为孤立点,有助于去处噪声。  去噪声算法:参照去背景算法。 5、图像锐化:图像锐化的目的是增强边界。这一步是可选的。看验证码的情况,这一步可以跳过。 6、图片有效区域截取:这个操作是将图片除验证码字符以外的边框去掉,只留下验证码字符图片,这样保证分片的准确性。 7、图片分片处理,这个处理是将整个图片分割成单个字符图片。8、拿分片图像生成的代码(eg:000111110011…..)与DB中已有代码相比较,取得相似度最高的即要验证码的字符;   注:如果DB的样本越多,识别的准确率也越高,但是速度会相应变慢
    2013-02-18下载
    积分:1
  • CvThrehold
    基于opencv实时图像的2值化处理,一定要有摄像头(Opencv-based real-time image processing of two values, there must be a camera)
    2013-11-29 20:29:33下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载