The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
23 views

How to delay listeners in Android?

I am trying to implement handwritten character recognition in Android. My code has 3 Listeners: onTouch, onDrag and onRemove (So I can get the list of coordinates based on Drag Event). Since for some ...
1
vote
1answer
26 views

Drum sound recognition algorithms

I am thinking of trying to make program that will automatically generate drum tabs using an audio file containing only the drumming. I have thought of using FFT to get an average spectrum peaks ...
1
vote
1answer
25 views

NAO Speech Recognition Problems

My students and I are working with the NAO robot. We are having issues with the speech recognition in Java. We can get the robot to identify words from our specified vocabulary only after the word ...
0
votes
1answer
31 views

Handwriting recognition library for Java [closed]

I wonder, is there some powerful handwriting regonition libraries which can work not only with separate characters, but with whole words and sentences?
0
votes
0answers
44 views

Parse SRGS document (from XML)

I would like to parse a SRGS document which is located in a XML file. Is there a efficient way to read out the content of the file in C#? Also I want to edit the SRGS document. EDIT: I found a first ...
0
votes
0answers
31 views

Decoding Googles Continuous Speech Recognition Result

I am working on a C# version of Googles continuous speech recognition. All is going well however i am suck decoding my result. I have a html output from the output request stream and i have what it is ...
-1
votes
0answers
31 views

Java pause until keyword Speech Recognition

I need my program to constantly listen for a keyword, and until it is spoken It does nothing. Im trying to make a "simple" AI that runs in the background and will do nothing until I say its name (+ ...
2
votes
0answers
40 views

Recognizer allocate Null Pointer Exception

I am trying to convert Speech to Text and im having no luck, I imported the JSAPI jar into my project but when I run my Script I get: ava.lang.NullPointerException at ...
1
vote
1answer
43 views

Geometric shape recognition using c++

lately I need to integrate geometric shape recognition into a drawing application that I am working on and I am looking for c++ libraries that could help with that.The idea is like this :For example ...
-1
votes
0answers
32 views

Handwritten text recognition using NN in C++ [closed]

I would like to create a NN that has a scanned handwritten document as input and a digital version of it as output. I know the basics of MLP NNs and the only programming languages I know are C++ and ...
-1
votes
0answers
15 views

Unhandled exception. Access violation reading location 0x0000002c.

CvHaarClassifierCascade *cascade; CvMemStorage *storage1; CvMemStorage *storage2; CvMemStorage *storage3; CvMemStorage *storage4; int main( int argc, char **argv ) { CvCapture *capture = 0; ...
2
votes
3answers
75 views

Syntax recognizer in python

I need a module or strategy for detecting that a piece of data is written in a programming language, not syntax highlighting where the user specifically chooses a syntax to highlight. My question has ...
-1
votes
0answers
46 views

C# Object Tracking in Image Sequence without fixed backgournd

I'm trying to detect the motion of a motorcycle's licence plate in a video / image sequence. Currently I draw a rectangle on the first image and look for an almost white zone. That works pretty good ...
-1
votes
1answer
36 views

Speech to text engine from scratch [closed]

I have been searching the web for weeks trying to find a tutorial for building a STT engine but have been unsuccessful. I am trying to learn how STT works and need some sort of starting point. If ...
-2
votes
0answers
55 views

How to use Android voice recognition to trigger action [closed]

I'm trying to buying an add where someone would say something and based on what the person said it would change a picture from one to another. If someone could give me a hint and specific directions ...
0
votes
1answer
49 views

Wait for tts completion and wait for voice recognition to complete. Android App

I have many sections of code that utilize TTS and voice recognition. However when there are multiple tts in a row or multiple voice recognition in a row, it either crashes or skips them entirely. ...
0
votes
1answer
77 views

HTK: HVite can't find hmm

I want to build a speech recognition system using HTK and therefore downloaded a pre-trained acoustic model with tied states from http://www.keithv.com/software/htk/us/ (Training data: WSJ SI-84). ...
0
votes
0answers
38 views

I would like to find a javascript or build one that does what tineye image recognition does [closed]

I'm looking to make a system that does in essence what tineye/google images does, as in matching images that are already on the server to those being uploaded or inserted into the system to prevent ...
1
vote
1answer
265 views

OpenCV finding picture (frame) in video

I am trying to create small application in C++ that will return probability value (real number from 0 to 1) for recognizing two pictures in video. My idea is to find commercials in certain video ...
0
votes
1answer
28 views

image recognition library for detecting colors

I am looking for a library that could help extract things like Hair Color, Skin Color, color of Top, Jean etc. Any recommendations? Ideally a Java Lib. So essentially, given an image, outputs the ...
0
votes
1answer
37 views

Comparing and matching images

I am looking to compare a new image to a database of images, and then output the higher "similarity". The images I want to compare are similar, but the problem is though because they're not pixel by ...
3
votes
1answer
91 views

Unknown pattern extraction for C

I'm currently developing an audio processing software that must detect the frequency of the incoming signal by use of Zero Crossing estimation. It's not difficult to estimate the frequency when a ...
1
vote
0answers
129 views

Image comparison with a database

I would like to know if what I'm trying to do is even possible, or if I'm just trying to do the impossible/ solve an unsolvable problem up to know. My goal is to compare images (They`re going to have ...
0
votes
1answer
492 views

Android Bluetooth Headset Speech Recognition

ok, i will use android speech recognition, but android only use the device microphone not the bluetooth one. what can i do? permissions of bluetooth and bluetooth_admin are set. bluetooth headset is ...
0
votes
0answers
42 views

Is there a programmers text editor which works with Dragon NaturallySpeaking voice recognition?

At present, I am using a freeware text editor; notepad + + which has some nice features but does not support all dragons functionality, for example I cannot select text by voice. But Dragon's own ...
0
votes
0answers
130 views

How to get X, Y, Z coordinates of an object(not human) using Kinect?

I have to get X, Y, Z coordinates of an object(not human). I want to get them using Kinect. But as far as I know Kinect gives x, y, z coordinates of HUMAN joints only. How can I do it for another ...
0
votes
0answers
55 views

Parameterizing “handwriting-like” curves in C++

I would like to parameterize 2D curves that look a bit like handwriting. I have the curves as a series of x-y points. It seems like handwriting recognition techniques may be helpful, though I do not ...
0
votes
0answers
31 views

framework for building character recognition applications?

this is my first question in stackoverflow ! i am looking for a framework that support building character recognition systems. i have found gamera in python ...
0
votes
0answers
102 views

how to define emission matrix in HMM matlab statistical toolbox

I am new to image processing in Matlab, Now i am working on character recognition using HMM with Matlab Statistical toolbox. I have an input image width : 400, height : 100 and the image is binary ...
2
votes
1answer
89 views

Determine whether or not a smaller image is within a screenshot?

Hello I've started making a bot in Python. The objective of the bot is to read simple one-digit numbers off the screen then add them together. At the moment I know how I would get the screenshot. I'm ...
1
vote
1answer
240 views

Image recognition, separate lines

I need to separate lines from each other and make an array of coordinates for each graphic. The problem is (see the red circled section on the pic) some graphics overlap, and i don't know how to write ...
0
votes
0answers
38 views

Emotional AV Database

Is there an emotion database of audio-video recordings that I can use for my research that basically aims to recognize emotion given a video clip? My research will be using Two modalities - face ...
0
votes
0answers
55 views

How to recognize a shape of a two dimensional geometry object in a list of points

I need your help with the following task. I have a list of 2d points generated through a moved touch on an iPad. For example, the user draws a rectangle with its finger. I am collecting all UITouch ...
2
votes
0answers
557 views

Android handwriting recognition

I need to analyse android handwriting recognition SDK's. Can anybody tell me what SDK's are available on the market. I've found MyScript from VisionObjects, but I cant find any download link from the ...
0
votes
1answer
195 views

opencv face recognition, getting measurement of similarity

I use opencv2.4.3 to build a face recognition project. Now I just want to know how similar two faces are. Like 98% similar or something else. Forgive My poor English.
-2
votes
1answer
56 views

command line transcription tool

I'm currently using dragon to perform phone calls transcriptions on an IVR monitoring system. basically I monitor a folder with dragon, drop wav files in there and wait for the transcription output in ...
1
vote
2answers
65 views

opencv class “cvKalman” not recognised

I have a problem, in ROS I process a camera feed with openCv. Now i try to implement the cvKalman, but this type is not recognized, however the opencv example works well. What am i missing, why is ...
0
votes
1answer
127 views

sound recognition in web

I am building a web page where i need to do something when a particular sound is caught by the microphone. I searched a lot and found this link : Write a Program Which Recognizes a Sound and Performs ...
1
vote
0answers
165 views

group same faces using opencv c++

I am trying to group faces in a folder using the opencv. I am playing around with eigenfaces example at http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html. but cannot find ...
0
votes
0answers
448 views

Handwriting Recognition in Wpf windows 8

Handwriting recognition is working well in Windows Metro style apps and Silverlight in Windows 8. I have enabled windows 8 RT in wpf application. I am using a InkCanvas to get the strokes from user. ...
0
votes
0answers
325 views

cvCreateFileCapture() Error: Could not create camera capture with JavaCV

At this moment i worked on recognition forms. it's perfect with camera of my computer. But now i would like test with a camera on network. I use JavaCV (OpenCV apply to Java) This is my code: public ...
0
votes
0answers
303 views

Handwriting recognition Android Api

Is there any handwriting recognition api avaliable for Android? I had already gone through following links.
1
vote
0answers
295 views

Speech to text sdk freezes after video playback

I'm using speech-to-text sdk provided by https://github.com/todoroo/iPhone-Speech-To-Text Recognizer works just fine until the moment I playback a video using MPMoviePlayerController. Here is the ...
0
votes
1answer
351 views

Augmented Reality Mask using Facial Recognition on Xbox Kinect with Kinect for Windows SDK

I am using an XBox Kinect with the Kinect for Windows SDK. I want to make an application that will augment a 3D mask (a 3D model of a mask made in 3DS Max) onto the face of anyone using the ...
1
vote
0answers
72 views

Using CMU's Pocketsphinx with a small set of words

I want to use CMU pocket sphinx for recognizing between a small set of words. I created a corpus for them and created the model files here - http://www.speech.cs.cmu.edu/tools/lmtool.html. Now when I ...
1
vote
1answer
286 views

Pattern Recognition Image Processing

I am doing a project on automated power management. My idea is to use a web cam which takes images at regular images and finds out if the room is empty or filled. Now my idea is that the first image ...
-2
votes
1answer
91 views

speaker recognition in php [closed]

Is there any possibility in php to detect voice tone of the person appears in the record? This functionality will be used to recommend other users with similar type of voice. Using php definitoin I ...
0
votes
0answers
91 views

Gesture overlay View - Unknown reason for recognition

I want the gesture overlay view to do nothing other than providing me a platform to draw. I am not loading the gestures file but still it implements the on gesture performed method. Also, as i ...
0
votes
3answers
110 views

How to recognize if given file or String is in Java Properties file format?

How to recognize if given content (file, String or InputStream) is in Java Properties file format? The content is stored in database and should be parsed into Properties if it is a properties file. ...
0
votes
1answer
86 views

Joomla template not recognised

Hy all, I'm making an Joomla 2.5.8 template, but joomla wont recognice it. I have this file structure (note, it's an subdomain) kadobos (root of subdomain) |>templates ...

1 2 3 4 5