How to recify this error in daughman's rubber sheet model matlab code? : Error using * MTIMES (*) is not fully supported for integer classes.
Afficher commentaires plus anciens
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;
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Detection and Recognition dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!