Unrecognized function or variable 'findNearestNeighbors'. in R2020b
조회 수: 2 (최근 30일)
이전 댓글 표시
I get an error like this Unrecognized function or variable 'findNearestNeighbors'. while using findNearestNeighbors function. I have Computer Vision Toolbox and UAV toolbox is downloaded and installed. How can I solve this problem ?
댓글 수: 2
Ameer Hamza
2020년 10월 2일
What is the complete error message. What is the output of
which -all findNearestNeighbors
채택된 답변
Steven Lord
2020년 10월 2일
findNearestNeighbors is a method of pointCloud objects. You must pass a pointCloud object into it as the first input argument. Both the documentation pages for the method in UAV Toolbox and in Computer Vision Toolbox state that the first input is a "Point cloud, specified as a pointCloud object."
Are you trying to call this method with a pointCloud as the first input or with something else as the first input? I suspect the latter.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!