Add comment for getMagnitude in CorrelationVector
Bug: 179389247 Test: comment only Change-Id: I826e7a34940267a32e37ed57074e17c0c17b1515
This commit is contained in:
parent
4656985184
commit
473ebd77d5
@ -77,6 +77,9 @@ public final class CorrelationVector implements Parcelable {
|
||||
* be encoded as signed 16 bit integer where 1 is represented by 32767 and -1 is represented
|
||||
* by -32768.
|
||||
*
|
||||
* <p>The values are quantized using a 16bit integer to save on the data size since the array
|
||||
* contains real data and it might grow.
|
||||
*
|
||||
*/
|
||||
@NonNull
|
||||
public int[] getMagnitude() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user