[gdb] add imshow module
This commit is contained in:
parent
67bbdc79b1
commit
e6b9d84f02
3
.gdbinit
3
.gdbinit
@ -7,7 +7,8 @@ source ~/config/gdb/commands2.py
|
|||||||
source ~/config/gdb/gdb-dashboard/.gdbinit
|
source ~/config/gdb/gdb-dashboard/.gdbinit
|
||||||
|
|
||||||
#source ~/config/gdb/gdbinit/gdbinit
|
#source ~/config/gdb/gdbinit/gdbinit
|
||||||
|
#Show OpenCV Mat with "cv_imshow imageMat"
|
||||||
|
source ~/config/gdb/imshow/cv_imshow.py
|
||||||
define exit
|
define exit
|
||||||
kill
|
kill
|
||||||
quit
|
quit
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
|||||||
[submodule "zplug"]
|
[submodule "zplug"]
|
||||||
path = zplug
|
path = zplug
|
||||||
url = https://github.com/zplug/zplug
|
url = https://github.com/zplug/zplug
|
||||||
|
[submodule "gdb/imshow"]
|
||||||
|
path = gdb/imshow
|
||||||
|
url = https://github.com/renatoGarcia/gdb-imshow.git
|
||||||
|
1
gdb/imshow
Submodule
1
gdb/imshow
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4b68b6717983c7efa8e3477029179ae7afb6fe0f
|
Loading…
x
Reference in New Issue
Block a user