Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where can i find MSR.LST.Net.Rtp.dll? Pin
Dave Kreskowiak15-Feb-06 14:38
mveDave Kreskowiak15-Feb-06 14:38 
GeneralRe: Where can i find MSR.LST.Net.Rtp.dll? Pin
KarstenK15-May-14 4:40
mveKarstenK15-May-14 4:40 
GeneralRe: Where can i find MSR.LST.Net.Rtp.dll? Pin
Dave Kreskowiak15-May-14 9:32
mveDave Kreskowiak15-May-14 9:32 
Questioncar plate recognition Pin
jianloong15-Feb-06 1:14
jianloong15-Feb-06 1:14 
AnswerRe: car plate recognition Pin
James Gupta15-Feb-06 1:55
professionalJames Gupta15-Feb-06 1:55 
AnswerRe: car plate recognition Pin
Divyang Mithaiwala15-Feb-06 2:08
Divyang Mithaiwala15-Feb-06 2:08 
GeneralRe: car plate recognition Pin
jianloong15-Feb-06 2:51
jianloong15-Feb-06 2:51 
GeneralRe: car plate recognition Pin
LighthouseJ15-Feb-06 7:51
LighthouseJ15-Feb-06 7:51 
I've programmed a simple neural network in some hardware before and I've simulated it in C++ too. You only need to first demystify the neural network by realizing it's just standard matrix algebra then figure out how to apply the neural network to the problem.

I figure you'd have to create an image for each character on a place, feed each into the network so the network "learns" all the images, then scan the plate and pick out each letter. It's best to convert your pictures to black and white because the neural network works best when there's ample contrast. If you can't convert the pictures, then you'll have to increase the qualify of the network by adding new nodes.

If you demystify and understand a neural network, the short paragraph above makes much more sense. Good luck. I know two groups of people that used a neural network to correctly identify someone by their voice and by their faces over 99% of the time.
GeneralRe: car plate recognition Pin
James Gupta15-Feb-06 12:23
professionalJames Gupta15-Feb-06 12:23 
GeneralRe: car plate recognition Pin
LighthouseJ15-Feb-06 15:45
LighthouseJ15-Feb-06 15:45 
GeneralRe: car plate recognition Pin
jianloong15-Feb-06 23:10
jianloong15-Feb-06 23:10 
GeneralRe: car plate recognition Pin
LighthouseJ16-Feb-06 3:25
LighthouseJ16-Feb-06 3:25 
AnswerRe: car plate recognition Pin
hanryongwon9-Jan-09 1:30
hanryongwon9-Jan-09 1:30 
QuestionHow to logoff USB-Stick from WindowsXP by C#? Pin
havey00715-Feb-06 0:48
havey00715-Feb-06 0:48 
AnswerRe: How to logoff USB-Stick from WindowsXP by C#? Pin
Douglas Troy15-Feb-06 5:38
Douglas Troy15-Feb-06 5:38 
QuestionARX Tutorials needed Pin
rukmaj14-Feb-06 21:11
rukmaj14-Feb-06 21:11 
AnswerRe: ARX Tutorials needed Pin
zhok3-Jun-06 11:41
zhok3-Jun-06 11:41 
QuestionIP List Pin
krieg3814-Feb-06 20:53
krieg3814-Feb-06 20:53 
QuestionRe: IP List Pin
leppie14-Feb-06 21:07
leppie14-Feb-06 21:07 
AnswerRe: IP List Pin
krieg3814-Feb-06 21:53
krieg3814-Feb-06 21:53 
GeneralRe: IP List Pin
Dario Solera14-Feb-06 22:38
Dario Solera14-Feb-06 22:38 
AnswerRe: IP List Pin
J4amieC15-Feb-06 0:49
J4amieC15-Feb-06 0:49 
GeneralRe: IP List Pin
krieg3815-Feb-06 17:50
krieg3815-Feb-06 17:50 
QuestionLoad an assembly dynamically in a new App Domain Pin
KaurGurpreet14-Feb-06 20:36
KaurGurpreet14-Feb-06 20:36 
AnswerRe: Load an assembly dynamically in a new App Domain Pin
CWIZO14-Feb-06 20:52
CWIZO14-Feb-06 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.