fixed whitespaces
This commit is contained in:
parent
f610c88103
commit
1162f0ed63
@ -88,7 +88,6 @@ if __name__ == "__main__":
|
||||
kalman.correct(measurement)
|
||||
|
||||
process_noise = process_noise_cov * np.random.randn(2, 1)
|
||||
|
||||
state = np.dot(transition_matrix, state) + process_noise
|
||||
|
||||
cv2.imshow("Kalman", img)
|
||||
|
Loading…
x
Reference in New Issue
Block a user