필터 지우기
필터 지우기

Classification of images through Artificial Neural network

조회 수: 3 (최근 30일)
Durga
Durga 2014년 11월 5일
댓글: Shahid Wani 2019년 5월 14일
After extracting features from an image,when i try to classify the images using ANN tool in MATLAB,i see i need to import an image database of extension ".mat". I have many images in different folders which i need to classify.And i could not create a .mat file from the images which suits the ANN tool available in MATLAB. I can't understand how to create .mat image database file from these images?need help.Plz.
  댓글 수: 1
Shahid Wani
Shahid Wani 2019년 5월 14일
Hi Dear Durga
Dear can you please help me to how to do classification of images using ANN. Actually i am doing my thesis work and i need your help please help me.
with regards
Shahid Hussain Wani
wanishahid999@gmail.com

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

채택된 답변

Image Analyst
Image Analyst 2014년 11월 5일
Just save all your features in whatever variable the ANN wants. Let's say it's called featureVector. Then save it:
save(filename, 'featureVector');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by