필터 지우기
필터 지우기

clasifiy kitchenware using neural networks: What are the features

조회 수: 1 (최근 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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by