Link to home
Start Free TrialLog in
Avatar of Buginator
BuginatorFlag for Norway

asked on

Get the current image block (8x8) that contains a certain pixel (x,y)

In my MATLAB application I load an image. Let say we divide the image up in 8x8 blocks (8pixels by 8pixels = 64 pixel block).

I need to get the positions of all the pixels in the current block that contain a single given pixel position.

Hope my question is understandable, let me know if it isn't.
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4694817
Member_2_4694817

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Interesting question....

Perhaps if this question is still open when I return this evening, I may look at it again.