文件名称:matlab滤镜效果代码-vco_v1.0_matlab:用于容器对应优化方法的Matlab代码(1.0版),在MICCAI2016上展示
文件大小:230KB
文件格式:ZIP
更新时间:2024-06-16 16:44:16
系统开源
matlab滤镜效果代码vco_v1.0_matlab 容器对应优化(VCO)算法的Matlab实现(1.0版),其描述如下: Seung Yeon Shin, Soochahn Lee, Kyoung Jin Noh, Il Dong Yun, Kyoung Mu Lee: Extraction of Coronary Vessels in Fluoroscopic X-Ray Sequences Using Vessel Correspondence Optimization. MICCAI (3) 2016: 308-316 重要文件的简要说明 SampleCodeForVCO.m:示例代码,演示如何调用VesselCorrespondenceOptimization()函数 VesselCorrespondenceOptimization.m:VCO算法的主文件 GlobalChaferMatching_run.m:从框架t的中心线到框架t + 1的全局倒角匹配 Point2PointMatching.m:在帧t + 1中为来自帧t的点生成对应的候选点 ComputeCosts
【文件预览】:
vco_v1.0_matlab-master
----SampleCodeForVCO.m(4KB)
----LICENSE.txt(34KB)
----GlobalChaferMatching_run.m(3KB)
----bresenham.m(1KB)
----MakeGraphFromImage.m(11KB)
----README.md(3KB)
----SaveResultToPath.m(2KB)
----GetCandidates.m(3KB)
----VesselCorrespondenceOptimization.m(8KB)
----Point2PointMatching.m(6KB)
----third_party()
--------toolbox_fast_marching()
--------mrfMinimizerMex_trws_lbp-master()
--------frangi_filter_version2a()
----ChamferMatch.m(2KB)
----GrowVesselUsingFastMarching.m(7KB)
----test_img()
--------img_t.bmp(768KB)
--------mask_t.bmp(32KB)
--------imt_tp1.bmp(768KB)
----ComputeCosts2.m(6KB)
----MakeConnectedCenterlineFromSubsampledPts.m(7KB)