i am doing a project on image quality analysis and i know i have to use algorithms but im having trouble figuring out which programming language(s) to use. any help w3ill be greatly appreciated.
what program do i use?
Page 1 of 16 Replies - 681 Views - Last Post: 06 July 2012 - 03:12 AM
Replies To: what program do i use?
#2
Re: what program do i use?
Posted 05 July 2012 - 10:58 AM
Erm, so what languages do you actually know?
Isn't that kind of a given? Are there any specifics that need to be catered for?
Quote
i know i have to use algorithms
Isn't that kind of a given? Are there any specifics that need to be catered for?
#3
Re: what program do i use?
Posted 05 July 2012 - 11:19 AM
*Moved to Software Development*
MATLAB is a commonly used language for image analysis. Java has the JAI. Pick a language you are comfortable with and find the tools to do it.
Also, when people with projects of such complexity ask where to begin, it usually means they are setting themselves up to fail.
MATLAB is a commonly used language for image analysis. Java has the JAI. Pick a language you are comfortable with and find the tools to do it.
Also, when people with projects of such complexity ask where to begin, it usually means they are setting themselves up to fail.
#4
Re: what program do i use?
Posted 05 July 2012 - 11:46 AM
#5
Re: what program do i use?
Posted 05 July 2012 - 01:03 PM
Java code for image analysis will probably be the easiest to understand, but you'll probably get faster performance with the C++ or C code. Understanding the C/C++ code maybe tougher, though, because authors tend to put in all sorts of optimizations that obscure the core of algorithms being implemented. On the other hand, if you don't need to understand the code, it goes blazingly fast.
This post has been edited by Skydiver: 05 July 2012 - 01:04 PM
#6
Re: what program do i use?
Posted 06 July 2012 - 02:35 AM
Skydiver, on 05 July 2012 - 01:03 PM, said:
Java code for image analysis will probably be the easiest to understand, but you'll probably get faster performance with the C++ or C code. Understanding the C/C++ code maybe tougher, though, because authors tend to put in all sorts of optimizations that obscure the core of algorithms being implemented. On the other hand, if you don't need to understand the code, it goes blazingly fast.
if i was to use c/c++ which additional tools would i require?
#7
Re: what program do i use?
Posted 06 July 2012 - 03:12 AM
Google for OpenCV. That might help.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote








|