I want see the stored data in my cv::mat
data using Qdebuger. My problem is that the data-type of my cv::mat
is uchar
while the depth of my mat
is cv_32f
and I cannot change to a float type.
Asked
Active
Viewed 504 times
0

kayess
- 3,384
- 9
- 28
- 45

Yasin Kumar
- 169
- 1
- 3
- 14
1 Answers
2
QT Creator has a special feature to give ability to visualize complex structures more user-friendly. It's called Debugging Helpers.
You should write your own debugging helper for cv::mat
type. Look qttypes.py for the samples.

Nikita
- 6,270
- 2
- 24
- 37