Re: image rotation
- From: Thomas Richter <thor@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 24 Nov 2005 14:33:16 GMT
Hi,
> what could be the BEST Memory Optimal way of rotating an image or
> matrix by 90
> degrees using input buffer only? i.e. Input buffer only is the output
> memory buffer.
> Say, we can use small amount of memory location for temporary storage
> of any block in the image but not the whole of image.
Maybe the following algorithm isn't optimal, but it's a start:
An image rotation by 90 degrees is the composition of a flip on the image
diagonal followed by a flip on the vertical (or horizontal) axis. Both
operations can be effectively implemented in a one-buffer setup. Maybe it's
possible to that in one step.
So long,
Thomas
.
- Follow-Ups:
- Re: image rotation
- From: Willem
- Re: image rotation
- References:
- image rotation
- From: Nishu
- image rotation
- Prev by Date: Re: image rotation
- Next by Date: Re: image rotation
- Previous by thread: Re: image rotation
- Next by thread: Re: image rotation
- Index(es):
Relevant Pages
|