フィルターのクリア

how to create a .mat file

2 ビュー (過去 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.
Walter Roberson
Walter Roberson 2013 年 8 月 26 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by