Path: news.mathworks.com!not-for-mail
From: "Pulkit " <pulkit.audacious1.remove1tomail@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to handle uploaded image in Gui
Date: Wed, 13 May 2009 10:11:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 20
Message-ID: <gue6bl$cla$1@fred.mathworks.com>
References: <gudb01$51g$1@fred.mathworks.com> <93a98eeb-81dc-408e-8640-3142cc4542ac@u10g2000vbd.googlegroups.com>
Reply-To: "Pulkit " <pulkit.audacious1.remove1tomail@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1242209461 12970 172.30.248.38 (13 May 2009 10:11:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 13 May 2009 10:11:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1206027
Xref: news.mathworks.com comp.soft-sys.matlab:539528


Hey, thnx a lot for tht.
I could manipulate with the image, but not with the individual pixels, like displaying the pixel value, the RGB value of a pixel etc.
Could you help me out with that ??

Regards,
Pulkit

vedenev <vedenev.maxim@gmail.com> wrote in message <93a98eeb-81dc-408e-8640-3142cc4542ac@u10g2000vbd.googlegroups.com>...
> When you open image you use
> [X, map] = imread(...)
> Work with this X.
> When you show image:
> hi=imshow(X,map,'Parent',ha);
> where ha is handle to axis (usualy "handles.axes1")
> now "hi" is handle to image object.
> 
> ------------------------------------
> Maxim Vedenev, Matlab freelancer
> vedenev@ngs.ru
> http://simulations.narod.ru/