Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Visualize in memory OpenCV image or matrix from GDB pretty printers (how to contribute?)

Hi, about months ago, I wrote emails to [email protected], but it has no response. I have write to this email list before, but that still get no response, the mail list is dead? Any links to the mail list achieves?

Back to my question: I have create a GDB python script to let me show a in memory cv::Mat window while debugging under GDB, this is much like Image Debugger Plug-in for Visual Studio | OpenCV - http://opencv.org/image-debugger-plug-in-for-visual-studio.html, but it is for GDB.

I post this to GDB mail-list already. So, you can see the post in GDB mail-list achieve here (asmwarrior - Visualize in memory OpenCV image or matrix from GDB pretty printers - https://sourceware.org/ml/gdb/2013-04/msg00104.html), I hope I can find a way to announce to OpenCV community. Thanks.

Visualize in memory OpenCV image or matrix from GDB pretty printers (how to contribute?)

Hi, about months ago, I wrote emails to [email protected], but it has no response. I have write to this email list before, but that still get no response, the mail list is dead? Any links to the mail list achieves?

Back to my question: I have create a GDB python script to let me show a in memory cv::Mat window while debugging under GDB, this is much like Image Debugger Plug-in for Visual Studio | OpenCV - http://opencv.org/image-debugger-plug-in-for-visual-studio.html, but it is for GDB.

I post this to GDB mail-list already. So, you can see the post in GDB mail-list achieve here (asmwarrior - Visualize in memory OpenCV image or matrix from GDB pretty printers - https://sourceware.org/ml/gdb/2013-04/msg00104.html), I hope I can find a way to announce to OpenCV community. Thanks.

PS: this is the way to solve this question asked by myself: http://answers.opencv.org/question/12383/gdb-pretty-printer-for-showing-iplimage-or-cvmat/

Visualize in memory OpenCV image or matrix from GDB pretty printers (how to contribute?)

Hi, about months ago, I wrote emails to [email protected], but it has no response. I have write to this email list before, but that still get no response, the mail list is dead? Any links to the mail list achieves?

Back to my question: I have create a GDB python script to let me show a in memory cv::Mat window while debugging under GDB, this is much like Image Debugger Plug-in for Visual Studio | OpenCV - http://opencv.org/image-debugger-plug-in-for-visual-studio.html, Studio, but it is for GDB.

I post this to GDB mail-list already. So, you can see the post in GDB mail-list achieve here (asmwarrior - (Visualize in memory OpenCV image or matrix from GDB pretty printers - https://sourceware.org/ml/gdb/2013-04/msg00104.html), printers, I hope I can find a way to announce to OpenCV community. Thanks.

PS: this is the way to solve this a question asked by myself: http://answers.opencv.org/question/12383/gdb-pretty-printer-for-showing-iplimage-or-cvmat/GDB pretty printer for showing iplImage or cv::Mat?