Unrecognized function or variable 'findNearestNeighbors'. in R2020b

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 Kommentare

What is the complete error message. What is the output of
which -all findNearestNeighbors
compete error message is "Unrecognized function or variable 'findNearestNeighbors'."
and output is ">> which -all findNearestNeighbors
'findNearestNeighbors' not found."

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Steven Lord
Steven Lord am 2 Okt. 2020

0 Stimmen

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.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for USB Webcams finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by