Undefined variable "vision" or class "vision.HoughTransform".

4 ビュー (過去 30 日間)
James Kempton
James Kempton 2019 年 3 月 6 日
回答済み: James Kempton 2019 年 3 月 6 日
I am using MATLAB version 2018b. I have the Computer Vision Toolbox installed as confirmed by using the ver command. However, upon using the following code:
hhoughtrans = vision.HoughTransform(pi/360,'ThetaRhoOutputPort', true);
I receive the following error message: Undefined variable "vision" or class "vision.HoughTransform".
Similarly, when using:
hhoughlines = vision.HoughLines('SineComputation','Trigonometric function');
I receive: Undefined variable "vision" or class "vision.HoughLines".
My conclusion is that vision.HoughTransform and vision.HoughLines are no longer supported though I haven't seen anywhere something to the contrary. Is this conclusion correct or could there be another issue?

採用された回答

James Kempton
James Kempton 2019 年 3 月 6 日
Thuis is the output of ver:
ver.PNG
So I have it installed. I presume it is licensed given I have a license or are these different things?
  1 件のコメント
Sean de Wolski
Sean de Wolski 2019 年 3 月 6 日
Hmm. It's doing the same thing for me. The release notes states that they planned on removing this at some point:
But yet I still see it mentioned in Fixed Point Deisgner in 18b so there's a bug somewhere, doc or otherwise.

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

その他の回答 (2 件)

Sean de Wolski
Sean de Wolski 2019 年 3 月 6 日
Do you have the computer vision system toolbox installed and licensed?
ver

James Kempton
James Kempton 2019 年 3 月 6 日
Thanks for the information Sean. I'll just use hough instead.

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by