Re: imrotate() plezz help



ImageAnalyst <imageanalyst@xxxxxxxxxxxxxx> wrote in message <31fa6ba9-3644-426b-be84-cc6638de8a96@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
I gave this answer long ago to someone else.
just make a copy of imrotate.m.
Change zeros() to 255*ones() and there you go.
Your new imrotate should override the built-in one.
zeros() is used only once in the imrotate() function. I have converted it to 255*ones() but the result is the samr when i write the code
img=imread('1.bmp');
b=imrotate(img,67);

plezz try it yrself....
.



Relevant Pages

  • Re: imrotate() plezz help
    ... Change zeros() to 255*onesand there you go. ... Your new imrotate should override the built-in one. ...
    (comp.soft-sys.matlab)
  • Re: Controlling endian-ness?
    ... routines for Unsigned_32 by re-writing the attributes routines. ... In GNAT you can not add new attributes, but you can override the built-in ... different package. ...
    (comp.lang.ada)
  • Re: Outlook MailItem - event before built-in error message
    ... I don't know of a way to override the built-in handler in a Send event, but you can see if the MailItem.BeforeCheckNames event does what you want. ... MailItem.Send event fires after the built-in error message, ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: the winsock control
    ... The problem with createobject() is that you cannot override the built-in ... In Linux We Trust. ...
    (microsoft.public.fox.programmer.exchange)