SimLeek
|
767ebc4381
|
callbacks: Moved global_cv_display_callback to callbacks file. Added gpu-like function_display_callback. Removed need for wp.display_callback when using .display(). Added tests and examples.
|
2019-02-24 01:28:48 -07:00 |
|
Josh Miklos
|
3e09a8a196
|
Merge pull request #14 from SimLeek/nesting
nesting: Grew fix to fix tensor displaying. Added list handling. Impr…
|
2019-02-20 22:49:29 -07:00 |
|
SimLeek
|
ef467f2b61
|
nesting: Grew fix to fix tensor displaying. Added list handling. Improved tensor display test. Added list editing handling.
|
2019-02-20 22:45:12 -07:00 |
|
Josh Miklos
|
4cadbe5c7d
|
Merge pull request #13 from SimLeek/nesting
Nesting
|
2019-02-20 22:17:48 -07:00 |
|
SimLeek
|
9e5a27731e
|
nesting: Grew minor due to large feature addition.
|
2019-02-20 22:11:06 -07:00 |
|
SimLeek
|
1c802f0a4f
|
nesting: Added ability to display tensors of any rank as multiple windows. Added to readme. lowered opencv_python requirement due to char* assertion bug.
|
2019-02-20 22:08:06 -07:00 |
|
Josh Miklos
|
afb4f42784
|
Merge pull request #11 from SimLeek/wheel_testing
wheel_testing: updated deploy key using com method.
|
2019-02-20 01:18:08 -07:00 |
|
SimLeek
|
da1d4fa394
|
wheel_testing: updated deploy key using com method.
|
2019-02-20 01:13:57 -07:00 |
|
Josh Miklos
|
a59073b198
|
Merge pull request #10 from SimLeek/wheel_testing
Wheel testing
|
2019-02-20 01:05:57 -07:00 |
|
SimLeek
|
fe5cfefd40
|
wheel_testing: fixed wheel testing build selector.
|
2019-02-20 01:01:56 -07:00 |
|
SimLeek
|
6fd75c5131
|
wheel_testing: restricting wheel tests to current testing python version.
|
2019-02-20 00:57:17 -07:00 |
|
SimLeek
|
17ef814670
|
wheel_testing: Added comma to fix requires
|
2019-02-20 00:41:34 -07:00 |
|
SimLeek
|
8d3e3140d1
|
wheel_testing: Added spaces between requires operators as a hack to fix cibuildwheel
|
2019-02-20 00:41:09 -07:00 |
|
SimLeek
|
fb23de5d50
|
wheel_testing: Added spaces after requires as a hack to fix cibuildwheel
|
2019-02-20 00:30:23 -07:00 |
|
SimLeek
|
28034b764b
|
wheel_testing: Removed quotes from username just in case.
|
2019-02-20 00:22:22 -07:00 |
|
SimLeek
|
be04806d27
|
wheel_testing: bumped fix version. Fixed pypi uploading. fixed localpubsub requirement.
|
2019-02-20 00:21:41 -07:00 |
|
SimLeek
|
42d0d60bfe
|
wheel_testing: Made travis pip installs verbose. Updated opencv version.
|
2019-02-19 23:35:16 -07:00 |
|
SimLeek
|
6cac03e941
|
wheel_testing: added .whl file testing to travis. Added auto-deployment. Version fixed requirements.txt. Removed requirements.txt from setup.py.
|
2019-02-19 23:25:13 -07:00 |
|
SimLeek
|
5db1e21e49
|
grew fix
|
2019-01-22 22:11:47 -07:00 |
|
SimLeek
|
9d9b11c0a3
|
fixed requirements file typo
|
2019-01-22 22:11:24 -07:00 |
|
SimLeek
|
7a3fb41c73
|
grew fix
|
2019-01-22 22:01:14 -07:00 |
|
SimLeek
|
58eeb73e3d
|
Switched from pubsubs to my own localpubsub library. Set to specific version.
|
2019-01-22 21:58:49 -07:00 |
|
SimLeek
|
8825b3af11
|
grew fix.
|
2019-01-21 22:19:12 -07:00 |
|
SimLeek
|
9c797df55c
|
fixed obvious bug. How the heck did this get here anyway?
|
2019-01-21 22:18:51 -07:00 |
|
SimLeek
|
b3afe23b46
|
Updated minor version. Added ability to display numpy arrays as still videos. Added test.
|
2019-01-21 22:04:30 -07:00 |
|
SimLeek
|
aaf161ff08
|
Updated fix version.
|
2018-11-15 16:35:57 -07:00 |
|
SimLeek
|
fef4a335f0
|
Updated requirements and version
|
2018-11-15 16:25:20 -07:00 |
|
SimLeek
|
e3b60a441f
|
fixed readme titles. Fixed pypi to git site link.
|
2018-08-09 21:55:03 -07:00 |
|
SimLeek
|
5fc1279c47
|
updated readme to consistent format.
|
2018-08-09 21:53:30 -07:00 |
|
SimLeek
|
256df87eaa
|
Changed frame_handler_thread to VideoHandlerThread class. Added display_callbacks. Added frame_handler documentation. Added display function. Added set_global_frames_dict. Update VideoHandlerThread to use callback list. Added tests. Used tests as examples in readme. Updated pypi readme.
|
2018-08-09 21:48:12 -07:00 |
|
SimLeek
|
356558a953
|
Changed to cvpubsubs. Initialized hatch.
|
2018-08-08 20:05:21 -07:00 |
|
SimLeek
|
2b7899377e
|
Updated major version due to breaking changes. Reformatted files and imports. Removed unused ctrl commands. Made all pubsub channels camel case. changed sub_win_loop to class. Removed implementation specific code. Removed unreliable 'x to quit' code. Made windows quit from pubsub. Added WinCtrl class for window specific commands. Added threaded interactive key press test. Removed testt file.
|
2018-04-08 14:12:02 -07:00 |
|
Josh Miklos
|
496a5eaffe
|
Merge pull request #1 from sampanes/master
I have added functionality of entering letters during runtime, they a…
|
2018-04-08 12:04:14 -07:00 |
|
John
|
3dceaee9a7
|
I have added functionality of entering letters during runtime, they are displayed for you viewing pleasure. Additionally, I have began working making the item listed above be pubsub'd and there more useful to all of mankind
|
2018-04-03 19:39:18 -07:00 |
|
SimLeek
|
ac28a812dd
|
Merge remote-tracking branch 'origin/master'
|
2018-04-02 18:25:12 -07:00 |
|
SimLeek
|
cfc5ecba9f
|
Add initial rgc no_cl code, added 'press q to quit' to windows
|
2018-04-02 18:24:53 -07:00 |
|
SimLeek
|
b184974174
|
ORB - Fixed crashing on blank images (need to report bug to OpenCV). Added view correlation class and test.
|
2018-03-28 06:30:01 -07:00 |
|
SimLeek
|
199b9f1a6e
|
ORB - added cam video looping, added python 2.7 compatibility. Made test view work off of video. Added pose cells and initial view cells.
|
2018-03-27 11:07:43 -07:00 |
|
Josh Miklos
|
7ebace2e64
|
moved quick start to front
|
2018-03-14 16:35:18 -07:00 |
|
SimLeek
|
2b66378b31
|
added relative imports for pip
|
2018-01-27 19:03:50 -07:00 |
|
SimLeek
|
adacde4d9d
|
modified package structure some more for pip
|
2018-01-27 18:59:26 -07:00 |
|
SimLeek
|
9ff86c90f6
|
Changed directory structure to support pip
|
2018-01-27 18:37:21 -07:00 |
|
SimLeek
|
11adf29758
|
updated download url
|
2018-01-27 14:40:45 -07:00 |
|
Josh Miklos
|
3c758c953d
|
added license
|
2018-01-27 14:36:00 -07:00 |
|
SimLeek
|
8cbad95052
|
Added gitignore
|
2018-01-27 14:34:20 -07:00 |
|
SimLeek
|
34fd3dcd0e
|
Added high speed mode to cv pubsubs. Added files for pip. Fixed code to match PEP8.
|
2018-01-27 14:26:52 -07:00 |
|
SimLeek
|
28de026baf
|
Added fourcc handling so higher framerates possible. Added some very rudimentary hardware stuff. Added options for show rgc.
|
2018-01-26 23:23:23 -07:00 |
|
SimLeek
|
a66dd0f05e
|
Added fps_limit passing in. Improved sub win. Modified rgc and rng dev approproately.
|
2018-01-20 10:57:16 -07:00 |
|
SimLeek
|
b22441e306
|
Reorganized cv_pubsubs to match PEP8 fully. Modified rgc_dev accordingly.
|
2018-01-19 22:50:18 -07:00 |
|
SimLeek
|
494acd468e
|
updated cv_pubsubs to handle multiple output windows. Combined all RGC filters into one file. Added whole image color averaging.
|
2018-01-18 16:57:40 -07:00 |
|