How to classify a folder of images?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!