Undefined variable "vision" or class "vision.HoughTransform".
조회 수: 5 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
James Kempton
2019년 3월 6일
댓글 수: 1
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
2019년 3월 6일
Do you have the computer vision system toolbox installed and licensed?
ver
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
