Exemplo n.º 1
0
 public float Distance(IDistanceDescriptor other)
 {
     return Distance((Histogram) other);
 }
Exemplo n.º 2
0
 public float Distance(IDistanceDescriptor other)
 {
     return(Distance((Histogram)other));
 }