how to make my dataset images with the same size ?

조회 수: 6 (최근 30일)
Mohamed Nasr
Mohamed Nasr 2020년 4월 28일
답변: Ameer Hamza 2020년 4월 28일
how to make my dataset images with the same size ? for example 227*227*3

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 4월 28일
out_image = imresize(in_image, [227 227]);
out_image will have dimensions of 227x227x3.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by