Facial Recognition Access Control System

Sep 3, 2010

I am doing Facial Recognition access control system as my final year project.I need your support to find a fully free Face recognition, or Face Matching SDK for VB 6.

View 1 Replies


ADVERTISEMENT

Facial Recognition Code In VB2008

Jun 6, 2011

How do I go about writing facial recognition code for a program I'm designing? I'm using Visual Basic 2008 Express Edition and I need to implement facial recognition into my software.

View 2 Replies

VS 2005 Develop A Project For Attendence System Through Finger Recognition System

Apr 21, 2011

a company offered me to develop a project for our attendence system in which finger recognition system is used. now i have quitely no idea that what i do and what do i do with this finger recognition system project.

View 3 Replies

Voice Recognition System Using .net?

Mar 11, 2010

voice recognition system using .net

View 1 Replies

Seech Recognition Control Panel On Forms?

Aug 12, 2011

I'm doing a research/project at school and I'm baffled with some problems. I already integrated some features of speech recognition using the Speech Recognition Object Library and using some Speech Recognition Library Scripts. Now the problem is I'm having trouble on how to add the whole speech recognition control panel on my form. (if not the whole control panel some features of it like adding new profile and training.) I'm using windows 7 ultimate edition and visual studio 2008 professional.

[Code]...

View 7 Replies

Wpf - Microsoft Script Control - Blocking Scripts' Access To The System?

Nov 4, 2011

I am developing a commercial VB.net WPF application that needs user generated scripts for controlling the application to be shared between users. The best way that I have come across of accomplishing this so far without writing my own parser is using the Microsoft Script Control.

It would appear that both VBScripts and JScripts run through this control have access to wscript and as a result are too powerful to be shared between programmers and non-technical users for obvious security reasons. I have considered trying to filter out dangerous scripts with some kind of regex parsing or something but that just seems far too risky and easy to circumvent.

So, is there some way of using this control but blocking its access to the system so that it could be used for controlling only the objects that I give it? If not, could someone recommend a better way of doing this?

I do not particularly mind what language the script would be in at this stage, although having multiple options would be nice.EDIT: I am basing my conclusion that the control is too powerful for this on the fact that the following JScript code successfully launches notepad when called using the .AddCode and .Run methods of the control.

[Code]...

View 2 Replies

VB 2010 Speech Recognition / Speech-To-Text / Voice Control

Oct 23, 2011

I'm trying to create a Speech Recognition support for my program. I want to make it so that if I say something in my microphone, the program just writes what I said in Label1. I looked for Speech Recognition codes in MSDN and Google, but I didn't find anything useful. I found a code, but it was for VB.net, I tried but it didn't work in VB 2010.

View 1 Replies

Directory System With MS Access?

Jul 23, 2011

My plan is to create a form containing a directory tree showing the 8 Diskdrives in a visual way including the subdirectories. Maybe this is old fashioned and modern suggestions are Welcome. I use Access to store and view movies and pictures.

View 2 Replies

Implicit Conversions From 'System.Windows.Forms.Control' To 'System.Windows.Forms.Webbrowser'

Sep 8, 2010

I have the code which checks if there is a selected tab

Private Function GetBrowser() As WebBrowser
If TabControl1.SelectedTab IsNot Nothing Then
For Each c As Control In TabControl1.SelectedTab.Controls
If TypeOf (c) Is WebBrowser Then
Return c

[Code]...

View 2 Replies

Face Recognition In .Net?

Feb 2, 2010

I need to do a face recognition using vb.net, Any lead or 3rd party controls or anything with this.

View 2 Replies

How To Do Speech Recognition

Aug 26, 2009

i just started to learn how to do speech recognition using VB.NET..but i am having trouble in what do i need to do it..how should i start?

View 1 Replies

Speech Recognition In .net?

Feb 17, 2010

Is Possible to create Speech recognition in vb.net .

View 2 Replies

Using OCR As Text Recognition?

Apr 15, 2012

i'm trying to build a form which can extract a text from a picture(jpeg). Let say that i have 1 picture which contain text "TE66" on it. Then i browse for it,put it in ad picturebox and after that,i need to click a "capture" button to extract the text "TE66" and show it on textbox.

i already search about this on the internet but unfortunately, i cant find one. what i know is to extract a text from a picture is we need a Microsoft Office Document Imaging Visual Basic Reference (MODI). i already installed one but i dont know where to start first.

View 5 Replies

Access System Files And Folders?

Jan 19, 2012

When I try to access the folder "System Volume Information" and other system files I get the errorAccess to the path 'H:System Volume Information' is denied.

View 1 Replies

Access The Active X Dll Which Is Installed On System?

Jul 26, 2010

I have to access the active x dll which is installed on my system from VB.net.

I added as reference and followed all the steps as given in I have declared private mycomponent as activexcomponent.libclass and i gave constructor for this i.e. creating the object for this class in the constructor of the main form as mycomponet = new activexcomponent.libclass()

Then the following expection is coming when i tried to run the program.

System.InvalidOperationException: An
error occurred creating the form. See
Exception.InnerException for details.

[Code].....

View 1 Replies

How To Access Vista System Remotely

Apr 12, 2010

I tried to access xp to vista system manually, its working,but programatically how to do itike,by selecting view workgroup computers in network tasks and click one computer in workgroup computers.it shows connect to "system name" window, contains username and passwordif i enter username and password.the seleted computer will able to access in registry otherwise i can't able to access that selected system.

View 1 Replies

Login System Using MS Access Database

Jun 22, 2010

I wanted to create a Login System. I am using Visual Basic 2008 Express Edition, Microsoft Access 2007/2010 Beta.Ok this is my current code-the main problem I have is that I dont how to compare what the user puts into the textboxes and then check that against the data in my database. [code]When I run/debug the program and enter the correct username and password into the program it comes up with the MsgBox("Incorrect Login Details - Please try again.").The connection string for where the database is coming from is right, because I checked it..so must be something wrong with the SQL Coding I guess.

View 19 Replies

Remote Access Terminal System?

Jun 10, 2011

what are the requirements needed on how to control a terminal pc in terms of programming it. i am planning to use vb.net when we develop the system.

View 1 Replies

System.UnauthorizedAccessException:Access To Path?

Jun 22, 2010

In my VB.NEt 2008 application, I am frequently creating and killing the file Fileopen and Kill(Multiple times ). It was working fine with Windows XP. But in Windows 7, it is worjking fine for some time (creating and killing theile properly) and then t is creating unautoriszed Access exception after some time .it does not happen immediately and it happens intermittently.

Sampel code is as give below:
Publicl_filenumber as Integer
Procedure 1:

[code].....

View 6 Replies

2003: Speech Recognition?

Aug 1, 2006

i want to create a software which has the following modules 1. Speech to Text2. Text toSpeech 3. Voice commandi already developed in vb6

View 3 Replies

2005 - USB Device Recognition ?

Jun 11, 2008

I am trying to write a 'simple' program with vs 2005 that recognises my specific usb memory stick so that I can make windows log off or 'lock' when the device is not in any slot. I have found some ready code and I am trying to modify it for my needs. There compiling works but when it doesnt find any of the usb ports.It works by checking each port if it is a usb port and then compares the vendor and produck ID to the given. it seems simple enough but I cant get it to find the USB.

Here is the code:

View 6 Replies

Add Speech Recognition Capabilities?

Oct 14, 2006

I'm working on a program that needs Speech Recognition and every website says to download the Microsoft Speech Recognition Engine. I can't find that, but I've downloaded all the SDKs. Are they the same? And it always says to add a speech recognition component to the form, but I can't find where that is in Visual Basic 2005. I'm using the Express Edition, but I don't think that matters.

View 4 Replies

Change Icon For Better Recognition?

May 19, 2011

I have made several DLL for future projects and wish to change the icon for better recognition

View 2 Replies

Getting The Speech Recognition Code?

May 25, 2009

what I gather, the biggest difference between the old SAPI 5.1 and SAPI 5.3 is that SAPI 5.3 actually takes less code to do some of the same things that SAPI 5.1 does. This is just a simple example that runs notepad and says it is before doing so.One thing to remember is that the name of speech lib is changed again. Now you have to do this: Project -> Add Reference -> .NET -> System.Speech

imports system.speech
Public Class Form1
Public WithEvents recognizer As New System.Speech.Recognition.SpeechRecognitionEngine
Dim gram As New System.Speech.Recognition.DictationGrammar()

[code]....

gram is a DictationGrammar object. As it turns out, there are two grammar objects in SAPI 5.3. As you've probably already guessed, DictationGrammar is for spoken language and the normal grammar object is for simple grammar rules.

So basically, Load the grammar, set audio to the default input device and then start an Async recognize call. They have a blocking recognize call and one thing to note here is that it will turn itself off after each sucessful recognized phrase. Meaning that you have to recall Async recognize at the end of the GotSpeech sub if you want to keep picking up voice commands. As it stands, this will pick up one command and no more because it stops recognition.

One neat thing about the synthesis engine is that you can specify things like ".NET" to be said as "dot net" by Anna. Also, as it stands, the periods aren't said and so are pretty much useless. It acts just like the Vista Recognition engine also so if you spell out a word, Anna will spell it out too.In this example there is an undeclared variable named "cmd" that I fail to understand. What is the role of it and where does it obtain it's value from. I actually assume it should be the one to get the decoded\recognized text from the recognizer but not sure how that is achieved.

View 3 Replies

Handwriting Character Recognition?

Apr 19, 2010

i would like to know on how to recognize a written character using vb.net 2008. it's actual a simple drawing using paint or system.windows.drawing. i've been googling for days but i didnt find anything related tothe image that i had attach below.hat i need to used.based on my understanding, by defaults the "dot" value is zero.whenever the user write each connected "dot", it will give 1 value. itssimply binary code.let say. 1001101100 = b

View 4 Replies

OCR - Optical Character Recognition

Jul 28, 2006

I was recently pursuing code that would allow me to read machine text off an image. The text will only consist of characters a-b, 0-9 and a few special characters (+,=,-,@,&). I have pursued a few third party OCR controls however all require licenses to be fully functional, would anyone know of any third party OCR controls that does not cost anything? If not is there anyway i can build my own OCR control that will read machine text?

View 7 Replies

Speech Recognition For Numbers

May 11, 2011

I'm using Speech.Recognition.SpeechRecognizer in VB.NET 2010 on XP-SP3. I can't figure out how to get it to recognize a number as a number. I want to be able to say "five" and have the code interpret it as the value 5 instead of the word. I know I could use a long choices array or sementics key/value combintations as I have for other conditions but that would be a considerable amount of hard coding or XML work. Is there a more efficient way to get the desired result?

View 1 Replies

Speech Recognition From Own Grammar

Jul 18, 2010

I'm making an application that requires me to perform speech recognition from a wave file that contains some speech. I know what the words in the wave file could be.So, I need to compare these words from a small custom grammar/dictionalr instead of a whole built in large vocabulary.

I have done the recognition part with the default system large vocabulary but now just need to use my own vocabulary.

Suppose that the words that the user can say are:

Hello
hundred degree celcius,
USA,
Yes,
No

Then, how shall I write my XML Grammar? I suppose that if I use the limited small vocabulary, then my accuracy of recognition would increase. Right now, ive a wave file in Microsoft Mary's voice saying "Hello". But with the large default vocabulary its recognising it as "All though". Is my assumption correct that with the above mentioned 5 words in the vocabulry, it will recognise it as Hello only?

Ive been looking at the internet but can't find solution to my specific problem regarding making a simple grammar. In most documents its mentioning using external grammar and about several of the attributes posssible, including sementics, etc, etc. But my vocabulary is not very complicated or difficult. And I don't want to get into too much detail at the moment as I would be deviating from my project itself..

So using the following code:

Grammar = RecoContext.CreateGrammar
Grammar.CmdLoadFromFile("C:CustomGrammar.xml")

What should be the content of the CustomGrammar.xml?

View 1 Replies

Speech Recognition On ASP.NET Site?

Mar 10, 2009

is it possible to enable speech recognition on asp.net web forms?

View 3 Replies

Speech Recognition Software

Feb 26, 2011

Can I develope speech recognition software in VB.Net?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved