DistanceSAD Method |
| Name | Description | |
|---|---|---|
| SAD(Double, Double) | Sum of Absolute Difference (SAD), i.e. the L1-norm (Manhattan) of the difference. | |
| SAD(Single, Single) | Sum of Absolute Difference (SAD), i.e. the L1-norm (Manhattan) of the difference. | |
| SADT(VectorT, VectorT) | Sum of Absolute Difference (SAD), i.e. the L1-norm (Manhattan) of the difference. |