Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!s12g2000prg.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Which programming language should be used for image processing???
Date: Thu, 24 Jan 2008 11:07:19 -0800 (PST)
Organization: http://groups.google.com
Lines: 21
Message-ID: <23fc6268-ca48-41fb-ae66-9834d573cd5b@s12g2000prg.googlegroups.com>
References: <962843d7-048a-44cb-a0ee-62d0eb20c062@s13g2000prd.googlegroups.com>
NNTP-Posting-Host: 212.17.141.54
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1201201640 16296 127.0.0.1 (24 Jan 2008 19:07:20 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 24 Jan 2008 19:07:20 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: s12g2000prg.googlegroups.com; posting-host=212.17.141.54; 
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:447472


On 24 Jan, 19:52, mohit108agar...@gmail.com wrote:
> I am doing my final year project titled "Web cam for the blind". The
> task of the project is to capture images from the webcam and 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
> blind which will help as a navigation tool to the blind.
> 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