Borrar filtros
Borrar filtros

Implementing Feature Extraction to Create Database

1 visualización (últimos 30 días)
Elvin
Elvin el 22 de Sept. de 2013
Editada: primrose khaleed el 27 de Abr. de 2014
We have a project regarding the use of image processing in rice plant. This question is related to my first question here. I want to ask how can I use feature extraction to extract the shape and color of a plant and then create a database from it. Also, we'll also use the backpropagation algorithm to train our system but we don't know how to implement it.
I hope you'll be able to help me. Thank you! :)

Respuesta aceptada

Image Analyst
Image Analyst el 22 de Sept. de 2013
You can measure a bunch of things such as size, color, etc. See my tutorials and demos in my File Exchange for examples: Image Analysis Demos and Tutorials. I don't have the NN toolbox so you'll have to wait for Greg Heath or someone else for help with your NN question.
  6 comentarios
Greg Heath
Greg Heath el 25 de Sept. de 2013
NN classifiers are based on N examples of pairs of I-dimensional input data vectors and the corresponding O-dimensional target output vectors. The O-dimensional target vectors are unit column vectors with a 1 in the row corresponding to the class index.
So, to begin, form the input and corresponding target matrices with dimensions
[ I N ] = size(input)
[ O N ] = size(target)
Then see the documentation and examples for patternnet.
doc patternnet
help patternnet
Finally check NEWSGROUP and ANSWERS for posts using the searchword
patternnet.
Hope this helps.
Greg
primrose khaleed
primrose khaleed el 27 de Abr. de 2014
Editada: primrose khaleed el 27 de Abr. de 2014
how can used sift to extraction features of my project....my peoject is under vehical scanner which looking for the forgine objects in under vehical ....pleas help me...how to khnow what is the namber of hidden layer can help me....how to feed the neural network by extraction features...
i wnat create database of image and i want to enter this image into NN..my asking which image saving in database ?? the original images or after fuature extraction??

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Recognition, Object Detection, and Semantic Segmentation 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