Imageprocessing tool of matlabR2010 doesnot contain 'getHSVColorFromDirectory' 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');
댓글 수: 0
답변 (1개)
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 Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!