필터 지우기
필터 지우기

How to change the image input size for this Vnet code?

조회 수: 2 (최근 30일)
Amira Youssef
Amira Youssef 2022년 9월 14일
댓글: Walter Roberson 2022년 9월 14일
I have this code and I need to change the input to [40 40 40] instead of [64 64 64]
  댓글 수: 3
Amira Youssef
Amira Youssef 2022년 9월 14일
does this work for mat files?
Walter Roberson
Walter Roberson 2022년 9월 14일
No, but mat files are binary vectors, never 3D arrays. Variables stored in mat files might be 3D arrays, so you would apply the imresize3() to the loaded data at the time you load it.

댓글을 달려면 로그인하십시오.

답변 (0개)

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by