필터 지우기
필터 지우기

Imageprocessing tool of matlabR2010 doesnot contain 'getHSVCol​orFromDire​ctory' function

조회 수: 1 (최근 30일)
clc; clear all; close all;
HSV = getHSVColorFromDirectory('G:\study document\M.E\research\image processing\implementation\IMAGE');
Error: ??? Undefined function or method 'getHSVColorFromDirectory' for input arguments of type 'char'.
Error in ==> HSV1 at 5 HSV = getHSVColorFromDirectory('G:\study document\M.E\research\image processing\implementation\IMAGE');

답변 (1개)

Ashish Uthama
Ashish Uthama 2014년 2월 20일
편집: Ashish Uthama 2014년 2월 20일
getHSVColorFromDirectory is not a MATLAB function. Please contact the author of the code you are trying to execute to resolve this. You could do a search in your code folder (Not the MATLAB installation) to see if you already have this file and then add that folder to your path.

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by