openmv/usr/examples/09-Feature-Detection
Kwabena W. Agyeman 5f4e690fa1 Add find circles.
Now you can find circles with your OpenMV Cam! The alrogithm can eek out
about 7 FPS on a 160x120 image which is quite impressive given how
computationally expensive circle finding is...
2017-07-04 14:09:21 -04: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 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