Borrar filtros
Borrar filtros

Back Propagation ANN algorithm and Database?

2 visualizaciones (últimos 30 días)
Mansoor ahmadi
Mansoor ahmadi el 13 de En. de 2015
Editada: Mansoor ahmadi el 14 de En. de 2015
hello everyone!
I'm doing a project "Signature Recognition and Classification System" I use the Zernike moments for feature extraction and for classification I use Back Propagation Artificial Neural Network, usually every signature is related to a person so, When the signature assign in the system, the name, last name and ID of person with the feature of signature is stored in a database (I use mat file for storing data), My question is that how to store this data in mat file that later I could Identify signature and compare new signature with database signature, Can I store this data in dataset? Can I store in structure array? and so on. What do you suggest and advise me? if you want get more information about my project see below link:
thanks a lot. please help me I need your suggestion very much.
Mansoor
  3 comentarios
Stephen23
Stephen23 el 14 de En. de 2015
Editada: Stephen23 el 14 de En. de 2015
You should change the name of the question from "Need to help in my project !!!!!!" to something more descriptive. If you want people who are browsing MATLAB Answers to come and help you, then you need to help them by giving them the information so they know what topic you are working with.
Mansoor ahmadi
Mansoor ahmadi el 14 de En. de 2015
Thank you sir for your advise!
I changed my question, I'm new in this site I don't know some this website's rule. Now if you can answer me. thank you.

Iniciar sesión para comentar.

Respuestas (1)

Stalin Samuel
Stalin Samuel el 14 de En. de 2015
for example(basic &not NN) if you have featire f1 f2 f3
f(i,:)=[f1(i) f2(i) f3(i)]
save feature
then use
load feature
and calculate feature for a single image and match with the data base

Categorías

Más información sobre Language Support en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by