필터 지우기
필터 지우기

how to create a .mat file

조회 수: 1 (최근 30일)
ravi
ravi 2013년 8월 26일
hi this ravi,
I have some images and i need to create the .mat file with that images.So that i can load into the matlab program to take it as a positive sample for comparing in train cascade object detector.Please example me with the example.
Thanks in advance

답변 (1개)

Grzegorz Knor
Grzegorz Knor 2013년 8월 26일
Use imread function to load images, then you can save you variables in MAT file using save function. MAT-files can be loaded by means of load function.
  댓글 수: 2
ravi
ravi 2013년 8월 26일
편집: Walter Roberson 2013년 8월 26일
hi Grzegorz Knor,
Please give me detail explanation with one example please.
Thanks in advance.

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

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by