openmv/usr/examples
Kwabena W. Agyeman d1ff36602a New blob code.
Blob tracking has now been updated to work without requiring prior
segmentation of the image. You can still run it on a segmented image,
but, that is not needed anymore.

Use the copy color feature of the OpenMV IDE to get a color in the
image. Once you have that you can then pass the color to find_blobs which
will output a tuple of lists of blobs for each color. By default, all
blobs less than 1/1000th of the image are filtered out, however, you can
add a custom filter function which gets the image and the blob about to
be added to the list and you can decide to filter it or not.

For marker tracking, we now have a function called find markers which
basically merges all the blobs found by find blobs into one list of
blobs. Each new blob will have a color code value which will tell you
what colors are part of that blob. We support tracking up to 30 unique
colors this way.
2016-04-09 11:43:35 -04:00
..
01-Basics Working on scripts... 2016-04-02 11:18:20 -04:00
02-Board-Control Moved examples arround. 2016-03-30 21:30:11 -04:00
03-Drawing Moved examples arround. 2016-03-30 21:30:11 -04:00
04-Image-Filters Moved examples arround. 2016-03-30 21:30:11 -04:00
05-Snapshot Working on scripts... 2016-04-02 11:18:20 -04:00
06-Video-Recording Working on scripts... 2016-04-02 11:18:20 -04:00
07-Face-Detection Working on scripts... 2016-04-02 11:18:20 -04:00
08-Eye-Tracking Working on scripts... 2016-04-02 11:18:20 -04:00
09-Feature-Detection Working on scripts... 2016-04-02 11:18:20 -04:00
10-Color-Tracking New blob code. 2016-04-09 11:43:35 -04:00
11-LCD-Shield Moved examples arround. 2016-03-30 21:30:11 -04:00
12-Thermopile-Shield Don't add Ta to To_min and To_max. 2016-04-09 15:27:53 +02:00
13-BLE-Shield Moved examples arround. 2016-03-30 21:30:11 -04:00
14-WiFi-Shield Don't add Ta to To_min and To_max. 2016-04-09 15:27:53 +02:00
15-Tests Working on scripts... 2016-04-02 11:18:20 -04:00