Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!1g2000hsl.googlegroups.com!not-for-mail
From: mohit108agarwal@gmail.com
Newsgroups: comp.soft-sys.matlab
Subject: Re: Which programming language should be used for image processing???
Date: Sat, 26 Jan 2008 07:08:30 -0800 (PST)
Organization: http://groups.google.com
Lines: 29
Message-ID: <b3e4d86f-ba9e-4cc1-9fcc-b70d112999c8@1g2000hsl.googlegroups.com>
References: <962843d7-048a-44cb-a0ee-62d0eb20c062@s13g2000prd.googlegroups.com> 
NNTP-Posting-Host: 59.183.139.60
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1201360110 13032 127.0.0.1 (26 Jan 2008 15:08:30 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 26 Jan 2008 15:08:30 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 1g2000hsl.googlegroups.com; posting-host=59.183.139.60; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
Xref: news.mathworks.com comp.soft-sys.matlab:447699


On Jan 25, 12:07=A0am, Rune Allnor <all...@tele.ntnu.no> wrote:
> On 24 Jan, 19:52, mohit108agar...@gmail.com wrote:
>
> > I am doing my final year project titled "Web cam for theblind". The
> > task of the project is to capture images from thewebcamand to
> > process the image and extract useful objects from the images.The
> > object extracted will be compared to the objects defined in the
> > database and the appropriate objects audio will be the o/p to the
> >blindwhich will help as a navigation tool to theblind.
> > Now my quetion is that which programming language will the most
> > efficient to use?
>
> Use the language you are most proficient and comfortable with.
> I would be surprised if run-time efficiency will be the main
> obstacle in your efforts; making the object recognition system
> work will be no trivial task unless you use very simple test
> images.
>
> > Also is it possible to integrate java with matlab.
>
> Check the Matlab API documentation.
>
> Rune

The starting point in my project is to capture an image and use it for
processing.Can you tell how to capture te image and use it for
processing.Is it possible to image using matlab and use for processing
or  do we need to integrate java along with matlab for this purpose or
do we need to use some other language.