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

1 回表示 (過去 30 日間)
sanjay
sanjay 2014 年 2 月 20 日
コメント済み: sanjay 2014 年 2 月 21 日
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.
  1 件のコメント
sanjay
sanjay 2014 年 2 月 21 日
Thank you...
what are the other ways to analyze HSV value of given image?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by