How to recify this error in daughman's rubber sheet model matlab code? : Error using * MTIMES (*) is not fully supported for integer classes.
Mostrar comentarios más antiguos
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;
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!