feature extraction of an image
1 回表示 (過去 30 日間)
古いコメントを表示
hi sir/mam
i m doing my project in image processing..i want to extract the features of an image using the following algorithms
1=>contour edge detection
2=>pca
3=> geometric feature extraction
plz help me ..thanx in advance
2 件のコメント
Aya Ahmed
2020 年 3 月 29 日
have you reach to the solution of how to extract the features of an image using pca ????
if you reach please help me
Image Analyst
2020 年 3 月 29 日
編集済み: Image Analyst
2020 年 3 月 29 日
Aya, what features are you concerned about? The (x,y) locations of all the edge pixels? Something else? Please start your own question and attach your image. In the meantime, I've attached some of my demos for you.
回答 (1 件)
Image Analyst
2012 年 9 月 20 日
Well, first you read in your image with imread(), and then you apply functions such as bwlabel, regionprops, imshow, etc. See demo in my File Exchange if you want tutorials and demo code. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!