Tagged Questions

5
votes
3answers
93 views

Detecting Ethernet Port insertion/removal in my winforms application?

Hi, I would like to detect when a device is connected to an ethernet port of the machine that my application is running on. I know how to do this with a USB port but the problem i …
5
votes
5answers
327 views

What is the best language for footprint recognition?

Hi everyone. I have a project to recognize the footprint of animals. It is similar to facial recognition. There is a need to store footprint images in a database and compare them w …
5
votes
3answers
941 views

How to do Gesture Recognition using Accelerometers

My goal is to recognize simple gestures from accelerometers mounted on a sun spot. A gesture could be as simple as rotating the device or moving the device in several different mot …
4
votes
3answers
314 views

Recommendations for Handwriting Recognition Libraries/Packages in Java

Finding a good Handwriting recognition library in Java has been a bit elusive. I'd like to compare both commercial and any free options, along with any insights to strengths/weak …
3
votes
4answers
76 views

Chinese handwriting recognition

I'm looking for handwriting recognition solution. I've found one here, which is a flash application. What's the principle of how it works? Does it make any queries to db to find th …
3
votes
1answer
513 views

Can you help with a Delphi code sample for fingerprint recognition?

Do you know where can I find a Delphi code sample for fingerprint recognition from an image file.
2
votes
2answers
89 views

How can I use speech recognition with C# on Windows XP? + do I need to train every pc that runs the app?

Hi all! I am making a robot that responds to few voice commands. I am using Windows XP and C# to achieve that. My only problem is that I don't know how to use speech recognition w …
2
votes
1answer
58 views

Image Recognition to drive test automation

Are there any tools out there which uses Image Recognition(searching, comparing, validating images) as base for automating and testing GUI software.I know ranorex supports it. Are …
2
votes
5answers
640 views

C# Speech Recognition

There is a post in here about that ...but it doesn't work for me. I have added a system.speech.dll that I found in the internet but i cannot use System.speech , because it doesn't …
2
votes
8answers
1k views

Image Recognition

I'd like to do some work with the nitty-gritties of computer imaging. I'm looking for a way to read single pixels of data, analyze them programatically, and change them. What is …
1
vote
3answers
64 views

Just Curious about Python+Numpy to Realtime Gesture Recognition

i 'm just finish labs meeting with my advisor, previous code is written in matlab and it run offline mode not realtime mode, so i decide to convert to python+numpy (in offline vers …
0
votes
0answers
12 views

Handwriting recognition (japanese) with AJAX

Hey guys, I just found this very interesting ajax handwriting recognition tool for japanese language http://www.chasen.org/~taku/software/ajax/hwr/ How is it done? Thanks!
0
votes
0answers
57 views

Speech Recognition for Julius using audio instead of Microphone

I need to test Julius Speech to Text conversion with some audio. moreover it would be possible to simulate noise over the audio. is anyone aware of such a software? Has anyone wor …
0
votes
1answer
122 views

How do I program CTRL-F with windows speech recognition macros?

According to the documentation it should be as simple as ^F But this is not working. The program beeps so I know the command did register however the find text window does not p …