
// download
(includes examples, library, reference and
source)
flob
0.0.1a
(20090210) flob 0.0.1b
(20090210) flob 0.0.1c
(20090211)flob 0.0.1d (20090216) flob 0.0.1k (20090621) flob
0.0.1m (20091102) flob 0.0.1n (20100204) flob
0.0.1o(20100210) flob 0.0.1p (20100316)
flob 0.0.1s (72kb tar.gz file)
(version 001s - 20100802)
flob 0.0.1s (116kb zip file)
(version 001s - 20100802)
flob built by andré sier; a s373.net open source lgpl code product
// install
1. download
2. rename 'flob version' folder to 'flob'
3. copy 'flob' folder to your processing sketchbook /
libraries folder
4. relaunch processing and run example
|
// flob
flob is a fast flood-fill multi-blob detector that works
in processing.
it's a jar library that tracks blobs
and simple features in processings' image streams. has been tested in
windows, mac, linux in several systems, many p5 versions(0135, 1.0.x).
aims at fast code. many new algorithms: can track blobs with
id's, track feature points, new version (001k) not backwards compatible still no id detection, and more
goodies later
updates001p - 001s // 20100802:
- code restructuring and many fixes
- constructor changes, etc
updates001p // 20100316:
- setBlur fix;
- added constructor with src&dst dim; (Movie is not reporting width,height)
updates001o // 20100210:
- optimizing blob coords calculations (1mult screen2world);
- optimizing setBackground;
updates001n // 20100204:
- settrackedBlobLifeTime implemented;
- fixed setMinTrackingDist;
updates001m // 20091102:
- lumauser mode added;
- fixes in tracking presence;
updates001l // 20090720:
- first luma modes
updates001k // 20090621:
- get and set functions for all core parameters
- unified core algorithms as: calc, calcsimple, track, tracksimple
- features tracking (for now: armleft(xy), armright(xy), footleft(xy)
(feature tracking based on code from a-jit.human in s373.net/projectos/747.3/)
[...] (see the readme for more info inside flob/reference/ )
|
|