hi, anyvbody can help me??? I am confused with cvConvertScale(IplImage* src, IplImage* dst, scale, shift) function. I know that the scale values is used to scale the pixel values.
I have tried out by setting the scale values as 7.0 and setting the shift value as 0. I have assumed that the pixel values will be multipled by 7 times. But the result of the pixel values is weird!
Please help me? Is the pixel values being multipled by 7times? i am really confused! Many thanks! =)