From: Rudra on
Hello everyone,
I want to draw a grid on an image (the grid being not necessarily visible), and want to treat each block as a pixel. how do i do it?
thanks in advance
Rudra
From: ImageAnalyst on
On Jul 5, 11:45 am, "Rudra " <rudr...(a)gmail.com> wrote:
> Hello everyone,
> I want to draw a grid on an image (the grid being not necessarily visible), and want to treat each block as a pixel. how do i do it?
> thanks in advance
> Rudra

----------------------------------------------
Perhaps imresize(), or blockproc()?
From: us on
"Rudra " <rudra91(a)gmail.com> wrote in message <i0sum2$pcu$1(a)fred.mathworks.com>...
> Hello everyone,
> I want to draw a grid on an image (the grid being not necessarily visible), and want to treat each block as a pixel. how do i do it?
> thanks in advance
> Rudra

a hint:

help filter2;
help colfilt; % <- img proc tbx...
help blockproc; % <- same...
help imfilter; % <- same...

us