recognition

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 the best language to use for this (Python, c++, Java...)? What is the best fileformat? I don't want any super fancy software/APIs... I'm looking for the bare...

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 motions. The device currently only has accelerometers but we are considering adding gyroscopes if it would make it easier/more accurate. Does anyone have recomm...

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 popup ...

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 with images captured by camera. The question is what is the appropriate programming language to do this? ...

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. ...

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 appear. Error 1 The type or namespace name 'SpeechRecognizer' could not be found (are you missing a using directive or an assembly reference?) Error 2 T...

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/weaknesses of each. Thanks in Advance. ...

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 is, the Port isn't USB! If it was a USB device I would simply override WndProc and catch the message, if it is WM_DEVICECHANGE, then i'm on to a winner, I was ...

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 worked with Julius? Any Comments on the library? ...

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 there any better tools?Are there any gotchas in using Image Recognition to drive test automation? ...

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 with C#. I've been searching Google and MSDN, but I did not find any beginner friendly tutorial yet.. Any suggestions?? Also, I know -from my experience with...

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 version) but after labs meeting, my advisor raise issue about speed of realtime recognition, so i have doubt about speed of python+numpy to do this project. or bet...

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 the character? Thank you! ...

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! ...

How to input realtime data to do realtime process in c/c++

i doint project about process realtime data from cyber glove( Virtual Hand ) . So i need to write some application that get realtime data from glove and feed to some algorithm. i don't know how to deal with process realtime data, anybody hav some resource? ...

Simple Automatic Classification of the (R-->R) Functions

Given data values of some real-time physical process (e.g. network traffic) it is to find a name of the function which "at best" matches with the data. I have a set of functions of type y=f(t) where y and t are real: funcs = set([cos, tan, exp, log]) and a list of data values: vals = [59874.141, 192754.791, 342413.392, 1102604.284...

how to generate sphinx speech phonems and map them to a word

Hi, I want to develop a speech recognition engine in java using sphinx.My language is not english.Using an english language model produces unexpected results.I wanted to know if its possible to generate a list of phonems for my own language and use it map words in a dictionary.I dont know where to begin with this.Do i have to record pron...

Zinnia (handwriting recognition) and PHP integration

Can anyone please provide some instructions or steps on how to integrate zinnia (handrecognition system) with regular php? A sample of how it works could be found here. Thank you. ...

Where to start Handwritten Recognition using Neural Network?

I've been trying to learn about Neural Networks for a while now, and I can understand some basic tutorials online. Now i want to develop online handwritten recognition using Neural Network. So i haven't any idea where to start? And i need a very good instruction. In finally i'm java programmer. What do you suggest I do? ...

Music Recognition and Signal Processing

I want to build something similar to Tunatic or Midomi (try them out if you're not sure what they do) and I'm wondering what algorithms I'd have to use; The idea I have about the workings of such applications is something like this: have a big database with several songs for each song in 1. reduce quality / bit-rate (to 64kbps for inst...