https://github.com/offlinehacker/ldi_test
OpenCv gui framework.
https://github.com/offlinehacker/ldi_test
Last synced: 3 months ago
JSON representation
OpenCv gui framework.
- Host: GitHub
- URL: https://github.com/offlinehacker/ldi_test
- Owner: offlinehacker
- Created: 2011-08-17T07:50:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-17T16:42:04.000Z (almost 14 years ago)
- Last Synced: 2025-03-15T04:46:20.663Z (3 months ago)
- Language: C++
- Homepage:
- Size: 10.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
========
LDI_test
========LDI_test is gui framework for OpenCv.
The idea is that we have processing blocks that are connected betwene
each other and that every processing block has its own gui control. Gui
controls can be easily made using tools like wxDesigner which generates
gui code and processing code can be easily imported into these blocks by
implementing simple processing class. You can see example in
Options1Derived.cpp file.TODO:
- Synch for video output and data output.
- Documentation.