Read multiple images, feature extraction from each of those images and then storing features in a separate array as well as in each row of a csv or excel file

8 visualizaciones (últimos 30 días)
I would like to know, how to read a large number of images in a folder and at the same time I want to extract different types of features from those images and save each type of feature extracted from each image in a separate array. Moreover, I want to store each type of feature extracted from each image in each row of a specific csv file or excel file (.xlsx, .xls format). The extracted features are LBP, HOG, GLCM texture features, ORB, SURF, MSER and KAZE.
For example,suppose I have 400 images, I want to extract each type of features from each image and save each type of feature extracted from each image in a separate array. Then, I want to store each type of feature extracted from each image in each row of a specific csv file or excel file (.xlsx, .xls format).
Thank You.
  1 comentario
chetna kaushal
chetna kaushal el 5 de Ag. de 2019
could you let me know that surf , orb , sift all these algorithms return different features vector for each image. the value is different. so how can you come up with one single feature vector for all the image for one feature extrction algorithm.

Iniciar sesión para comentar.

Respuestas (2)

chetna kaushal
chetna kaushal el 5 de Ag. de 2019
USE XLSWRITE IN CELL STRCTURE TO SAVE

yacine mansouri
yacine mansouri el 8 de Mayo de 2022
hey can i have your code please

Categorías

Más información sobre Feature Detection and Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by