论文相关-Fully automated macular pathology detection in retina OCT

术语:
age-related macular degeneration (AMD) 老年性黄斑变性
diabetic macular edema (DME) 糖尿病性黄斑水肿
Optical coherence tomography (OCT) 光学相干断层扫描
foveal 视网膜中央的
retinal pigment epithelium (RPE) 视网膜色素上皮细胞

子知识:
multiscale spatial pyramid 多尺度空间金字塔
空间金字塔池化(spatial pyramid pooling)之间有什么关系?

dictionary learning 字典学习
Histograms of Oriented Gradients(HOG) 方向梯度直方图
https://www.cnblogs.com/AdaminXie/archive/2018/10/31/9884096.html
https://blog.csdn.net/weixin_42647783/article/details/81454821
引申: Sobel算子

sparse coding 稀疏编码
http://www.cnblogs.com/tornadomeet/archive/2013/04/13/3018393.html
引申:
主成分分析(PCA)算法
http://www.cnblogs.com/pinard/p/6239403.html
(n维矩阵有n阶协方差矩阵,方差使用样本方差(带1/(n-1)的那个))(每个维度求各自维度的平均值,每个维度减去各自维度的平均值以中心化,X为所有x组成的矩阵,故XX^T可计算协方差(相乘再相加求出(为什么不用除以个数?)期望))

K-SVD【K-奇异值分解】
https://zhuanlan.zhihu.com/p/45964374
http://www.cnblogs.com/salan668/p/3555871.html

BM3D 三维块匹配算法
http://www.52rd.com/Blog/Detail_RD.Blog_founder0104_83511.html

中值滤波、形态学开运算、闭运算
https://blog.csdn.net/songzitea/article/details/10665893
http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/opening_closing_hats/opening_closing_hats.html
https://jingyan.baidu.com/article/f96699bbf99d9e894f3c1b4c.html

polynomial fitting、retina aligning 这两步是怎么做的?
列的算术平均值作为点,然后进行二次项拟合……
可能的论文连接 https://www.osapublishing.org/boe/abstract.cfm?uri=boe-5-10-3568

SIFT(Scale-invariant feature transform) 尺度不变特征变换
https://blog.csdn.net/zddblog/article/details/7521424

Cross-Validation 交叉验证
https://zhuanlan.zhihu.com/p/24825503

文章目录
|