feature extraction of image objects with detectMSERFeatures command

Hi, I've used of below code to extract features of my image. In regions there is some information about each region, such as location,axes,orientation, pixellist. and in "fetures" there are the features of each object in each region. but I cant separate objects of each other. because all of them are in "fetures" variable. just I know, each row is for one object. could u please guide me how separate objects features of each other?
Thanks
regions = detectMSERFeatures(I);
[features, valid_corners] = extractFeatures(I,regions);

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeComputer Vision Toolbox についてさらに検索

質問済み:

2016 年 10 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by