OpenCV itself can show a bitmap using imshow() function but in a wxWidgets application one may want to display a bitmap acquired with OpenCV using wxWidgets GUI. The most convenient class for doing ...