How to classify a folder of images?

1 回表示 (過去 30 日間)
Mohammed Alshukri
Mohammed Alshukri 2024 年 8 月 16 日
回答済み: Akshat Dalal 2024 年 8 月 17 日
I have a file contains a set of images including images of three denominations of currency. I need a MATLAB code to determine the number of images for each denomination of currency according to its features and colors.
  1 件のコメント
William Rose
William Rose 2024 年 8 月 16 日
@Mohammed Alshukri, Please make an initial attempt. Post the code you have written to do this, and any error messages you receive. Thank you.

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

回答 (1 件)

Akshat Dalal
Akshat Dalal 2024 年 8 月 17 日
Hi Mohammed,
You can use the classification learner app to build a machine learning model to identify the currency denomination based on the input features. You can refer the following documentation for more information: https://www.mathworks.com/help/stats/classification-learner-app.html
You can then easily generate the underlying MATLAB or C code for your model as outlined in the following documentation: https://www.mathworks.com/help/stats/export-classification-model-for-use-with-new-data.html

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by