Computer Vision - Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'.
이전 댓글 표시
When I am trying to follow the Computer Vision Toolbox tutorial with the following code, I am getting the error
Undefined function 'detectSURFFeatures' for input
arguments of type 'uint8'.
>> imshow(TextDetectionExample_01)
>> I = rgb2gray(TextDetectionExample_01);
>> points= detectSURFFeatures(I);
Undefined function 'detectSURFFeatures' for input
arguments of type 'uint8'.
I have Computer Vision installed onto my computer, so am wondering why this is happening? Can anyone help?
채택된 답변
추가 답변 (2개)
Deborah
2014년 7월 25일
0 개 추천
댓글 수: 1
Geoff Hayes
2014년 7월 25일
Or maybe you share licenses with other people at wherever you are (work, school, etc.)? If there is a limited number of licenses available then maybe you have to wait until someone else releases it before you can start using that toolbox.
Fatma Buharoon
2016년 2월 22일
0 개 추천
If I am having 2015b version free trail why can't I use computer vision toolbox or how can install it with this free trail ??
댓글 수: 1
Walter Roberson
2016년 2월 22일
You need to specifically request the toolboxes you want to trial at the time you get the trial.
Not all toolboxes are installed by default; you may need to go into the MATLAB installer and request that the toolbox be installed.
카테고리
도움말 센터 및 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!