Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news.aset.psu.edu!support1.mathforum.org!not-for-mail
From: bogfrog <jmcgraw@rcn.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: passing images between two GUI
Date: Fri, 08 Aug 2008 19:04:38 EDT
Organization: The Math Forum
Lines: 20
Message-ID: <24866908.1218236727917.JavaMail.jakarta@nitrogen.mathforum.org>
References: <g7ih05$f4a$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1218236727 10655 144.118.30.135 (8 Aug 2008 23:05:27 GMT)
X-Complaints-To: news@support1.mathforum.org
NNTP-Posting-Date: Fri, 8 Aug 2008 23:05:27 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:484596



> 
> i'm working on an ocr software , and i have 2 GUI's
> one for
> the manual character training, and one for the main
> program
> , the thing is .. i made this pushbutton in the main
> program
> GUI, that if the user wanted to train a certain
> character on
> this GUI it select it and send it to the other
> trainer GUI,
> i know how to select a part of the image .. i just
> dunno how
> to pass it to the other GUI.. can anyone help plz?

You might want to take a look at this video:

http://blogs.mathworks.com/pick/2005/10/03/guide-video-part-two/

That's the way I do stuff like this.  Maybe someone else knows of better ways?