Dear,
I try to use an image as texture onto a 3D surface.
I do have: - 3D geometry as a point cloud - 3D object coordinates of a set of reference points - 2D image coordinates of the same reference points
I want to map/wrap the image in such a way onto the 3D surface, the the refernce points in the image matches the reference points on the object.
I think this has been done many times before, but I maybe do not have the right search key words.
The image is taken with an uncalibrated camera. If a calibration is necessary, I would follow this turorial: https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_calib3d/py_calibration/py_calibration.html
Basically...to get a start...I am in search for a "cooking receipt", that would guide me to the necessary steps. Any help is much welcome.
Thank you,
Philipp