【问题标题】:image processing toolbox already installed still Undefined function 'extractHOGFeatures' for input arguments of type 'uint8'图像处理工具箱已安装仍然未定义函数“extractHOGFeatures”用于类型“uint8”的输入参数
【发布时间】:2015-10-30 16:03:07
【问题描述】:

我正在 matlab 中执行以下代码。

ver
img = imread('/usr/local/MATLAB/coursera_svm/10.pgm');
[featureVector, hogVisualization] =extractHOGFeatures(img);

输出:

MATLAB Version: 8.6.0.267246 (R2015b)
MATLAB License Number: 
Operating System: Linux 3.16.0-51-generic #69~14.04.1-Ubuntu SMP Wed Oct 7 15:32:41 UTC 2015 x86_64
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
MATLAB           Version 8.6         (R2015b)
Computer Vision System Toolbox                        Version 7.0         (R2015b)
Curve Fitting Toolbox                                 Version 3.5.2       (R2015b)
Database Toolbox                                      Version 6.0         (R2015b)
Global Optimization Toolbox                           Version 3.3.2       (R2015b)
Image Acquisition Toolbox                             Version 4.10        (R2015b)
Image Processing Toolbox                              Version 9.3         (R2015b)
Neural Network Toolbox                                Version 8.4         (R2015b)
Optimization Toolbox                                  Version 7.3         (R2015b)
Parallel Computing Toolbox                            Version 6.7         (R2015b)
Signal Processing Toolbox                             Version 7.1         (R2015b)
Statistics and Machine Learning Toolbox               Version 10.1        (R2015b)
Symbolic Math Toolbox                                 Version 6.3         (R2015b)

“uint8”类型的输入参数的未定义函数“extractHOGFeatures”。

有人可以帮我解决这个问题吗?谢谢。

【问题讨论】:

    标签: matlab computer-vision matlab-cvst


    【解决方案1】:

    extractHOGFeatures 是计算机视觉系统工具箱的一部分,您似乎已经安装了它……如果您这样做了,您会看到什么

    >> which extractHOGFeatures
    

    如果它告诉您找不到extractHOGFeatures,请执行以下操作:

    >> rehash toolboxcache
    

    然后再试一次。如果这不起作用,则计算机视觉系统工具箱的许可证可能存在问题。您可能需要联系您的系统管理员,或致电 Mathworks 技术支持。

    请参阅rehash toolboxcache 的文档。

    【讨论】:

    • 抱歉,这是“rehash”,而不是“reset”。
    • @Dima 这是输出:/usr/local/MATLAB/R2015b/toolbox/vision/vision/extractHOGFeatures.m % 没有可用的许可证这是否意味着,图像处理工具安装在我的机器上但没有执照?
    • 是的。听起来您的机构或公司的浮动许可证数量有限,并且目前都在使用。请务必咨询您的系统管理员。
    猜你喜欢
    • 2015-05-28
    • 2018-05-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多