How to recify this error in daughman's rubber sheet model matlab code? : Error using * MTIMES (*) is not fully supported for integer classes.
Show older comments
It runs perfectly on the example image but shows the following error for other images :
Error using *
MTIMES (*) is not fully supported for integer classes. At least one argument must be scalar.
Error in rubberSheetNormalisation (line 82)
x1 = ones(size(angles))*xi;
Accepted Answer
More Answers (0)
Categories
Find more on Text Detection and Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!