Basic Examples 
(2)
 

Compute the Chamfer distance between two lists:
In[5]:=
[◼]
ChamferDistance
[{0,4,7,8},{2,1,11,3,7}]
Out[5]=
2.25
———
Compute the Chamfer distance between two three-dimensional lists (point clouds):
In[6]:=
[◼]
ChamferDistance
[{{0,8,1},{5,3,5},{7,10,1},{4,4,1},{6,6,4},{0,1,1},{8,6,0},{0,2,9},{1,6,2},{4,7,7},{3,1,0},{1,1,5}},{{10,10,12},{5,10,2},{7,12,12},{11,12,10},{6,11,11},{8,11,6},{3,6,7}}]
Out[6]=
10.9255

Options 
(2)
 


Applications 
(1)
 


Properties and Relations 
(1)
 


Neat Examples 
(4)
 
