Info

This question is closed. Reopen it to edit or answer.

how to solve it?

1 view (last 30 days)
Huadong Hu
Huadong Hu on 17 Apr 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
>> CalOptions.ExpectedCheckerSize = [8,6];
CalOptions.ExpectedCheckerSpacing_m = 1e-3 * [35.1, 35.0];
LFUtilCalLensletCam() ...'Cameras/A000424242/PlenCalSmallExample',CalOptions);
Processing all subimages.Error using truesize>ParseInputs (line 352)
Current figure has no axes.
Error truesize (line 30)
oneImageAndOneAxes, oneImageAndOneColorbar] = ParseInputs(varargin{:});
Error LFCalFindCheckerCorners (line 188)
truesize([150,150]); % bigger display
Error LFUtilCalLensletCam (line 121)
CalOptions = LFCalFindCheckerCorners( InputPath, CalOptions );

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!