When debugging the C++ code, the IDE (I am using Clion) would show the contents of the ordinary array but it does not show the meaningful contents for cv::Mat. The contents of the raw uchar* buffer are shown instead. All I can get are dimensions.
I know I print the contents to console using cout << A <<endl construct,="" but="" this="" requires="" to="" make="" frequent="" temporary="" changes="" in="" the="" code.="" maybe="" somebody="" knows="" solution="" or="" work="" around="" for="" this="" problem?<="" p="">