0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from donpdonp/master More... about 13 years ago
imencode now takes an array of images More... about 13 years ago
fixes for win32 platform + upgrade for OpenCV 2.2. More... over 14 years ago
rename count->_count to prevent confusion in compiler More... almost 15 years ago
Add EqualizeHist module More... about 15 years ago
Hu: Smaller font More... about 15 years ago
Hu: But only draw it if it makes sense... More... about 15 years ago
Hu: Draw more info than just the ID More... about 15 years ago
Hu: Draw object ID in output image More... about 15 years ago
Merge branch 'master' of github.com:tito/Movid into objectdetection More... about 15 years ago
movid: add web api to save & load from a slot + rework gui (menu) + add clear() in moPipeline More... about 15 years ago
Add BinaryMask module More... about 15 years ago
Hu: mask: Draw all objects, not just one. More... about 15 years ago
Hu: Don't draw contours as mask but fill the BB. More... about 15 years ago
Hu: As third output, draw a mask of all the found objects. Everything is white, except found objects and possibly found objects More... about 15 years ago
Camera: Don't crash if cvQueryFrame returns a NULL ptr. More... about 15 years ago
Hu: Make drawing of BB optional More... about 15 years ago
Introduce 'volatileangle' implements flag for blobs. That means that the blob has an 'angle' property, but that just comes from the BB and is therefore in [0..90). The trackers will then try to track rotation and reconstruct the real angle in [0..360) or [0..2PI). Two problems: Rotation too fast. Initial angle unknown. More... about 15 years ago
moDataGenericContainer::exist -> moDataGenericContainer::hasProperty More... about 15 years ago
Merge branch 'master' of github.com:tito/Movid into objectdetection More... about 15 years ago
backgroundsubstract: fix uninitialized variable (prevent crash at runtime.) More... about 15 years ago
imagefilter8: fix invalid declare output (if we use output dispatcher, we may have the same output pointer for 2 output. and the dump if fucked up.) More... about 15 years ago
module: add isInternal() method, and use it to know if a module can be exported in a dump or not. More... about 15 years ago
Hu & Greedy: Introduce volatile flag for blobs that MIGHT be a detectable object, but where detection has failed. Greedy will try to retain the object. Basic idea: If a blob has been properly detected once, why do we need to keep detecting it instead of just tracking it? More... about 15 years ago
Hu: Optimize findMatchingShape More... about 15 years ago
Hu: Less cout please. More... about 15 years ago
Hu: Rework recognition flow. Also make hole & shape consideration optional. More... about 15 years ago
Commit change that I forgot to commit earlier. More... about 15 years ago
Hu: Don't block if registration was denied More... about 15 years ago
Allow saving/restoring calibration points from a preset dump (finally...). Skips calibration. Make it properly triangulate. More... about 15 years ago