This is a set of tools for working with light field (aka plenoptic) imagery in Matlab. Features include decoding, camera calibration, rectification, colour correction and visualization of light field images. New in version 0.3 are functions for reading gantry-style light fields and for directly reading Lytro LFP files including support for Lytro Illum and Lytro Desktop 4.
Download the sample light field pack at http://www-personal.acfr.usyd.edu.au/ddan1654/LFToolbox0.3_Samples1.zip . Sample calibration datasets can be found at http://marine.acfr.usyd.edu.au/plenoptic-imaging .
Donald Dansereau (2020). deprecated -- Light Field Toolbox v0.3 -- v0.4 now available (https://www.mathworks.com/matlabcentral/fileexchange/48405-deprecated-light-field-toolbox-v0-3-v0-4-now-available), MATLAB Central File Exchange. Retrieved .
Inspired by: "Smart"/Silent Figure, JSONLab: a toolbox to encode/decode JSON files
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
W A: findcorners and detectCheckerboardPoints do essentially the same thing, so you should be able to swap one in for the other, but beware complications around point ordering.
Suppose I do not own the Computer Vision System Toolbox, containing 'detectCheckerboardPoints'. Is it safe to replace line 154 of 'LFCalFindCheckerCorners' with line 153 (using 'findcorners') from version 0.2 after coping the 'CornerFinder' folder into 'SupportFunctions'?