├── README.md ├── 传统成像 ├── image │ ├── 17.jpg │ ├── data_form_tian.m │ ├── data_grad.mat │ ├── form_circle.m │ ├── form_grad.m │ ├── form_ten_data0.m │ ├── leaves.mat │ ├── lena.mat │ ├── lena512.mat │ └── ten_data.mat ├── main_tro_cam.m └── sub │ ├── LF_sim.m │ ├── clearall.m │ ├── im_recon.m │ ├── select_nx_ny.m │ ├── select_obj.m │ ├── sub_reversal_im.m │ └── sub_revise_im.m ├── 光场相机成像 ├── data │ └── nothing.txt ├── dataRGB │ └── nothing.txt ├── image │ ├── BaboonRGB.tif │ ├── LenaRGB.tif │ ├── PeppersRGB.tif │ ├── circle_card.jpg │ ├── lena.jpg │ └── lena101.jpg ├── image2 │ ├── A1.jpg │ ├── B1.jpg │ ├── C1.jpg │ ├── D1.jpg │ ├── E1.jpg │ ├── N1.jpg │ ├── O1.jpg │ ├── R1.jpg │ └── X1.jpg ├── len_sub │ ├── LF_sim.m │ ├── clearall.m │ ├── ensure_par.m │ ├── fprintf_RGB.m │ ├── get_Y.m │ ├── micr_sen_center.m │ ├── reshape4to2_im.m │ ├── select_2obj.m │ ├── select_obj.m │ ├── select_object.m │ └── sum_4D_im.m ├── main_len_micros_2D.m ├── main_refocuse.m └── refocuse_sub │ ├── clearall.m │ ├── fprintf_RGB.m │ ├── get_Y.m │ ├── im_recon3.m │ ├── im_reshape2to4.m │ ├── refocuse_im.m │ ├── sen_adjust.m │ ├── sub_reversal3_im.m │ └── sub_revise3_im.m └── 压缩感知光场相机 ├── CS-Code └── SolveOMP.m ├── README.md ├── image ├── finger_data.mat ├── hough_data.mat └── ten_data.mat ├── main.m └── sub ├── LF_refocuse.m ├── LF_sim.m ├── clearall.m ├── im_recon.m ├── select_obj.m ├── sub_reversal_im.m └── sub_revise_im.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/README.md -------------------------------------------------------------------------------- /传统成像/image/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/17.jpg -------------------------------------------------------------------------------- /传统成像/image/data_form_tian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/data_form_tian.m -------------------------------------------------------------------------------- /传统成像/image/data_grad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/data_grad.mat -------------------------------------------------------------------------------- /传统成像/image/form_circle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/form_circle.m -------------------------------------------------------------------------------- /传统成像/image/form_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/form_grad.m -------------------------------------------------------------------------------- /传统成像/image/form_ten_data0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/form_ten_data0.m -------------------------------------------------------------------------------- /传统成像/image/leaves.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/leaves.mat -------------------------------------------------------------------------------- /传统成像/image/lena.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/lena.mat -------------------------------------------------------------------------------- /传统成像/image/lena512.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/lena512.mat -------------------------------------------------------------------------------- /传统成像/image/ten_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/image/ten_data.mat -------------------------------------------------------------------------------- /传统成像/main_tro_cam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/main_tro_cam.m -------------------------------------------------------------------------------- /传统成像/sub/LF_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/LF_sim.m -------------------------------------------------------------------------------- /传统成像/sub/clearall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/clearall.m -------------------------------------------------------------------------------- /传统成像/sub/im_recon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/im_recon.m -------------------------------------------------------------------------------- /传统成像/sub/select_nx_ny.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/select_nx_ny.m -------------------------------------------------------------------------------- /传统成像/sub/select_obj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/select_obj.m -------------------------------------------------------------------------------- /传统成像/sub/sub_reversal_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/sub_reversal_im.m -------------------------------------------------------------------------------- /传统成像/sub/sub_revise_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/传统成像/sub/sub_revise_im.m -------------------------------------------------------------------------------- /光场相机成像/data/nothing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/data/nothing.txt -------------------------------------------------------------------------------- /光场相机成像/dataRGB/nothing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/dataRGB/nothing.txt -------------------------------------------------------------------------------- /光场相机成像/image/BaboonRGB.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/BaboonRGB.tif -------------------------------------------------------------------------------- /光场相机成像/image/LenaRGB.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/LenaRGB.tif -------------------------------------------------------------------------------- /光场相机成像/image/PeppersRGB.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/PeppersRGB.tif -------------------------------------------------------------------------------- /光场相机成像/image/circle_card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/circle_card.jpg -------------------------------------------------------------------------------- /光场相机成像/image/lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/lena.jpg -------------------------------------------------------------------------------- /光场相机成像/image/lena101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image/lena101.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/A1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/A1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/B1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/B1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/C1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/C1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/D1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/D1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/E1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/E1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/N1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/N1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/O1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/O1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/R1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/R1.jpg -------------------------------------------------------------------------------- /光场相机成像/image2/X1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/image2/X1.jpg -------------------------------------------------------------------------------- /光场相机成像/len_sub/LF_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/LF_sim.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/clearall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/clearall.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/ensure_par.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/ensure_par.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/fprintf_RGB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/fprintf_RGB.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/get_Y.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/get_Y.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/micr_sen_center.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/micr_sen_center.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/reshape4to2_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/reshape4to2_im.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/select_2obj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/select_2obj.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/select_obj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/select_obj.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/select_object.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/select_object.m -------------------------------------------------------------------------------- /光场相机成像/len_sub/sum_4D_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/len_sub/sum_4D_im.m -------------------------------------------------------------------------------- /光场相机成像/main_len_micros_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/main_len_micros_2D.m -------------------------------------------------------------------------------- /光场相机成像/main_refocuse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/main_refocuse.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/clearall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/clearall.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/fprintf_RGB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/fprintf_RGB.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/get_Y.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/get_Y.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/im_recon3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/im_recon3.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/im_reshape2to4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/im_reshape2to4.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/refocuse_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/refocuse_im.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/sen_adjust.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/sen_adjust.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/sub_reversal3_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/sub_reversal3_im.m -------------------------------------------------------------------------------- /光场相机成像/refocuse_sub/sub_revise3_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/光场相机成像/refocuse_sub/sub_revise3_im.m -------------------------------------------------------------------------------- /压缩感知光场相机/CS-Code/SolveOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/CS-Code/SolveOMP.m -------------------------------------------------------------------------------- /压缩感知光场相机/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/README.md -------------------------------------------------------------------------------- /压缩感知光场相机/image/finger_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/image/finger_data.mat -------------------------------------------------------------------------------- /压缩感知光场相机/image/hough_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/image/hough_data.mat -------------------------------------------------------------------------------- /压缩感知光场相机/image/ten_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/image/ten_data.mat -------------------------------------------------------------------------------- /压缩感知光场相机/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/main.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/LF_refocuse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/LF_refocuse.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/LF_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/LF_sim.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/clearall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/clearall.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/im_recon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/im_recon.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/select_obj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/select_obj.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/sub_reversal_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/sub_reversal_im.m -------------------------------------------------------------------------------- /压缩感知光场相机/sub/sub_revise_im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzichao/Light-field-camera/HEAD/压缩感知光场相机/sub/sub_revise_im.m --------------------------------------------------------------------------------