MATLAB IMAGE PROCESSING TOOLBOX - RELEASE NOTES Guía de usuario Pagina 56

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 122
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 55
R2011b
8-4
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
edge function —
marr-hildreth syntax
Errors edge(I,
'marr-hildreth',
...)
The syntax
edge(I,'marr-
hildreth',...)
has been
removed. Use the
edge(I,'log',...)
syntax instead.
imfeature Errors regionprops imfeature has
been removed. Use
regionprops instead.
immovie —
immovie(D,size)
Errors immovie(X,map) immovie(D,size)
is an obsolete syntax
and is no longer
supported. Use
immovie(X,map)
instead.
imrotate function
[R,G,B] output
syntax
Errors RGB2 =
imrotate(RGB1)
The syntax
[R,G,B] =
imrotate(RGB) has
been removed. Use
the
RGB2 =
imrotate(RGB1)
syntax instead.
imrotate — no
output argument
syntax
Starting in R2011b,
no output argument
syntax returns result
in ans.
Call imshow to
display the output of
imrotate
Replacement is
to call imshow to
display the output of
imrotate, like this:
B =
imrotate(A,30);
imshow(B)
Vista de pagina 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 121 122

Comentarios a estos manuales

Sin comentarios