saving this value
double d = 5.5057787190877361e-001;
cout << setprecision(15) << fixed << d <<endl;
this prints 0.550577871908774
and instead of printing it, i need to save this value "0.550577871908774"
what i should to do ?
This is not related with OpenCV. Have a look into a C++ book.
@SR : i know but i convert from matlab to open cv , and this question will help me in things related to open cv :)