项目作者: vince-xunzhe

项目描述 :
Edge detection algorithms implemented with MATLAB, for OCT retinal layer segmentation.
高级语言: Matlab
项目地址: git://github.com/vince-xunzhe/OCT-image-edge-detection.git
创建时间: 2018-07-25T01:32:53Z
项目社区:https://github.com/vince-xunzhe/OCT-image-edge-detection

开源协议:

下载


OCT-image-edge-detection

  1. 基于Canny边缘检测算法的实现。阐述了Canny边缘检测算子的理论知识,并利用Canny提出的自动分割算法实现了视网膜层状结构的边缘检测,并且讨论了阈值参数的选择对边缘检测结果的影响

  2. 介绍了方向可控性滤波器的设计理论,并选择合适的设计指标和参数,设计相应的方向可控滤波器,并对视网膜层状图像进行检测实验