From: ImageAnalyst on
On Jun 14, 8:15 pm, "ashish gupta" <aashish....(a)gmail.com> wrote:
> How to display a coloured image on crt monitor through Visage?
----------------------------------------------------------------------------------------

I have no idea what Visage is. There a multiple definitions
http://www.bing.com/search?q=visage&go=&form=QBLH&qs=n&sk=
and I couldn't figure it out.
So, despite the abundance of information you supplied, about all I can
say is try imshow() and if that doesn't work, give your error
messages.
From: ashish gupta on
I am using VSG (visual stimulus generator- tools for vision science, http://www.mathworks.com/products/connections/product_detail/product_35695.html) to display an image on crt monitor. My project is to divide the screen of crt monitor into 4 quadrants and then get the coloured image on the screen. After that i have to change the colour of a quadrant and the subject will see and identify the odd quadrant.

So, i have done with the division of screen into quadrants and now i have to get the image on screen. Hope i have explained better.

ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <0b29aea7-0c80-4651-8eb0-f874dcc41369(a)d4g2000vbl.googlegroups.com>...
> On Jun 14, 8:15 pm, "ashish gupta" <aashish....(a)gmail.com> wrote:
> > How to display a coloured image on crt monitor through Visage?
> ----------------------------------------------------------------------------------------
>
> I have no idea what Visage is. There a multiple definitions
> http://www.bing.com/search?q=visage&go=&form=QBLH&qs=n&sk=
> and I couldn't figure it out.
> So, despite the abundance of information you supplied, about all I can
> say is try imshow() and if that doesn't work, give your error
> messages.
From: ImageAnalyst on
Like I said, I'd try imshow. If that doesn't work for you, then
contact the third party software publisher.

From: ashish gupta on
okey thanks a ton for your reply. But now i have another doubt. suppose i take some image input by y=imread('image.jpg') and if image is of RGB type then in y three matrix will be stored of same dimensions (say m*n). Now if i want to reshape my image of the matrix size 256*192 then what is the command to do so??

ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <d345a42b-dcf4-47db-94c4-2d16482ccb3a(a)r27g2000yqb.googlegroups.com>...
> Like I said, I'd try imshow. If that doesn't work for you, then
> contact the third party software publisher.
From: ashish gupta on
Hey i have changed it using imresize command and its working. Could you please tell me how to change co-ordinates of vertical axis in an image.

Thanks.

"ashish gupta" <aashish.iit(a)gmail.com> wrote in message <hv6v1m$h95$1(a)fred.mathworks.com>...
> okey thanks a ton for your reply. But now i have another doubt. suppose i take some image input by y=imread('image.jpg') and if image is of RGB type then in y three matrix will be stored of same dimensions (say m*n). Now if i want to reshape my image of the matrix size 256*192 then what is the command to do so??
>
> ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <d345a42b-dcf4-47db-94c4-2d16482ccb3a(a)r27g2000yqb.googlegroups.com>...
> > Like I said, I'd try imshow. If that doesn't work for you, then
> > contact the third party software publisher.