Welcome![Sign In][Sign Up]
Location:
Search - nearest neighbour euclidean distance

Search list

[AI-NN-PRnearestneighbour

Description: Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points. Points can be of any (within reason) dimension. nearestneighbour can be used to search for k nearest neighbours, or neighbours within some distance (or both) If only 1 neighbour is required for each point of interest, nearestneighbour tests to see whether it would be faster to construct the Delaunay Triangulation (delaunayn) and use dsearchn to lookup the neighbours, and if so, automatically computes the neighbours this way. This means the fastest neighbour lookup method is always used.
Platform: | Size: 30720 | Author: nadir | Hits:

CodeBus www.codebus.net