SRV-1 Blackfin vision-based horizon finder function - version 2
Loading...
3,507
Loading...
Uploader Comments (surveyorcorp)
see all
All Comments (3)
-
Yes, RANSAC usually gives better results when trying to fit a line to noisy data.
Loading...
Looks like there's some amount of lag. Is this due to filtering?
motters2001 2 years ago
Exactly. The horizon function maintains a buffer of the past 'n' slope & intercept samples (n = [1, 10]), and the display is therefore based on a moving average. For the video, n = 5.
By the way, you suggested on the earlier video using RANSAC instead of least-squares fit for computing slope, and I am inclined to give this a try, as it will probably improve the handling of outlier data such as the tree that shows up in the middle of the video.
surveyorcorp 2 years ago
this is purely visual and not assisted by accelerometers or gyros? cool
frank26080115 2 years ago
yes - the horizon is derived just from onboard processing of frames captured from the Blackfin processor's attached camera - there are no other sensors.
surveyorcorp 2 years ago