0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from donpdonp/master More... over 11 years ago
imencode now takes an array of images More... over 11 years ago
fixes for win32 platform + upgrade for OpenCV 2.2. More... almost 13 years ago
rename count->_count to prevent confusion in compiler More... about 13 years ago
Add EqualizeHist module More... over 13 years ago
Hu: Smaller font More... over 13 years ago
Hu: But only draw it if it makes sense... More... over 13 years ago
Hu: Draw more info than just the ID More... over 13 years ago
Hu: Draw object ID in output image More... over 13 years ago
Merge branch 'master' of github.com:tito/Movid into objectdetection More... over 13 years ago
movid: add web api to save & load from a slot + rework gui (menu) + add clear() in moPipeline More... over 13 years ago
Add BinaryMask module More... over 13 years ago
Hu: mask: Draw all objects, not just one. More... over 13 years ago
Hu: Don't draw contours as mask but fill the BB. More... over 13 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... over 13 years ago
Camera: Don't crash if cvQueryFrame returns a NULL ptr. More... over 13 years ago
Hu: Make drawing of BB optional More... over 13 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... over 13 years ago
moDataGenericContainer::exist -> moDataGenericContainer::hasProperty More... over 13 years ago
Merge branch 'master' of github.com:tito/Movid into objectdetection More... over 13 years ago
backgroundsubstract: fix uninitialized variable (prevent crash at runtime.) More... over 13 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... over 13 years ago
module: add isInternal() method, and use it to know if a module can be exported in a dump or not. More... over 13 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... over 13 years ago
Hu: Optimize findMatchingShape More... over 13 years ago
Hu: Less cout please. More... over 13 years ago
Hu: Rework recognition flow. Also make hole & shape consideration optional. More... over 13 years ago
Commit change that I forgot to commit earlier. More... over 13 years ago
Hu: Don't block if registration was denied More... over 13 years ago
Allow saving/restoring calibration points from a preset dump (finally...). Skips calibration. Make it properly triangulate. More... over 13 years ago