文件名称:matlab中耦合模代码-superResolution:超分辨率
文件大小:2.96MB
文件格式:ZIP
更新时间:2024-06-15 03:48:08
系统开源
matlab中补充模代码用于视频超分辨率的多帧运动耦合 作者 亨德里克·德克斯()* 乔纳斯·吉平()* 迈克尔·穆勒()* 依存关系 的MATLAB CUDA 请确保安装所有子模块并检查其安装说明 快速开始 要在Linux系统上进行快速安装,请运行以下命令以安装所有子模块 git clone https://github.com/HendrikMuenster/superResolution cd superResolution git submodule update --init cd flexBox git submodule update --init # we only need to initialize this here mkdir flexBox_CPP/build cd flexBox_CPP/build cmake -DUSE_CUDA=ON -DUSE_OPENMP=ON ../source make && make install cd ../../../prost mkdir prost/build cd prost/build cmake .. make
【文件预览】:
superResolution-master
----.gitmodules(289B)
----motionEstimationGUI()
----testfile.m(3KB)
----data()
--------video_scenes()
----classical methods()
--------singleframeMotionSR_mitzel_prost.m(6KB)
--------test_Unger_prost.m(1KB)
--------test_Mitzel_prost.m(1KB)
--------testfile_full_set_SR_prost.m(4KB)
--------singleframeMotionSR_mitzel_prost_fast.m(7KB)
--------singleframeMotionSR_unger_prost.m(6KB)
----MultiframeMotionCoupling.m(46KB)
----flexBox()
----variants()
--------MultiframeMotionCouplingAlternating.m(8KB)
--------testfile_epicFlow.m(4KB)
--------testfile_inverse_crime.m(3KB)
--------testfile_alternating.m(2KB)
--------VideoProcessor_supplementary_MMC.m(6KB)
--------testfile_gt_sintel.m(4KB)
----prost()
----.gitignore(31B)
----README.md(2KB)
----helpers()
--------LoadImSequenceReal.m(956B)
--------LoadImSequence.m(2KB)
--------constructWarpFF.m(2KB)
--------constructWarpFB.m(2KB)
--------samplingOperator.m(5KB)
--------LoadImSequenceForward.m(2KB)
--------RepConvMtx.m(1KB)
----testfile_full_set.m(4KB)