登录
首页 » matlab » 基于多尺度形态学提取眼前节组织

基于多尺度形态学提取眼前节组织

于 2018-04-19 发布 文件大小:705KB
0 80
下载积分: 1 下载次数: 10

代码说明:

  基于多尺度形态学提取眼前节组织,已经调试成功,效果明显,可直接使用(Extraction of anterior segment tissue based on multi-scale morphology has been successfully debugged, and can be used directly.)

文件列表:

基于多尺度形态学提取眼前节组织, 0 , 2018-04-19
基于多尺度形态学提取眼前节组织\Coef.m, 430 , 2014-12-29
基于多尺度形态学提取眼前节组织\Edge_One.m, 218 , 2014-12-29
基于多尺度形态学提取眼前节组织\Main_Process.m, 707 , 2014-12-29
基于多尺度形态学提取眼前节组织\Multi_Process.m, 259 , 2014-12-29
基于多尺度形态学提取眼前节组织\compute_infos.m, 360 , 2014-12-29
基于多尺度形态学提取眼前节组织\dt.mat, 643862 , 2014-12-29
基于多尺度形态学提取眼前节组织\images, 0 , 2018-04-19
基于多尺度形态学提取眼前节组织\images\image.bmp, 614454 , 2009-11-25
基于多尺度形态学提取眼前节组织\runme.m, 626 , 2014-12-29
基于多尺度形态学提取眼前节组织\supoles.m, 167 , 2014-12-29
基于多尺度形态学提取眼前节组织\sys_sim.m, 141 , 2014-12-29
基于多尺度形态学提取眼前节组织\usim.m, 166 , 2014-12-29
基于多尺度形态学提取眼前节组织\usimole.m, 114 , 2014-12-29

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

发表评论

0 个回复

  • edge
    边沿检测轮廓跟踪,在图像处理中非常重要的边缘检测轮廓跟踪算法。(Edge detection contour tracking, image processing in a very important edge detection contour tracking algorithm.)
    2008-03-23 17:01:03下载
    积分:1
  • 线性高光谱解混常用算法程序
    涵盖了几种常用的基于线性混合模型的高光谱数据解混算法的代码,可以借鉴!(It covers several common codes of hyperspectral data fusion algorithm based on linear mixed model, which can be used for reference.)
    2021-02-22 11:29:41下载
    积分:1
  • Face-Recognition-Gabor-Occlusion
    发表于ECCV上的一篇用于人脸识别的算法,Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary (At ECCV on an algorithm for face recognition, Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary)
    2011-10-25 15:47:37下载
    积分:1
  • im_smooth
    说明:  本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。(The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program can be run directly after downloading.)
    2020-11-23 22:39:33下载
    积分:1
  • WPF 3D片浏览墙
    WPF 3D图片浏览墙
    2015-01-22下载
    积分:1
  • src
    说明:  ORB-SLAM 基本延续了 PTAM 的算法框架,但对框架中的大部分组件都做了改进, 归纳起来主要有 4 点: ORB-SLAM 选用了 ORB 特征, 基于 ORB 描述量的特征匹配和重定位, 都比 PTAM 具有更好的视角不变性。此外, 新增三维点的特征匹配效率更高, 因此能更及时地扩展场景。扩展场景及时与否决定了后续帧是否能稳定跟踪。ORBSLAM 加入了循环回路的检测和闭合机制, 以消除误差累积。系统采用与重定位相同的方法来检测回路(匹配回路两侧关键帧上的公共点), 通过方位图 (Pose Graph) 优化来闭合回路。PTAM 需要用户指定 2 帧来初始化系统, 2 帧间既要有足够的公共点, 又要有足够的平移量. 平移运动为这些公共点提供视差 (Parallax) , 只有足够的视差才能三角化出精确的三维位置。ORB-SLAM 通过检测视差来自动选择初始化的 2 帧。PTAM 扩展场景时也要求新加入的关键帧提供足够的视差, 导致场景往往难以扩展. ORB-SLAM 采用一种更鲁棒的关键帧和三维点的选择机制——先用宽松的判断条件尽可能及时地加入新的关键帧和三维点, 以保证后续帧的鲁棒跟踪; 再用严格的判断条件删除冗余的关键帧和不稳定的三维点,以保证 BA 的效率和精度。(Orb-slam basically continues the algorithm framework of PTAM, but most of the components in the framework have been improved, which mainly includes four points:)
    2020-06-11 23:43:54下载
    积分:1
  • Wiener-filter
    利用维纳滤波实现噪声中的语音信号恢复,产生chirp信号,噪声为高斯白噪声,噪声叠加在chirp信号上,构成观测信号x(n),使用编程方法实现使用维纳滤波滤除高斯噪声。(Wiener filtering the voice signal recovery in the noise generated chirp signal, the noise is Gaussian white noise, noise superimposed on the chirp signal, constitute the observed signal x (n), using the programming method using the Wiener filter filter Gaussian noise.)
    2012-11-27 11:31:50下载
    积分:1
  • TNNR_code
    截断核范数程序,admm和apg的实现过程(Truncation of kernel norm programs, the implementation of ADMM and APG)
    2018-06-12 20:05:26下载
    积分:1
  • yundongguji
    运动估计中的各种搜索方法的源代码,方便实现运动估计(Motion Estimation in a variety of search methods of the source code to facilitate the realization of motion estimation)
    2008-05-27 17:05:31下载
    积分:1
  • darkchanneldefog
    基于暗通道先验理论的去雾算法,使用rgb暗通道计算大气光及透射率获得去雾图像(Since the scene radiance is usually not as bright as the atmospheric light, the image after haze removal looks dim. So we increase the exposure of J(x) for display.)
    2018-01-14 15:08:15下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载