First time here? Check out the FAQ!
answered Feb 13 '13
For display float image have to normalize to range[0,1].
normalize(resultframe,resultframe,0,1,CV_MINMAX);
updated Feb 13 '13
For display float image have to normalize to range[0,1].[0,1].