0
votes
1answer
113 views

missing values in a floating point matrix OpenCV

I want to reconstruct missing values in a floating point matrix in OpenCV. The Mat contains floating values with minimum value 0. I tried this : Convert floating point Mat to CV_8U . The CV_8U ...