登录
首页 » matlab » qr_0.2

qr_0.2

于 2009-07-28 发布 文件大小:2540KB
0 225
下载积分: 1 下载次数: 0

代码说明:

说明:  医学图像图像配准方法,采用了经典的基于灰度的方法。(This is a general purpose registration method for medical images. )

文件列表:

qr_0.2
......\c
......\.\c_diffxyt.c
......\.\c_diffxyt.dll
......\.\c_diffxyt.mexglx
......\.\c_smoothavg.c
......\.\c_smoothavg.dll
......\.\c_smoothavg.mexglx
......\christ.mat
......\data
......\....\axial1_stripped.tif
......\....\axial2.tif
......\....\head2_str.tif
......\....\head_org.tif
......\....\head_str.tif
......\....\sag1.tif
......\....\sag1_noise.tif
......\....\sag1_pat.tif
......\....\sag2.tif
......\....\vishum.mat
......\doc
......\...\files.txt
......\init.m
......\readme.txt
......\register
......\........\affbc_find.m
......\........\affbc_find_api.m
......\........\affbc_find_init.m
......\........\affbc_iter.m
......\........\aff_warp.m
......\........\flowfind_raw.m
......\........\flowfind_smooth.m
......\........\flow_add.m
......\........\flow_aff.m
......\........\flow_disp.m
......\........\flow_extract.m
......\........\flow_init.m
......\........\flow_reduce.m
......\........\flow_smooth.m
......\........\flow_undopad.m
......\........\flow_warp.m
......\........\getindex.m
......\........\mask_compute.m
......\........\params_default.m
......\........\register2dem.m
......\........\register2dem_global.m
......\........\updatedisplay.m
......\........\version_qrem.m
......\test_global1.m
......\test_global2.m
......\test_global3.m
......\test_global4.m
......\test_global5.m
......\test_global6.m
......\test_global7.asv
......\test_global7.m
......\test_local1.m
......\test_local1.mat
......\test_local2.m
......\utils
......\.....\conv2mirr.m
......\.....\cutc.m
......\.....\diffxyt.m
......\.....\dispimg.m
......\.....\edgedetect.m
......\.....\framegen.m
......\.....\frameimg.m
......\.....\grid2d.m
......\.....\meshgridimg.m
......\.....\mirror_extend.m
......\.....\mse.m
......\.....\nextpow2.m
......\.....\pad.m
......\.....\pad2dlr.m
......\.....\reduce.m
......\.....\resize_2d.m
......\.....\waitbar.m

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

发表评论

0 个回复

  • Dechirp
    雷达成像Dechirp 脉冲压缩代码 ,感兴趣的可以看看。(Radar the imaging Dechirp pulse compression code, and can see the interest.)
    2012-10-23 19:52:29下载
    积分:1
  • Untitled
    说明:  计算BBO晶体一类匹配时随非共线角变化的相位匹配角(Calculating the phase matching angle of BBO crystal with non-collinear angle)
    2021-05-08 17:28:35下载
    积分:1
  • Octree
    用八叉树法对逆向工程得到扫描的三维实体模型图像处理,实现了对大量点云数据进行三维网格构建。(Octree method of reverse engineering can be scanned 3D solid model of image processing, realize the construct 3D mesh of a lot of point cloud data.)
    2021-02-03 22:19:59下载
    积分:1
  • senkin
    CHEMKIN-III package. Gas mixture sensitivity analysys.
    2020-12-19 17:19:10下载
    积分:1
  • matlab数字信号5
    说明:  培养学生综合利用Matlab解决专业问题的能力 GUI设计+图像处理 基于数字图像处理,设计实现一个自然场景下公路交通限速标志分割和识别的程序。要求系统具有界面,并实现以下功能: 1)读入自然场景下包含交通标志的图像; 2)对图像进行预处理; 3)限速交通标志的分割; 4)交通标志区域的定位。 5)对限速标志中的数字进行分离和识别。(MATLAB basic programming experiment 5)
    2021-04-10 18:38:58下载
    积分:1
  • 基于MATLAB的SAD模板匹配算法
    说明:  基础SAD算法代码,最基本的图像匹配处理方法,也是最常用的基本法,有助于新手理解(Basic sad algorithm code)
    2020-05-13 17:47:17下载
    积分:1
  • 现菲涅耳数字全息的方里面包括同轴和离轴
    实现菲涅耳数字全息的方里面包括同轴和离轴 欢迎大家下载(feinieer shuziquanxi··)
    2020-12-08 20:59:20下载
    积分:1
  • 2353523253
    说明:  一个简单的画图程序,提供基本图元点、线、面,图元填充、裁剪的操作(Simple Draw)
    2009-07-21 17:34:05下载
    积分:1
  • QR
    说明:  对二维码识别进行预处理的二值化,平滑以及角度和畸变的校正等(qr code pre.)
    2015-12-14 14:58:33下载
    积分:1
  • LBP1
    用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。(With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.)
    2013-10-21 17:09:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载