feature extraction of image objects with detectMSERFeatures command
Mostrar comentarios más antiguos
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);
Respuestas (0)
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!