openmv/usr/examples/09-Feature-Detection
Kwabena W. Agyeman cd4ad0dff3 Add linear regression
For easy line following mainly. In non-robust mode the line is computed
using least squares. In robust mode the line is computed using the
Theil-Sen median of slopes method. We do not use the Siegel Median of
Medians operation because it costs more CPU time... but, more
importantly there's no way to improve the centroid estimate so even if
the slope is more robust the line will be drawn in the wrong place.
2017-06-28 01:16:15 -04:00
..
edges.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
find_line_segments.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
find_lines.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
hog.py Fix HoG script. 2017-06-19 01:33:40 +02:00
keypoints_save.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
keypoints.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
lbp.py Update scripts that use descriptor functions. 2017-01-14 01:23:23 +02:00
linear_regression_fast.py Add linear regression 2017-06-28 01:16:15 -04:00
linear_regression_robust.py Add linear regression 2017-06-28 01:16:15 -04:00
optical_flow.py Update optical flow script to use 64x32 resolution. 2016-06-21 00:46:47 +02:00
template_matching.py Rename set_binning to set_windowing. 2016-06-20 22:24:00 +02:00