├── Demo.m ├── LFToolbox0.4 ├── LFBuild2DFreqFan.m ├── LFBuild2DFreqLine.m ├── LFBuild4DFreqDualFan.m ├── LFBuild4DFreqHypercone.m ├── LFBuild4DFreqHyperfan.m ├── LFBuild4DFreqPlane.m ├── LFCalDispEstPoses.m ├── LFCalDispRectIntrinsics.m ├── LFCalRectifyLF.m ├── LFColourCorrect.m ├── LFDemoBasicFiltGantry.m ├── LFDemoBasicFiltIllum.m ├── LFDemoBasicFiltLytroF01.m ├── LFDisp.m ├── LFDispMousePan.m ├── LFDispVidCirc.m ├── LFFigure.m ├── LFFilt2DFFT.m ├── LFFilt4DFFT.m ├── LFFiltShiftSum.m ├── LFFindFilesRecursive.m ├── LFHistEqualize.m ├── LFLytroDecodeImage.m ├── LFMatlabPathSetup.m ├── LFReadGantryArray.m ├── LFReadLFP.m ├── LFReadMetadata.m ├── LFReadRaw.m ├── LFRecenterIntrinsics.m ├── LFToolbox.pdf ├── LFUtilCalLensletCam.m ├── LFUtilDecodeLytroFolder.m ├── LFUtilExtractLFPThumbs.m ├── LFUtilProcessCalibrations.m ├── LFUtilProcessWhiteImages.m ├── LFUtilUnpackLytroArchive.m ├── LFWriteMetadata.m ├── README ├── SupportFunctions │ ├── CameraCal │ │ ├── compute_extrinsic_init.m │ │ ├── compute_extrinsic_refine.m │ │ ├── compute_homography.m │ │ ├── normalize_pixel.m │ │ ├── project_points2.m │ │ ├── rigid_motion.m │ │ ├── rodrigues.m │ │ └── source.txt │ ├── LFBuildLensletGridModel.m │ ├── LFCalFindCheckerCorners.m │ ├── LFCalInit.m │ ├── LFCalRefine.m │ ├── LFConvertToFloat.m │ ├── LFDecodeLensletImageSimple.m │ ├── LFDefaultField.m │ ├── LFDefaultIntrinsics.m │ ├── LFDefaultVal.m │ ├── LFDispSetup.m │ ├── LFFindCalInfo.m │ ├── LFFindLytroPartnerFile.m │ ├── LFGatherCamInfo.m │ ├── LFHelperBuild2DFreq.m │ ├── LFHelperBuild4DFreq.m │ ├── LFMapRectifiedToMeasured.m │ ├── LFNormalizedFreqAxis.m │ ├── LFRotz.m │ ├── LFSelectFromDatabase.m │ ├── LFSign.m │ ├── LFStruct2Var.m │ ├── LFToolboxVersion.m │ ├── LFUnpackRawBuffer.m │ └── LFVar2Struct.m └── license.txt ├── README.md ├── Sample_test ├── Cameras │ ├── Axxxxxxxxxxx │ │ ├── WhiteImageDatabase.mat │ │ └── WhiteImages │ │ │ └── PUT YOUR WHITE IMAGE DATA HERE │ └── Bxxxxxxxxxxx │ │ └── PUT YOUR WHITE IMAGE DATA HERE └── Images │ ├── B01 │ └── PUT YOUR TESTIMAGE DATA HERE │ └── F01 │ └── PUT YOUR TESTIMAGE DATA HERE └── ViewLightField.m /Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/Demo.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild2DFreqFan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild2DFreqFan.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild2DFreqLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild2DFreqLine.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild4DFreqDualFan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild4DFreqDualFan.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild4DFreqHypercone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild4DFreqHypercone.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild4DFreqHyperfan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild4DFreqHyperfan.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFBuild4DFreqPlane.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFBuild4DFreqPlane.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFCalDispEstPoses.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFCalDispEstPoses.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFCalDispRectIntrinsics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFCalDispRectIntrinsics.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFCalRectifyLF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFCalRectifyLF.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFColourCorrect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFColourCorrect.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDemoBasicFiltGantry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDemoBasicFiltGantry.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDemoBasicFiltIllum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDemoBasicFiltIllum.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDemoBasicFiltLytroF01.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDemoBasicFiltLytroF01.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDisp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDisp.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDispMousePan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDispMousePan.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFDispVidCirc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFDispVidCirc.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFFigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFFigure.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFFilt2DFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFFilt2DFFT.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFFilt4DFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFFilt4DFFT.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFFiltShiftSum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFFiltShiftSum.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFFindFilesRecursive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFFindFilesRecursive.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFHistEqualize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFHistEqualize.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFLytroDecodeImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFLytroDecodeImage.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFMatlabPathSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFMatlabPathSetup.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFReadGantryArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFReadGantryArray.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFReadLFP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFReadLFP.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFReadMetadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFReadMetadata.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFReadRaw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFReadRaw.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFRecenterIntrinsics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFRecenterIntrinsics.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFToolbox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFToolbox.pdf -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilCalLensletCam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilCalLensletCam.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilDecodeLytroFolder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilDecodeLytroFolder.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilExtractLFPThumbs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilExtractLFPThumbs.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilProcessCalibrations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilProcessCalibrations.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilProcessWhiteImages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilProcessWhiteImages.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFUtilUnpackLytroArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFUtilUnpackLytroArchive.m -------------------------------------------------------------------------------- /LFToolbox0.4/LFWriteMetadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/LFWriteMetadata.m -------------------------------------------------------------------------------- /LFToolbox0.4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/README -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/compute_extrinsic_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/compute_extrinsic_init.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/compute_extrinsic_refine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/compute_extrinsic_refine.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/compute_homography.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/compute_homography.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/normalize_pixel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/normalize_pixel.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/project_points2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/project_points2.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/rigid_motion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/rigid_motion.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/rodrigues.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/rodrigues.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/CameraCal/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/CameraCal/source.txt -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFBuildLensletGridModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFBuildLensletGridModel.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFCalFindCheckerCorners.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFCalFindCheckerCorners.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFCalInit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFCalInit.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFCalRefine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFCalRefine.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFConvertToFloat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFConvertToFloat.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFDecodeLensletImageSimple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFDecodeLensletImageSimple.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFDefaultField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFDefaultField.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFDefaultIntrinsics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFDefaultIntrinsics.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFDefaultVal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFDefaultVal.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFDispSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFDispSetup.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFFindCalInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFFindCalInfo.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFFindLytroPartnerFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFFindLytroPartnerFile.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFGatherCamInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFGatherCamInfo.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFHelperBuild2DFreq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFHelperBuild2DFreq.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFHelperBuild4DFreq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFHelperBuild4DFreq.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFMapRectifiedToMeasured.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFMapRectifiedToMeasured.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFNormalizedFreqAxis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFNormalizedFreqAxis.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFRotz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFRotz.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFSelectFromDatabase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFSelectFromDatabase.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFSign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFSign.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFStruct2Var.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFStruct2Var.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFToolboxVersion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFToolboxVersion.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFUnpackRawBuffer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFUnpackRawBuffer.m -------------------------------------------------------------------------------- /LFToolbox0.4/SupportFunctions/LFVar2Struct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/SupportFunctions/LFVar2Struct.m -------------------------------------------------------------------------------- /LFToolbox0.4/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/LFToolbox0.4/license.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/README.md -------------------------------------------------------------------------------- /Sample_test/Cameras/Axxxxxxxxxxx/WhiteImageDatabase.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/Sample_test/Cameras/Axxxxxxxxxxx/WhiteImageDatabase.mat -------------------------------------------------------------------------------- /Sample_test/Cameras/Axxxxxxxxxxx/WhiteImages/PUT YOUR WHITE IMAGE DATA HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sample_test/Cameras/Bxxxxxxxxxxx/PUT YOUR WHITE IMAGE DATA HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sample_test/Images/B01/PUT YOUR TESTIMAGE DATA HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sample_test/Images/F01/PUT YOUR TESTIMAGE DATA HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ViewLightField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-TB/HEAD/ViewLightField.m --------------------------------------------------------------------------------