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

조회 수: 7 (최근 30일)
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
chetna kaushal
chetna kaushal 2019년 8월 5일
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.

댓글을 달려면 로그인하십시오.

답변 (2개)

chetna kaushal
chetna kaushal 2019년 8월 5일
USE XLSWRITE IN CELL STRCTURE TO SAVE

yacine mansouri
yacine mansouri 2022년 5월 8일
hey can i have your code please

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by