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

1 vue (au cours des 30 derniers jours)
sanjay
sanjay le 20 Fév 2014
Commenté : sanjay le 21 Fév 2014
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');

Réponses (1)

Ashish Uthama
Ashish Uthama le 20 Fév 2014
Modifié(e) : Ashish Uthama le 20 Fév 2014
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.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by