Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
In point set analysis, it is useful to compare 2 sets of points by computing the distance between each possible point pair. For example, this is a required step in the ICP point set registration algorithm. MATLAB's built in function for computing the distance matrix is pdist2. This function does the same thing, but also returns an angle matrix, which is the angle defined by each possible point pair. The limitations of this function are that it only computes the Euclidean distance and it only works in 2D. This function is useful for excluding hypotheses that don't match distance and orientation constraints for object detection in computer vision.
Citation pour cette source
Chuck Hatt (2026). pdist2plus(p1,p2) (https://fr.mathworks.com/matlabcentral/fileexchange/49662-pdist2plus-p1-p2), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.0.0 (751 octets)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | -Fixed some text errors. |
||
| 1.0.0.0 |
