First time here? Check out the FAQ!
answered 2016-09-16 20:58:31 -0600
I don't use floats but that seems like the right way to me. For 16 bit I use at<unsigned __int16>(y,x) or at<__int16>(y, x).
at<unsigned __int16>(y,x)
at<__int16>(y, x)
guy