【发布时间】:2014-11-19 19:45:15
【问题描述】:
我正在尝试此代码http://www.mathworks.com/examples/matlab-computer-vision/725-feature-based-panoramic-image-stitching#7,但我的 matlab 无法识别 imageSet 函数。错误读取“未定义函数'imageSet'的输入参数 键入'char'。”。我不确定我直接从文档中复制并粘贴了哪些问题。
【问题讨论】:
-
imageSet仅适用于2014b版本。如果您有旧版本的 MATLAB,那么您将无法从需要imageSet的计算机视觉工具箱中运行任何示例。
标签: matlab computer-vision matlab-cvst