openmv/usr/examples/09-Feature-Detection
Kwabena W. Agyeman 213396d090 Complete Overhaul of phasecorrelation
Just doing one big commit/PR here since I noticed that breaking it up
causes issues.

Anyway, these fixes give us GOOD/WORKING/FAST optical flow now on the
OpenMV Cam M7. A number of changes were made to the optical flow
scripts. You have have absolute and differential estimation example
scripts. Additionally, you also have the ability to measure rotation and
scale changes too. Linear/Log Polar conversion was added for this. Users
may use the new code for generic image manipulation too. Finally, I
updated the power of 2 resolutions since you actually HAVE to use them
with optical flow for the phasecorrelation code to work correctly.

I have some more advanced scripts coming after this. But, This commit is
already getting kinda large so I'm stopping it here.
2018-01-07 17:48:07 -05:00
..
edges.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
find_circles.py Add find circles. 2017-07-04 14:09:21 -04:00
find_line_segments.py Find line segments more stable 2017-09-13 00:33:31 -04:00
find_lines.py Change skip_frames() to use a 2 second timeout. 2017-05-27 19:31:41 -04:00
find_numbers.py Add LeNet! 2017-07-11 04:10:40 +02:00
find_rects.py Add find_rects() using AprilTag's quad detector. 2017-07-13 01:25:23 -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
template_matching.py Rename set_binning to set_windowing. 2016-06-20 22:24:00 +02:00