I'm new to openCV and C++. If anyone could help me understand the concept, I would really appreciate it. I have text files of data points which are of floating point precision. Each text file is actually a range image(image obtained from a 3D profilometer). I want to stitch these images by the stitcher in openCV. Now, I would like to feed these text files into openCV, and get the final stitched image also in the floating point precision.
Now, the questions is:
Does the stitcher works with floating points as well? Or it must be in char,... formats?
Thanks in advance!