Re: analogue for quadtree decomposition on non-square images
by bite <anonimo.passante@[EMAIL PROTECTED]
>
Jul 5, 2008 at 06:44 AM
On 3 Lug, 18:21, joaoto...@[EMAIL PROTECTED]
wrote:
> does anyone know how to divide non square images in matlab? need
> urgent asnwer
>
> cheers
I don't know matlab. Is it not possible to:
if your image is rectangular, use rectangular cells with the same
aspect ratio?
or,
use the smallest square image containing yours? That is, complete your
image with neutral background to make it square?