This is third time i have posted this question , surprisingly no one could not help me !!!!!!!?
john
2009-04-20 05:29:45 UTC
the question is : To write an image processing program like face recognition and programs like that which software s are more suitable , C#.NET or Java ? ( assume that i am a beginner in both )
Five answers:
anonymous
2009-04-20 05:46:42 UTC
An how many Image Processing Experts do you expect to really find in this forum???
All of the image processing (recognition style) of software we have written has been in C++ so I would recommend that. C# is very tied to a Windows GUI style of application so while you could use it, it would be less than optimal.
You could also do it in Java but again, that is not the domain where that language is targetted. You may not have the library support you need.
Ciaron
2009-04-20 13:02:54 UTC
If you want to develop face recognition software you need to have a neural network and a set of rules, both languages are equally good for the development they are both good for networking, Java is cross platform and you can develop in Windows or Linux platforms
. If you are wanting to use Windows C# is the best for development as it allows the construction of neural networks and considering an image representing a frame taken from a video stream or a graphic file selected from a database; the problem of face detection consist of finding the spatial location within the scene where human faces are located. This problem is quite challenging due numerous issues, e.g. pose, presence or absence of structural components, facial expression, occlusion, orientation, imaging conditions.
Check the links and see if they answer any part of your question or help you
?
2009-04-20 12:35:06 UTC
You need a programmer in this discipline to answer and I am not. I do know that java appears to work very well across the board and on any opsystem. I would go with java first and see how you do.
anonymous
2009-04-20 12:34:57 UTC
C++ is probably going to be the best programming language.
Don M
2009-04-20 13:15:33 UTC
You are a begginer, and a compbination of several languages are used
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.