필터 지우기
필터 지우기

how to solve this error" Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'" in following code

조회 수: 1 (최근 30일)
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 22일
Do you have the Computer Vision Toolbox installed and licensed?
  댓글 수: 4
Keta shah
Keta shah 2013년 3월 25일
but rather than that function how can i detect the features from stereo images..?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by