报错详情

Kernelized Correlation Filters
João F. Henriques, Rui Caseiro, Pedro Martins, Jorge Batista
ECCV 2012, TPAMI 2015
作者主页

在运行作者提供的代码时,出现了报错:

错误使用 matlab.ui.Figure/set
您无法设置 Figure 的只读属性 ‘Number’。
Matlab错误使用 matlab.ui.Figure/set 您无法设置 Figure 的只读属性 ‘Number‘

2.解决方案:

show_video.m中24行;
precision_plot.m中40行;
‘Number’ 替换成 ‘UserData’

相关文章:

  • 2022-12-23
  • 2021-06-27
  • 2021-10-22
  • 2022-01-27
  • 2021-05-17
猜你喜欢
  • 2021-04-16
  • 2022-01-09
  • 2022-02-08
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案