Description of the "issue":
I want to use keypoints (a.k.a. tie points) between two successive images from an Apple smartphone using ARKit but I can't find these.
I can find 3D values in world reference frame from the ARPointCloud or rawFeaturePoints but I cannot find 2D values (i.e. in the image reference frame) for each images of the pair where they were actually detected (probably using some modified SIFT detector or whatever algorithm... in fact I'd like to know which algo is used aswell).
Question:
Do you know in which object they are stored or how I can retrieve them?
I'd like to reproject them onto the images taken by the camera in an other software (python, scikit-image, or even opencv) to do some processing.