openmv/usr/examples
Kwabena W. Agyeman 98f4dde21f Add new morph function.
The morph function lets you convolve the image with a kernel. It's
decently fast right now. But, in the future we'll have to optimize it by
a lot (unrolling loops, using SIMD instructions, etc.).

Anyway, along with morph I added an edge detection test script showing
how you can use a high pass filter on an image to get all the edges in
it. This is not as good as canny edge dection... but, it's about the
same and fast enough.

We'll need a Hough Transform system in the future to make edge dection
useful. Not sure how that will be implemented... so, that's going to be
far away for now.
2016-02-29 18:04:45 -05:00
..
ble.py Add BLE example. 2016-02-28 04:12:56 +02:00
blob_detection.py Uncomment sensor.reset in blob_detection example 2015-10-04 00:29:20 +02:00
colorbar.py Update colorbar script 2015-08-06 12:16:52 +02:00
compress_image.py Update Python examples 2016-02-19 18:03:20 +02:00
drawing.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
echo_server.py Use str to convert received buffer 2014-10-10 04:12:14 +02:00
edge_detection.py Add new morph function. 2016-02-29 18:04:45 -05:00
face_detection.py Update face detection example 2016-02-17 22:09:02 +02:00
face_eye_detection.py Update face, eye and iris detection scripts. 2016-02-21 23:04:31 +02:00
face_tracking.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
gif.py Set frame size to QQVGA in gif script. 2016-02-28 21:37:23 +02:00
helloworld.py Update Python examples 2016-02-19 18:03:20 +02:00
image_filters.py Add image filters example. 2016-02-28 04:07:28 +02:00
iris_detection.py Update face, eye and iris detection scripts. 2016-02-21 23:04:31 +02:00
keypoints.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
lbp_desc.py Update descriptor scripts. 2016-02-28 03:56:02 +02:00
lcd.py Update examples 2015-08-13 23:09:06 +02:00
main.py Update examples 2015-08-13 23:09:06 +02:00
median.py Update examples 2015-08-13 23:09:06 +02:00
mjpeg_streamer.py Add echo server and mjpeg streamer 2014-07-05 03:45:41 +02:00
mlx_lcd.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
mlx.py Fixed up drawing code and scripts along with drawing code. 2016-02-19 22:55:50 -05:00
motion_detection.py Background Subtraction is working!!! 2016-02-27 11:58:37 -05:00
selftest.py Update examples 2015-08-13 23:09:06 +02:00
set_pixel.py Implement set_pixel 2015-08-20 16:25:37 +02:00
template_matching.py Update examples 2015-08-13 23:09:06 +02:00
video.py Update examples 2015-08-13 23:09:06 +02:00
write_jpeg.py Update examples 2015-08-13 23:09:06 +02:00
write_ppm.py Update examples 2015-08-13 23:09:06 +02:00