iabdalkader
|
0256dbf01f
|
Add color selection and fix layout
* Add color selection with mouse click
* Fix layout to center the framebuffer
|
2014-02-21 01:42:28 +02:00 |
|
iabdalkader
|
e20bd56001
|
Disable systick alloc
|
2014-02-19 02:45:41 +02:00 |
|
iabdalkader
|
112f0b5ce3
|
Fix template mean
|
2014-02-18 03:17:21 +02:00 |
|
iabdalkader
|
474bfd1b71
|
Add template matching
* Add fast template matching using NCC
* Add some support functions to imlib
|
2014-02-17 21:59:13 +02:00 |
|
iabdalkader
|
678abe2b4a
|
Rename cascade.py
|
2014-02-14 16:01:41 +02:00 |
|
iabdalkader
|
ed512f29fb
|
Rename cascade-bin
|
2014-02-14 15:59:33 +02:00 |
|
iabdalkader
|
86c7bb2041
|
Remove whitespaces from ld script
|
2014-02-14 15:56:33 +02:00 |
|
iabdalkader
|
a4ec61d8d4
|
Update libmp
* Remove builtin USART
|
2014-02-14 15:55:59 +02:00 |
|
iabdalkader
|
8856f5e24d
|
Add assert str macro
|
2014-02-14 15:43:43 +02:00 |
|
iabdalkader
|
8668c17cba
|
Export open to python
|
2014-02-14 15:42:59 +02:00 |
|
iabdalkader
|
99eb37e7f9
|
Read cascade size from file
|
2014-02-14 15:41:27 +02:00 |
|
iabdalkader
|
492b1488e2
|
Add support for loading haar cascade from file
|
2014-02-14 15:40:14 +02:00 |
|
iabdalkader
|
156d194bf8
|
Add file module
|
2014-02-14 15:38:03 +02:00 |
|
iabdalkader
|
0eb1575229
|
Add support for running scripts from cmd
|
2014-02-13 23:02:10 +02:00 |
|
iabdalkader
|
9991b6b803
|
Update main
* Remove pyb prefix
* Export ticks() function to python
|
2014-02-13 23:00:33 +02:00 |
|
iabdalkader
|
3f4bd4b82a
|
Read cascade size from file
|
2014-02-13 21:10:32 +02:00 |
|
iabdalkader
|
d42f30a184
|
Add OpenCV cascade converter
|
2014-02-13 20:41:53 +02:00 |
|
iabdalkader
|
8a91d9f6d4
|
Export imlib module
|
2014-02-13 03:17:51 +02:00 |
|
iabdalkader
|
4b6c073133
|
Cleanup file
* Fix line endings
* Remove whitespaces
|
2014-02-13 03:17:05 +02:00 |
|
iabdalkader
|
cb2da9fc9d
|
Add MP imlib module
|
2014-02-13 03:15:15 +02:00 |
|
iabdalkader
|
f7aff67ba5
|
Add MP image module
|
2014-02-13 03:14:38 +02:00 |
|
iabdalkader
|
b18744e8e7
|
Add py_assert helper macros
|
2014-02-13 03:13:11 +02:00 |
|
iabdalkader
|
ca39013097
|
Update imlib
* Use image for imlib functions
* Rename some types
|
2014-02-13 03:12:11 +02:00 |
|
iabdalkader
|
f0431b9b10
|
Remove sensor arg from py_sensor
|
2014-02-13 03:11:24 +02:00 |
|
iabdalkader
|
ddcf6919c1
|
Remove sensor struct arg
* Remove sensor arg from sensor functions
* Use sensor struct in sensor.c
|
2014-02-13 03:09:51 +02:00 |
|
iabdalkader
|
4afc74a3c1
|
Move framebuffer to separate header
|
2014-02-13 03:02:59 +02:00 |
|
iabdalkader
|
ab87906cac
|
Update userspace apps
* Move rgb conversion to openmv module
* Add frame size function to openmv module
* Use new USBDBG commands
|
2014-02-13 02:16:24 +02:00 |
|
iabdalkader
|
875e239157
|
Add USB debug interface module
* Add USB debug interface module
|
2014-02-13 02:13:24 +02:00 |
|
iabdalkader
|
bcf5808e33
|
Update libmp
* Fix USB transfer size
* Add missing function prototype
* Change USB debug callbacks
|
2014-02-13 02:12:32 +02:00 |
|
iabdalkader
|
4c2545fddf
|
Update example script
|
2014-02-11 01:48:54 +02:00 |
|
iabdalkader
|
ebd51256f7
|
Update MP do_repl string
|
2014-02-11 01:44:42 +02:00 |
|
iabdalkader
|
f944b81571
|
Remove break from OTG_FS_WKUP_IRQHandler
|
2014-02-11 01:44:02 +02:00 |
|
iabdalkader
|
94562bfae9
|
Fix USB ctrl transfer number
|
2014-02-10 03:16:04 +02:00 |
|
iabdalkader
|
5ea84e8c20
|
Move openmv code to separate python module
* Add openmv module which has USB debug functions
* Update IDE and FB viewer to use openmv module
|
2014-02-10 03:14:14 +02:00 |
|
iabdalkader
|
b562d4c17e
|
Update gitignore
* Add .pyc
|
2014-02-10 03:13:23 +02:00 |
|
iabdalkader
|
567feccc66
|
Fix usbdbg exec script
|
2014-02-10 03:11:53 +02:00 |
|
iabdalkader
|
025f54949f
|
Update libmp to use BULK transfers for scripts
|
2014-02-10 03:11:09 +02:00 |
|
iabdalkader
|
e7da05d28b
|
Add USB debugging interface
|
2014-02-09 23:57:24 +02:00 |
|
iabdalkader
|
a8350215b0
|
Cleanup main
* Remove boot script
* Update main script
* Change namespace to openmv
|
2014-02-09 23:20:19 +02:00 |
|
iabdalkader
|
4e1306244a
|
Add OSC definition
|
2014-02-09 22:41:07 +02:00 |
|
iabdalkader
|
7df00cb49b
|
Update libmp
|
2014-02-09 22:37:04 +02:00 |
|
iabdalkader
|
ea20c64dbd
|
Fix C FB viewer
* Check if kernel driver is attached before detaching
|
2014-02-09 22:25:10 +02:00 |
|
iabdalkader
|
c115d5f4a3
|
Add FPS to framebuffer viewer
|
2014-02-09 22:24:18 +02:00 |
|
iabdalkader
|
2e6485484f
|
Update scad case
|
2014-02-09 18:49:01 +02:00 |
|
iabdalkader
|
893921390a
|
Add debugger adaptor
* Add 2mm to 2.54mm debugger adaptor
|
2014-02-09 18:02:52 +02:00 |
|
iabdalkader
|
d4c7fed1d9
|
Update REV4
* Use a different I2C multiplexed with USART
|
2014-02-09 18:00:05 +02:00 |
|
iabdalkader
|
5408de85a4
|
Add FB viewer
|
2014-02-08 23:49:50 +02:00 |
|
iabdalkader
|
4b9c759c5d
|
Update IDE
* Use control transfer to exec script
|
2014-02-08 23:13:50 +02:00 |
|
iabdalkader
|
41ca67b709
|
Update RESET and PWDN for REV3
|
2014-02-08 01:10:36 +02:00 |
|
iabdalkader
|
63e1da6d7d
|
Update libraries for 12Mhz crystal
|
2014-02-08 00:03:45 +02:00 |
|