0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FingertipFinder: Also find the hand's center in the same module. Fixes the problem that the hand center was detected outside of the hand in some cases More... over 13 years ago
FingerTipFinder: 5 fingers means 4 defects, not 5... More... over 13 years ago
FingerTipFinder: Add a feature to determine the merge_distance adaptively More... over 13 years ago
flashgui: Add button to make flash gui fullscreen More... almost 14 years ago
Don't hardcode IP address. Movid tells us where to load the drawing instructions from, use that. More... almost 14 years ago
html: put flashgui in a modal dialog box More... almost 14 years ago
movid: fix crash in web_file (duplicate the uri instead of changing it.) More... almost 14 years ago
html: deactivate html5/canvas ui, use flash object More... almost 14 years ago
First version of flash gui drawer (e.g. for calibration). See the TODO comment for a list of what's missing. More... almost 14 years ago
Make movid deliver swf files with proper mimetype More... almost 14 years ago
Remove SDL from Makefile and contrib/ More... almost 14 years ago
Reverting 33ff4a96a73414635136. SDL Removal in progress. More... almost 14 years ago
Don't crash if point is on calibration vertex More... almost 14 years ago
Don't crash after calibration. Only start calibrating point n+1 if the touch from point n was released. More... almost 14 years ago
calibration: Add property to indicate minimum amount of frames that a user has to press a calibration point. This makes it MUCH easier to calibrate. FIXME: Now, after the minimum is reached, no more refinement. Add that back in... More... almost 14 years ago
WIP. Hotfix. Properly handle max_dist in greedy tracker. Don't do the no-sqrt optimization at the moment. More... almost 14 years ago
WIP. Adapt calibration to new blob protocol. More... almost 14 years ago
Merge branch 'master' into calibration More... almost 14 years ago
tuio module: accept blob instead of touch More... almost 14 years ago
tracker: Use blob_id as property name for the blob id to avoid confusion. I think there is an id property added internally already? More... almost 14 years ago
moModule: Ensure that a module whose update() is about to be called has been started. (Fixes crash for TUIO module if it was added AFTER the pipeline was started) More... almost 14 years ago
Adapt moFingerTipFinder module to new blob protocol More... almost 14 years ago
Establish new protocol between blobfinders and blobtrackers. Example usage with moBlobFinder and moGreedyBlobTracker. Finders just push out moDataStreams with format 'blob' and give each blob a property indicating what interface that blob implements, e.g. x/y/width/height/... More... almost 14 years ago
Do not crash when pushing output from a module whose output is not an IplImage. Only show preview in UI if there is an actual image to show More... almost 14 years ago
Also update XCode project file (somebody should write a cmake file :P) More... almost 14 years ago
Adjust OSX compile instructions to suggest usage of homebrew instead of macports. A simple brew install opencv suffices. I didn't need to do any compiler version special-casing. More... almost 14 years ago
working greeding tracker More... almost 14 years ago
fix greddy tracker More... almost 14 years ago
Fix SDL compilation More... almost 14 years ago
Merge master into calibration Resolve merge conflicts. More... almost 14 years ago