Batch input for image preprocessing and KNN classification

Hi everyone, how can I batch input the jpg file for image preprocessing? For my data 029 actually is an image which split into small image and some of the image like 029-119, 029-120 have no crack on it.
Q1: How can i batch input it?
Q2 How can I define it as crack if either one part of the 029 image is crack? Much appreciate.

 채택된 답변

Benjamin Großmann
Benjamin Großmann 2021년 5월 27일

0 개 추천

You could do one of these three things (incomplete list):
  1. Use an imageDatastore object for your image collection and the ReadFcn for preprocessing (might be slow)
  2. Use the preprocessing capabilities of the Deep Learning Toolbox
  3. Write a function that preprocesses a single image given the images file name as function input. Call the function with arrayfun / cellfun and an array / cell array of filenames

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 5월 27일

댓글:

2021년 5월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by