clasifiy kitchenware using neural networks: What are the features

3 ビュー (過去 30 日間)
mangood UK
mangood UK 2013 年 4 月 5 日
hi
i try to use neural network to build simple system that classify four element
Screw, Spoon, Knife, Thorn
my problem is in feature extraction
This is the first application to me So my experience a few in feature extraction
can any help in chose good feature
  4 件のコメント
mangood UK
mangood UK 2013 年 4 月 5 日
dear Walter Roberson
i will take this as example
five class
mangood UK
mangood UK 2013 年 4 月 5 日
編集済み: mangood UK 2013 年 4 月 5 日
or these
both i can work on but
i need some help to start

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2013 年 4 月 5 日
Features could be any of the things that regionprops() returns. Most likely each of the features (e.g. area, perimeter, solidity, majoraxis length, etc.) is in a certain range for each type of kitchen implement, as long as you don't have lots of different sizes (like a dozen different sizes and styles of knives). See my tutorial for how to extract features from objects in an image: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  8 件のコメント
Image Analyst
Image Analyst 2013 年 4 月 5 日
You can ask for 'Perimeter' in regionprops().
I don't have a book but Steve does: http://imageprocessingplace.com/DIPUM-2E/dipum2e_main_page.htm. My tutorial will work for more features than in my image segmentation tutorial. There are other things that regionprops() can measure that I didn't ask for. Look in the help. Of course you can also invent your own features. For example regionprops doesn't output the very useful metric "circularity" for some reason, but I can calculate it from the equation
circularities = perimeters.^2 / (4*pi*Areas).
I was just discussing with a development team from the Mathworks yesterday that I should package up my demos and upload them. I have well over 100 demos that I've developed into general purpose demos in response to questions here in Answers - I've just never found the right time to zip them all up and upload them, not to mention that I add or change files on an almost daily basis. Maybe someday...
mangood UK
mangood UK 2013 年 4 月 5 日
the demo that by you is much useful than book so i ,and other as i think wait to put your package as example in matlab example which will make matlab very rich information for academic use and other use
best regards
m.s

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by