gdb-imshow icon indicating copy to clipboard operation
gdb-imshow copied to clipboard

GDB extension to show OpenCV images

Results 3 gdb-imshow issues
Sort by recently updated
recently updated
newest added

When I call `cv_imshow mat_name`, I got the following exception: ``` Python Exception Variable 'mat_name' not found.: Error occurred in Python command: Variable 'mat_name' not found. ``` The variable actually...

I have an image with 4 channels and I'd like to inspect each channel separately. Is this possible?

sorry, but I have a question that how can I append other libaraies like opencv to the python interpreter in gdb, in the past, I used pip, but in gdb,...