필터 지우기
필터 지우기

why 'load_image' function could n't be used in matlab?

조회 수: 3 (최근 30일)
satish thapaliya
satish thapaliya 2013년 4월 8일
I was trying to process some images in matlab by using linear color space image feature of ipt. For this, I followed a tutorial of MAtLAB central
When I was using the following command according to this tutorial an error message was encountered ??? Undefined function or method 'load_image' for input arguments of type 'struct'.
M='3.BMP';
>> n=256;
>> options.nbdims = 3;
>> N = load_image(M,n,options);
Is it due to the mismatching of image type or there is some other reasons? Any suggestion?
Thanks
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 4월 8일
편집: Walter Roberson 2013년 4월 8일
Perhaps you did not follow the steps for adding the routines to your MATLAB path ?
You could try
which -all load_image
to see if it knows about a load_image at all.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by